summaryrefslogtreecommitdiff
path: root/onandoff.xml
diff options
context:
space:
mode:
Diffstat (limited to 'onandoff.xml')
-rw-r--r--onandoff.xml57
1 files changed, 57 insertions, 0 deletions
diff --git a/onandoff.xml b/onandoff.xml
new file mode 100644
index 0000000..d7be0b5
--- /dev/null
+++ b/onandoff.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<canvas description="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"/>
+ </node>
+ <node ID="03" type="imageLoader" thumbnail="performance1.jpg">performance take 2
+ <output ID="01" type="RGB"/>
+ </node>
+ <node ID="04" type="==">1
+ <input ID="01" fromID="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"/>
+ </node>
+ <node ID="06" type="frequency/offset" frequency="0.25" offset="1">
+ <input ID="01" fromID="01.01" type="graph"/>
+ <output ID="02" type="graph"/>
+ </node>
+ <node ID="07" type="*">2
+ <input ID="01" fromID="06.02" type="graph"/>
+ <output ID="02" type="graph"/>
+ </node>
+ <node ID="08" type="==">1
+ <input ID="01" fromID="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"/>
+ </node>
+ <node ID="10" type="shape" mode="triangle">
+ <input ID="01" fromID="07.02" type="graph"/>scale
+ <output ID="02" type="LUM"/>
+ </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