summaryrefslogtreecommitdiff
path: root/rotord/bin
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-08-22 17:41:10 +0100
committerTim Redfern <tim@eclectronics.org>2013-08-22 17:41:10 +0100
commitb7992bab3a5087bdfb1d2c25b1b3e0bad339b588 (patch)
treef0527f8b9875434527daa463a63cae3f22e92a52 /rotord/bin
parentf567fc4db536a2c513f2b9e357c511b3ecb39114 (diff)
building json loader
Diffstat (limited to 'rotord/bin')
-rw-r--r--rotord/bin/examplegraph.json102
1 files changed, 0 insertions, 102 deletions
diff --git a/rotord/bin/examplegraph.json b/rotord/bin/examplegraph.json
deleted file mode 100644
index 596fcdc..0000000
--- a/rotord/bin/examplegraph.json
+++ /dev/null
@@ -1,102 +0,0 @@
- {
- title: "Lights Down @Rotor",
- audio: "filename",
- id:,
- type: 'patchBay',
- nodeDefinitions: [
- {
- title: 'Video Loader',
- type: 'video_loader',
- inputs: 'fixed',
- output: 'image',
- description: 'loads a video file',
- attributes: [
- {
- type: 'string',
- title: 'Filename'
- },
- {
- title: 'Mode',
- name: 'mode',
- type: 'enum',
- value: 'still',
- options: ['still', 'blend'],
- description: 'video playback speed'
- }
- ],
- parameters: [
- {
- title: 'Frame Rate',
- name: 'framerate',
- type: 'number',
- value: '0',
- min: '0',
- max: '10',
- description: 'frame rate override'
- },
- {
- title: 'Speed',
- name: 'speed',
- type: 'number',
- value: '1',
- min: '0',
- max: '10',
- description: 'video playback speed'
- }
- ],
- metadata: {
- imageUrl: 'images/loader.svg',
- },
- },
-
- {
- title: 'Video Cycler',
- type: 'video_cycler',
- description: 'Cycles through video inputs according to selector signal',
- inputs: 'duplicatable',
- image_input: [
- {
- description: 'Input 1'
- }
- ],
- signal_input: [
- {
- description: 'selector'
- }
- ],
- metadata: {
- imageUrl: 'images/cycler.svg'
- }
- },
- {
- title: 'Audio Analysis',
- type: 'audio_analysis',
- inputs: 'fixed',
- description: 'analyse audio and output',
- output: 'signal',
- attributes: [
- {
- title: 'Analyser Plugin',
- name: 'analyser',
- type: 'enum',
- value: 'barbeattracker',
- options: ['barbeattracker', 'segmenter'],
- }
- ],
- parameters: [
- {
- title: 'Output Number',
- name: 'outputNo',
- type: 'number',
- value: '0',
- min: '0',
- max: '10',
- description: 'plugin output to use'
- }
- ],
- metadata: {
- imageUrl: 'images/audio.svg'
- }
- },
- ]
- } \ No newline at end of file