diff options
author | David Robillard <d@drobilla.net> | 2006-06-09 15:07:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-09 15:07:31 +0000 |
commit | acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad (patch) | |
tree | e31b37a2456e6d1e564c9a7146c88be259d338b0 /src/clients/patches/OLDpatches/synth.om.xml | |
download | ingen-acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad.tar.gz ingen-acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad.tar.bz2 ingen-acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad.zip |
Added Om aka Graph aka god knows what
git-svn-id: http://svn.drobilla.net/lad/grauph@9 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/clients/patches/OLDpatches/synth.om.xml')
-rw-r--r-- | src/clients/patches/OLDpatches/synth.om.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/src/clients/patches/OLDpatches/synth.om.xml b/src/clients/patches/OLDpatches/synth.om.xml new file mode 100644 index 00000000..e03505c5 --- /dev/null +++ b/src/clients/patches/OLDpatches/synth.om.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<patch> + <name>synth</name> + <polyphony>4</polyphony> + <width>3200</width> + <height>2400</height> + <node> + <name>output_0</name> + <x>1600.000000</x> + <y>1200.000000</y> + <polyphonic>false</polyphonic> + <type>Internal</type> + <plugin-label>output</plugin-label> + </node> + <node> + <name>midi_note_in_0</name> + <x>1367.000000</x> + <y>1169.000000</y> + <polyphonic>true</polyphonic> + <type>Internal</type> + <plugin-label>midi_note_in</plugin-label> + </node> + <node> + <name>sine_faaa_0</name> + <x>1499.000000</x> + <y>1182.000000</y> + <polyphonic>true</polyphonic> + <type>LADSPA</type> + <plugin-label>sine_faaa</plugin-label> + <library-name>sine.so</library-name> + </node> + <connection> + <source-node>sine_faaa_0</source-node> + <source-port>Output</source-port> + <destination-node>output_0</destination-node> + <destination-port>out</destination-port> + </connection> + <connection> + <source-node>midi_note_in_0</source-node> + <source-port>Frequency</source-port> + <destination-node>sine_faaa_0</destination-node> + <destination-port>Frequency (Hz)</destination-port> + </connection> + <connection> + <source-node>midi_note_in_0</source-node> + <source-port>Gate</source-port> + <destination-node>sine_faaa_0</destination-node> + <destination-port>Amplitude</destination-port> + </connection> +</patch> |