diff options
| author | Comment <tim@gray.(none)> | 2013-03-11 17:22:48 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-03-11 17:22:48 +0000 |
| commit | b8d793ccd8c98dfb5edb7808f6e67cb913d7967a (patch) | |
| tree | 962389c9e506565b65352fb775854feb680a7357 /rotord/01.xml | |
| parent | e0b956174a509b2fb3698383017a264e92665347 (diff) | |
signal graph rendering
Diffstat (limited to 'rotord/01.xml')
| -rw-r--r-- | rotord/01.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/rotord/01.xml b/rotord/01.xml index e6c8697..830c3a3 100644 --- a/rotord/01.xml +++ b/rotord/01.xml @@ -4,10 +4,13 @@ </node> <node ID="02" type="audio_analysis" soname="qm-vamp-plugins" id="qm-segmenter" output="signal">segmenter </node> - <node ID="03" type="==" output="signal">outputs 0 except when signal first passes a new integer: then 1 - <signal_input from="01">signal to analyse</signal_input> + <node ID="03" type="divide" amount="2.0" output="signal">signal divide + <signal_input from="01">signal to divide</signal_input> </node> - <node ID="04" type="signal_output">outputs data when changed - <signal_input from="03">signal to output</signal_input> + <node ID="04" type="==" output="signal">outputs 0 except when signal first passes a new integer: then 1 + <signal_input from="03">signal to analyse</signal_input> + </node> + <node ID="05" type="signal_output">outputs data when changed + <signal_input from="04">signal to output</signal_input> </node> </patchbay> |
