summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_drawing.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-10-04 16:48:55 +0100
committerComment <tim@gray.(none)>2013-10-04 16:48:55 +0100
commitb1e28de710c0810db2cc6a5c298080238b68bfbc (patch)
treedd565bc687fd7bbd0d5830a4dc3f39e4002742e2 /rotord/src/nodes_drawing.h
parent6fd6ed2182a13dd8ebde05bdef6cfc96df370086 (diff)
node UIDs
Diffstat (limited to 'rotord/src/nodes_drawing.h')
-rw-r--r--rotord/src/nodes_drawing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rotord/src/nodes_drawing.h b/rotord/src/nodes_drawing.h
index 2e76441..6e29130 100644
--- a/rotord/src/nodes_drawing.h
+++ b/rotord/src/nodes_drawing.h
@@ -52,6 +52,7 @@ namespace Rotor {
create_attribute("text","Text to draw","Text","hello, world!");
create_attribute("colour","Colour to fill","Colour","FFFFFF");
create_parameter("number","number","Number to draw","Number",-99999999.0f);
+ UID="7da93b94-2d0b-11e3-8940-77bce0f9d3e8";
};
Text(map<string,string> &settings):Text() {
base_settings(settings);
@@ -91,6 +92,7 @@ namespace Rotor {
create_parameter("rotation","number","Rotation","Rotation",0.0f);
create_attribute("shape","Shape to draw","Shape","square",{"circle","square","triangle"});
create_attribute("colour","Colour to fill","Colour","FFFFFF");
+ UID="88c30140-2d0b-11e3-8db2-679d596166c1";
};
Shape(map<string,string> &settings):Shape() {
base_settings(settings);
@@ -160,6 +162,7 @@ namespace Rotor {
Waves(){
title="Waves";
description="Draws audio waveforms";
+ UID="99a3a226-2d0b-11e3-89ee-53305a094fad";
create_attribute("stroke","Colour of line stroke","Stroke","FFFFFF");
create_attribute("fill","Colour of line fill","Fill","11AA11");
create_attribute("mode","Drawing mode","Mode","line",{"line","fill","both"});