summaryrefslogtreecommitdiff
path: root/nodeList.xml
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-05-23 16:07:23 +0100
committerTim Redfern <tim@eclectronics.org>2013-05-23 16:07:23 +0100
commitdf8910636a1fe171e48e684cdbaba91ffe97d0aa (patch)
tree27301fcb33697fbd855accc9aaa4cebcfaae447a /nodeList.xml
parentb643511ff513aadbd0485afc6b264702aac41021 (diff)
somewhat cleanup
Diffstat (limited to 'nodeList.xml')
-rw-r--r--nodeList.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/nodeList.xml b/nodeList.xml
deleted file mode 100644
index 57605c3..0000000
--- a/nodeList.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<node ID="01" type="audioLoader">music track to analyse
- <output ID="01" type="graph">beat (sawtooth)</output>
- <output ID="02" type="graph">pitch</output>
- <output ID="03" type="graph">excitement</output>
-</node>
-<node ID="02" type="imageloader" thumbnail="">video or image
- <output ID="01" type="RGB"/>
- <output ID="02" type="RGBA"/>
- <output ID="03" type="RGBZ"/>
- <output ID="04" type="LUM"/>
-</node>
-<node ID="03" type="videoBank" mode="pingpong">
- <clip ID="01" file="sample.mov"/>
- <input ID="01" fromID="01.01" type="graph"/>cycle
- <input ID="02" fromID="01.01" type="graph"/>random
- <output ID="02" type="RGB"/>
-</node>
-
-
-<node ID="05" UID="d9926bc4-720d-11e2-ad07-0fe64abef8bd" thumbnail="switch.png">Toggle switch
- <setting ID="01" type="switch" name="mode" value="1" min="0" max="1">Mode</setting>
- <setting ID="02" type="int" name="control" value="1">Control</setting>
- <input ID="03" type="RGB">Input 1</input>
- <input ID="04" type="RGB">Input 2</input>
- <output ID="05" toID="07.02" type="RGB">Output</output>
-</node>