diff options
Diffstat (limited to 'src/clients/patches/testing/rangetest.om')
-rw-r--r-- | src/clients/patches/testing/rangetest.om | 171 |
1 files changed, 171 insertions, 0 deletions
diff --git a/src/clients/patches/testing/rangetest.om b/src/clients/patches/testing/rangetest.om new file mode 100644 index 00000000..9ac64a58 --- /dev/null +++ b/src/clients/patches/testing/rangetest.om @@ -0,0 +1,171 @@ +<?xml version="1.0" encoding="UTF-8"?> +<patch> + <name>rangetest</name> + <polyphony>1</polyphony> + <node> + <name>audio_output_0</name> + <polyphonic>true</polyphonic> + <type>Internal</type> + <plugin-label>audio_output</plugin-label> + <module-x>1746.000000</module-x> + <module-y>1096.000000</module-y> + </node> + <node> + <name>interpolator_0</name> + <polyphonic>true</polyphonic> + <type>LADSPA</type> + <plugin-label>interpolator</plugin-label> + <library-name>interpolator_1660.so</library-name> + <module-x>1322.000000</module-x> + <module-y>970.000000</module-y> + <port> + <name>Control Input</name> + <user-min>0.000000</user-min> + <user-max>1.000000</user-max> + </port> + </node> + <node> + <name>interpolator_1</name> + <polyphonic>true</polyphonic> + <type>LADSPA</type> + <plugin-label>interpolator</plugin-label> + <library-name>interpolator_1660.so</library-name> + <module-x>1321.000000</module-x> + <module-y>1029.000000</module-y> + <port> + <name>Control Input</name> + <user-min>0.000000</user-min> + <user-max>1.000000</user-max> + </port> + </node> + <node> + <name>interpolator_2</name> + <polyphonic>true</polyphonic> + <type>LADSPA</type> + <plugin-label>interpolator</plugin-label> + <library-name>interpolator_1660.so</library-name> + <module-x>1322.000000</module-x> + <module-y>1086.000000</module-y> + <port> + <name>Control Input</name> + <user-min>0.000000</user-min> + <user-max>5.000000</user-max> + </port> + </node> + <node> + <name>interpolator_3</name> + <polyphonic>true</polyphonic> + <type>LADSPA</type> + <plugin-label>interpolator</plugin-label> + <library-name>interpolator_1660.so</library-name> + <module-x>1311.000000</module-x> + <module-y>1143.000000</module-y> + <port> + <name>Control Input</name> + <user-min>0.000000</user-min> + <user-max>100.000000</user-max> + </port> + </node> + <node> + <name>interpolator_4</name> + <polyphonic>true</polyphonic> + <type>LADSPA</type> + <plugin-label>interpolator</plugin-label> + <library-name>interpolator_1660.so</library-name> + <module-x>1370.000000</module-x> + <module-y>1239.000000</module-y> + <port> + <name>Control Input</name> + <user-min>0.000000</user-min> + <user-max>1.000000</user-max> + </port> + </node> + <node> + <name>range_trans_ar_0</name> + <polyphonic>true</polyphonic> + <type>LADSPA</type> + <plugin-label>range_trans_ar</plugin-label> + <library-name>range_trans_4210.so</library-name> + <module-x>1539.000000</module-x> + <module-y>1023.000000</module-y> + </node> + <node> + <name>square_fa_oa_0</name> + <polyphonic>true</polyphonic> + <type>LADSPA</type> + <plugin-label>square_fa_oa</plugin-label> + <library-name>square_1643.so</library-name> + <module-x>1645.000000</module-x> + <module-y>1081.000000</module-y> + </node> + <connection> + <source-node>interpolator_0</source-node> + <source-port>Interpolated Output</source-port> + <destination-node>range_trans_ar_0</destination-node> + <destination-port>Input Min</destination-port> + </connection> + <connection> + <source-node>interpolator_1</source-node> + <source-port>Interpolated Output</source-port> + <destination-node>range_trans_ar_0</destination-node> + <destination-port>Input Max</destination-port> + </connection> + <connection> + <source-node>interpolator_2</source-node> + <source-port>Interpolated Output</source-port> + <destination-node>range_trans_ar_0</destination-node> + <destination-port>Output Min</destination-port> + </connection> + <connection> + <source-node>interpolator_3</source-node> + <source-port>Interpolated Output</source-port> + <destination-node>range_trans_ar_0</destination-node> + <destination-port>Output Max</destination-port> + </connection> + <connection> + <source-node>square_fa_oa_0</source-node> + <source-port>Output</source-port> + <destination-node>audio_output_0</destination-node> + <destination-port>out</destination-port> + </connection> + <connection> + <source-node>range_trans_ar_0</source-node> + <source-port>Output</source-port> + <destination-node>square_fa_oa_0</destination-node> + <destination-port>Frequency</destination-port> + </connection> + <connection> + <source-node>interpolator_4</source-node> + <source-port>Interpolated Output</source-port> + <destination-node>range_trans_ar_0</destination-node> + <destination-port>Input</destination-port> + </connection> + <preset> + <name>default</name> + <control> + <node-name>interpolator_0</node-name> + <port-name>Control Input</port-name> + <value>0.000000</value> + </control> + <control> + <node-name>interpolator_1</node-name> + <port-name>Control Input</port-name> + <value>0.999900</value> + </control> + <control> + <node-name>interpolator_2</node-name> + <port-name>Control Input</port-name> + <value>5.000000</value> + </control> + <control> + <node-name>interpolator_3</node-name> + <port-name>Control Input</port-name> + <value>99.999901</value> + </control> + <control> + <node-name>interpolator_4</node-name> + <port-name>Control Input</port-name> + <value>0.999900</value> + </control> + </preset> +</patch> |