diff options
Diffstat (limited to 'src/clients/patches/testing/transport-test.om')
-rw-r--r-- | src/clients/patches/testing/transport-test.om | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/src/clients/patches/testing/transport-test.om b/src/clients/patches/testing/transport-test.om new file mode 100644 index 00000000..3e1ba6d3 --- /dev/null +++ b/src/clients/patches/testing/transport-test.om @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="UTF-8"?> +<patch> + <name>transport-test</name> + <polyphony>1</polyphony> + <node> + <name>audio_output_0</name> + <polyphonic>false</polyphonic> + <type>Internal</type> + <plugin-label>audio_output</plugin-label> + <module-x>1666.000000</module-x> + <module-y>1146.000000</module-y> + </node> + <node> + <name>fbdelay_1s_0</name> + <polyphonic>false</polyphonic> + <type>LADSPA</type> + <plugin-label>fbdelay_1s</plugin-label> + <library-name>cmt.so</library-name> + <module-x>1545.000000</module-x> + <module-y>1110.000000</module-y> + </node> + <node> + <name>note_in_0</name> + <polyphonic>false</polyphonic> + <type>Internal</type> + <plugin-label>note_in</plugin-label> + <module-x>1302.000000</module-x> + <module-y>1144.000000</module-y> + </node> + <node> + <name>sine_faaa_0</name> + <polyphonic>false</polyphonic> + <type>LADSPA</type> + <plugin-label>sine_faaa</plugin-label> + <library-name>cmt.so</library-name> + <module-x>1431.000000</module-x> + <module-y>1156.000000</module-y> + </node> + <node> + <name>transport_0</name> + <polyphonic>false</polyphonic> + <type>Internal</type> + <plugin-label>transport</plugin-label> + <module-x>1435.000000</module-x> + <module-y>1086.000000</module-y> + </node> + <connection> + <source-node>transport_0</source-node> + <source-port>s-per-beat</source-port> + <destination-node>fbdelay_1s_0</destination-node> + <destination-port>Delay (Seconds)</destination-port> + </connection> + <connection> + <source-node>note_in_0</source-node> + <source-port>Frequency</source-port> + <destination-node>sine_faaa_0</destination-node> + <destination-port>Frequency</destination-port> + </connection> + <connection> + <source-node>note_in_0</source-node> + <source-port>Gate</source-port> + <destination-node>sine_faaa_0</destination-node> + <destination-port>Amplitude</destination-port> + </connection> + <connection> + <source-node>sine_faaa_0</source-node> + <source-port>Output</source-port> + <destination-node>fbdelay_1s_0</destination-node> + <destination-port>Input</destination-port> + </connection> + <connection> + <source-node>fbdelay_1s_0</source-node> + <source-port>Output</source-port> + <destination-node>audio_output_0</destination-node> + <destination-port>out</destination-port> + </connection> + <preset> + <name>default</name> + <control> + <node-name>fbdelay_1s_0</node-name> + <port-name>Delay (Seconds)</port-name> + <value>1.000000</value> + </control> + <control> + <node-name>fbdelay_1s_0</node-name> + <port-name>Dry-Wet Balance</port-name> + <value>0.500000</value> + </control> + <control> + <node-name>fbdelay_1s_0</node-name> + <port-name>Feedback</port-name> + <value>0.500000</value> + </control> + <control> + <node-name>transport_0</node-name> + <port-name>s-per-beat</port-name> + <value>0.000000</value> + </control> + </preset> +</patch> |