diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-05-21 17:49:53 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-05-21 17:49:53 +0100 |
| commit | 2c3a51b49232ebd6776ba491f96335208d3fdc66 (patch) | |
| tree | 07c1639ea2e8d4462209538a40163fd3a7fe2967 /rotord | |
| parent | 72d5cd7bb30fefcab86be74cd64de3827746d57e (diff) | |
building test graphs
Diffstat (limited to 'rotord')
| -rw-r--r-- | rotord/09.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rotord/09.xml b/rotord/09.xml new file mode 100644 index 0000000..72ba45c --- /dev/null +++ b/rotord/09.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<patchbay ID="0f7aa258-7c2f-11e2-abbd-133252267708">Testing parameter controls ©Rotor 2013 + <node ID="01" type="audio_analysis" soname="qm-vamp-plugins" id="qm-tempotracker" output="signal">beats + </node> + <node ID="02" type="arithmetic" operator="%" value="2.0" output="signal">signal arithmetic + <signal_input from="01">signal to operate on</signal_input> + </node> + <node ID="03" type="signal_greyscale" output="image">bar greyscale fading + <signal_input from="02">signal to visualise</signal_input> + </node> + <node ID="04" type="video_output">video output + <image_input from="03">image to output</image_input> + </node> +</patchbay> |
