diff options
| author | Comment <tim@gray.(none)> | 2013-10-04 16:48:55 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-10-04 16:48:55 +0100 |
| commit | b1e28de710c0810db2cc6a5c298080238b68bfbc (patch) | |
| tree | dd565bc687fd7bbd0d5830a4dc3f39e4002742e2 /rotord/src/nodes_audio_analysis.h | |
| parent | 6fd6ed2182a13dd8ebde05bdef6cfc96df370086 (diff) | |
node UIDs
Diffstat (limited to 'rotord/src/nodes_audio_analysis.h')
| -rw-r--r-- | rotord/src/nodes_audio_analysis.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rotord/src/nodes_audio_analysis.h b/rotord/src/nodes_audio_analysis.h index c59fb0b..a3fdd8b 100644 --- a/rotord/src/nodes_audio_analysis.h +++ b/rotord/src/nodes_audio_analysis.h @@ -92,6 +92,7 @@ namespace Rotor { create_parameter("outputNo","number","Plugin output to use","Output number",0.0f); title="Audio analysis"; description="Analyse audio and output"; + UID="b769f54e-2d0b-11e3-87dd-f73fc7b1c636"; }; Audio_analysis(map<string,string> &settings):Audio_analysis() { base_settings(settings); @@ -111,6 +112,7 @@ namespace Rotor { create_parameter("acts","number","Number of acts defined","Acts",1.0f); title="Act manager"; description="Applies a ruleset to manage acts based on segments"; + UID="c55359a2-2d0b-11e3-8a3d-53fa9c2b8859"; }; Act_segmenter(map<string,string> &settings):Act_segmenter() { base_settings(settings); |
