diff options
Diffstat (limited to 'patches/testing/formanttest.om')
-rw-r--r-- | patches/testing/formanttest.om | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/patches/testing/formanttest.om b/patches/testing/formanttest.om new file mode 100644 index 00000000..62cbd2f0 --- /dev/null +++ b/patches/testing/formanttest.om @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<patch> + <name>formanttest</name> + <polyphony>1</polyphony> + <node> + <name>audio_output_0</name> + <polyphonic>true</polyphonic> + <type>Internal</type> + <plugin-label>audio_output</plugin-label> + <module-x>1612.000000</module-x> + <module-y>1124.000000</module-y> + </node> + <node> + <name>formant_vc_0</name> + <polyphonic>true</polyphonic> + <type>LADSPA</type> + <plugin-label>formant_vc</plugin-label> + <library-name>formant_filter_4300.so</library-name> + <module-x>1501.000000</module-x> + <module-y>1094.000000</module-y> + </node> + <node> + <name>noise_source_white_0</name> + <polyphonic>true</polyphonic> + <type>LADSPA</type> + <plugin-label>noise_source_white</plugin-label> + <library-name>cmt.so</library-name> + <module-x>1350.000000</module-x> + <module-y>1083.000000</module-y> + <port> + <name>Amplitude</name> + <user-min>0.000000</user-min> + <user-max>1.000000</user-max> + </port> + </node> + <connection> + <source-node>formant_vc_0</source-node> + <source-port>Output</source-port> + <destination-node>audio_output_0</destination-node> + <destination-port>out</destination-port> + </connection> + <connection> + <source-node>noise_source_white_0</source-node> + <source-port>Output</source-port> + <destination-node>formant_vc_0</destination-node> + <destination-port>Input</destination-port> + </connection> + <preset> + <name>default</name> + <control> + <node-name>formant_vc_0</node-name> + <port-name>Vowel</port-name> + <value>0.000000</value> + </control> + <control> + <node-name>noise_source_white_0</node-name> + <port-name>Amplitude</port-name> + <value>1.000000</value> + </control> + </preset> +</patch> |