summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-11-15 13:48:25 +0000
committerTim Redfern <tim@eclectronics.org>2013-11-15 13:48:25 +0000
commitfddf215e9ddbfc803d902d4a74f49e2186b4a4da (patch)
tree93fcbc391f572181fee7e5abdfbb2d15789c46c7 /rotord/src/rotor.h
parent70c197441dd6eef01fd1e1c88743438cf3aa730d (diff)
changed to NODEID
Diffstat (limited to 'rotord/src/rotor.h')
-rw-r--r--rotord/src/rotor.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h
index 9d621e2..a2c33d2 100644
--- a/rotord/src/rotor.h
+++ b/rotord/src/rotor.h
@@ -271,7 +271,7 @@ namespace Rotor {
string description;
string type;
string ID;
- string UID;
+ string NODEID;
string title;
bool duplicate_inputs;
string find_setting(map<string,string> &settings,string key,string def=""){ if (settings.find(key)!=settings.end()) return settings[key]; else return def;};
@@ -403,7 +403,7 @@ namespace Rotor {
title="Video cycler";
description="Cycles through video inputs according to selector signal";
duplicate_inputs=true;
- UID="93dd9d76-2d09-11e3-9589-5bbbeea1b304";
+ NODEID="93dd9d76-2d09-11e3-9589-5bbbeea1b304";
segment=0;
segment_start=segment_end=0.0f;
prevseg=0;
@@ -566,7 +566,7 @@ namespace Rotor {
create_attribute("frame_mode","frame mode","Frame mode","frame",{"frame","blend"});
create_attribute("time_mode","time mode","Time mode","play",{"play","stretch"});
create_attribute("media_id","media_id","media_id","media_id"); //for rotorW
- UID="e92255a0-447a-11e3-b0ce-3fc7ff4bdac9";
+ NODEID="e92255a0-447a-11e3-b0ce-3fc7ff4bdac9";
isLoaded=false;
};
bool load(const string &filename){
@@ -676,7 +676,7 @@ namespace Rotor {
//create_attribute("media_path","media_path","media_path","media_path"); //for rotorW? NO
title="Video loader";
description="Loads a video file";
- UID="5b64b8ca-2d0a-11e3-92ed-4b7420b40040";
+ NODEID="5b64b8ca-2d0a-11e3-92ed-4b7420b40040";
};
Video_loader(map<string,string> &settings): Video_loader() {
base_settings(settings);
@@ -707,7 +707,7 @@ namespace Rotor {
//is there any way to re-use the parts which prepare frames
Video_bank(){
create_attribute("filenames","names of video files to load","File names","",{},"array");
- UID="73616e66-4306-11e3-981e-74d02b29f6a6";
+ NODEID="73616e66-4306-11e3-981e-74d02b29f6a6";
title="Video bank";
description="Loads a banks of video files";
clip_loaded=-1;
@@ -816,7 +816,7 @@ namespace Rotor {
description="Output to video";
start_silence=start_peak=end_silence=end_peak=-1.0f;
silence_threshold=0.01f;
- UID="693d2220-2d0a-11e3-9312-232908c3cc33";
+ NODEID="693d2220-2d0a-11e3-9312-232908c3cc33";
};
Video_output(map<string,string> &settings):Video_output() {
base_settings(settings);
@@ -888,7 +888,7 @@ namespace Rotor {
title="Video feedback";
description="Repeats output of the last frame";
feedback=nullptr;
- UID="78edfa28-2d0a-11e3-86c7-9f266fabb10c";
+ NODEID="78edfa28-2d0a-11e3-86c7-9f266fabb10c";
};
Video_feedback(map<string,string> &settings):Video_feedback() {
base_settings(settings);