diff options
Diffstat (limited to 'onandoff.xml')
| -rw-r--r-- | onandoff.xml | 47 |
1 files changed, 19 insertions, 28 deletions
diff --git a/onandoff.xml b/onandoff.xml index d7be0b5..dec3a05 100644 --- a/onandoff.xml +++ b/onandoff.xml @@ -1,57 +1,48 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<canvas description="Off and on template ©Rotor 2013"> +<patchbay ID="0f7aa258-7c2f-11e2-abbd-133252267708">Off and on template ©Rotor 2013 <node ID="01" type="audioLoader">music track to analyse <output ID="01" type="graph">beat (sawtooth)</output> <output ID="03" type="graph">excitement</output> </node> <node ID="02" type="imageLoader" thumbnail="performance1.jpg">performance take 1 - <output ID="01" type="RGB"/> + <output ID="01" type="image"/> </node> <node ID="03" type="imageLoader" thumbnail="performance1.jpg">performance take 2 - <output ID="01" type="RGB"/> + <output ID="01" type="image"/> </node> <node ID="04" type="==">1 - <input ID="01" fromID="01.01" type="graph"/> + <input ID="01" from="01.01" type="graph"/> <output ID="02" type="graph"/> </node> <node ID="05" type="toggle switch" > - <input ID="01" fromID="02.01" type="RGB"/> - <input ID="02" fromID="03.01" type="RGB"/> - <input ID="03" fromID="04.02" type="graph"/> - <output ID="04" type="RGB"/> + <input ID="01" from="02.01" type="image"/> + <input ID="02" from="03.01" type="image"/> + <input ID="03" from="04.02" type="signal"/> + <output ID="04" type="image"/> </node> <node ID="06" type="frequency/offset" frequency="0.25" offset="1"> - <input ID="01" fromID="01.01" type="graph"/> + <input ID="01" from="01.01" type="graph"/> <output ID="02" type="graph"/> </node> <node ID="07" type="*">2 - <input ID="01" fromID="06.02" type="graph"/> + <input ID="01" from="06.02" type="graph"/> <output ID="02" type="graph"/> </node> <node ID="08" type="==">1 - <input ID="01" fromID="06.02" type="graph"/> + <input ID="01" from="06.02" type="graph"/> <output ID="02" type="graph"/> </node> <node ID="09" type="videoBank" mode="pingpong"> <clip ID="01" file="sample.mov"/> - <input ID="01" fromID="08.02" type="graph"/>cycle switch - <output ID="02" type="RGB"/> + <input ID="01" from="08.02" type="graph"/>cycle switch + <output ID="02" type="image"/> </node> <node ID="10" type="shape" mode="triangle"> - <input ID="01" fromID="07.02" type="graph"/>scale - <output ID="02" type="LUM"/> + <input ID="01" from="07.02" type="graph"/>scale + <output ID="02" type="image"/> </node> <node ID="11" type="channel merge" > - <input fromID="02.01" type="scale"/> - <output ID="09" type="LUM"/> - </node> -</canvas> - - -//node IDs - specific to the patch or universal (can they be renumbered?) -//connector nodes - all in the patch or just mention the ones that are used -//connector IDs - to identify connectors? seperate cIDs within a subcanvas? so- input fromID="02.01" -//how do we identify a connector? -by type (seperate for each connector) - or by ID - or by description? -//OR have a unique identifier for every node? - -//
\ No newline at end of file + <input from="02.01" type="scale"/> + <output ID="09" type="image"/> + </node> +</patchbay> |
