diff options
author | David Robillard <d@drobilla.net> | 2006-06-10 02:49:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-10 02:49:50 +0000 |
commit | 44a712694ee5b2f0ff56cd3b5d408e06bdc1328e (patch) | |
tree | 00d32bc2ecb61eecf6146a5496c80db6f674ea0b /src/clients/patches/OLDpatches/trigger-test.om | |
parent | 47246db7e9d71ba694b719001033fba1766a58c4 (diff) | |
download | ingen-44a712694ee5b2f0ff56cd3b5d408e06bdc1328e.tar.gz ingen-44a712694ee5b2f0ff56cd3b5d408e06bdc1328e.tar.bz2 ingen-44a712694ee5b2f0ff56cd3b5d408e06bdc1328e.zip |
More juggling
git-svn-id: http://svn.drobilla.net/lad/grauph@17 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/clients/patches/OLDpatches/trigger-test.om')
-rw-r--r-- | src/clients/patches/OLDpatches/trigger-test.om | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/src/clients/patches/OLDpatches/trigger-test.om b/src/clients/patches/OLDpatches/trigger-test.om deleted file mode 100644 index a30e199d..00000000 --- a/src/clients/patches/OLDpatches/trigger-test.om +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<patch> - <name>drum</name> - <polyphony>1</polyphony> - <node> - <name>output_0</name> - <polyphonic>false</polyphonic> - <type>Internal</type> - <plugin-label>output</plugin-label> - <module-x>1801</module-x> - <module-y>1098</module-y> - </node> - <node> - <name>triangle_fcsc_oa_0</name> - <polyphonic>false</polyphonic> - <type>LADSPA</type> - <plugin-label>triangle_fcsc_oa</plugin-label> - <library-name>triangle_1649.so</library-name> - <module-x>1440</module-x> - <module-y>1036</module-y> - </node> - <node> - <name>product_iaia_oa_0</name> - <polyphonic>false</polyphonic> - <type>LADSPA</type> - <plugin-label>product_iaia_oa</plugin-label> - <library-name>product_1668.so</library-name> - <module-x>1633</module-x> - <module-y>1072</module-y> - </node> - <node> - <name>midi_trigger_in_0</name> - <polyphonic>false</polyphonic> - <type>Internal</type> - <plugin-label>midi_trigger_in</plugin-label> - <module-x>1411</module-x> - <module-y>1103</module-y> - </node> - <connection> - <source-node>midi_trigger_in_0</source-node> - <source-port>Gate</source-port> - <destination-node>product_iaia_oa_0</destination-node> - <destination-port>Second Input</destination-port> - </connection> - <connection> - <source-node>triangle_fcsc_oa_0</source-node> - <source-port>Output</source-port> - <destination-node>product_iaia_oa_0</destination-node> - <destination-port>First Input</destination-port> - </connection> - <connection> - <source-node>product_iaia_oa_0</source-node> - <source-port>Product Output</source-port> - <destination-node>output_0</destination-node> - <destination-port>out</destination-port> - </connection> - <preset> - <name>default</name> - </preset> -</patch> |