From 44a712694ee5b2f0ff56cd3b5d408e06bdc1328e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Jun 2006 02:49:50 +0000 Subject: More juggling git-svn-id: http://svn.drobilla.net/lad/grauph@17 a436a847-0d15-0410-975c-d299462d15a1 --- patches/303.om | 616 +++++++++++++++++++++ patches/COPYING | 10 + patches/Makefile.am | 23 + patches/OLDpatches/808snare3.om | 418 +++++++++++++++ patches/OLDpatches/808snare3.om.xml | 418 +++++++++++++++ patches/OLDpatches/benassi.om | 378 +++++++++++++ patches/OLDpatches/connectiontest.om | 149 ++++++ patches/OLDpatches/connectiontest.om.xml | 75 +++ patches/OLDpatches/drum-test.om | 273 ++++++++++ patches/OLDpatches/drum-test.om.xml | 273 ++++++++++ patches/OLDpatches/foo.om | 43 ++ patches/OLDpatches/foo.om.xml | 43 ++ patches/OLDpatches/fractal_filter.om | 336 ++++++++++++ patches/OLDpatches/fractal_filter_2.om | 330 ++++++++++++ patches/OLDpatches/kick.om | 84 +++ patches/OLDpatches/kick.om.xml | 84 +++ patches/OLDpatches/midi_binding_test.om | 244 +++++++++ patches/OLDpatches/miditest.om | 46 ++ patches/OLDpatches/monomidi.om | 44 ++ patches/OLDpatches/new-controller.om | 58 ++ patches/OLDpatches/noise.om | 35 ++ patches/OLDpatches/oscillator.om | 41 ++ patches/OLDpatches/overcompress.om | 321 +++++++++++ patches/OLDpatches/poly-oscillator.om | 45 ++ patches/OLDpatches/polymidi.om | 44 ++ patches/OLDpatches/polytest.om | 29 + patches/OLDpatches/simple_midi_binding_test.om | 70 +++ patches/OLDpatches/simplemonosynth.om | 116 ++++ patches/OLDpatches/simplepolysynth.om | 81 +++ patches/OLDpatches/synth.om | 50 ++ patches/OLDpatches/synth.om.xml | 50 ++ patches/OLDpatches/test-patch.om | 44 ++ patches/OLDpatches/test-patch.om.xml | 202 +++++++ patches/OLDpatches/trance.om | 346 ++++++++++++ patches/OLDpatches/trigger-test.om | 60 +++ patches/bak/fm_operator.om | 276 ++++++++++ patches/bak/op1.om | 276 ++++++++++ patches/bak/op2.om | 276 ++++++++++ patches/bak/op3.om | 276 ++++++++++ patches/bak/rhodes.om | 293 ++++++++++ patches/broken_bass_synth.om | 395 ++++++++++++++ patches/broken_oscillator.om | 218 ++++++++ patches/evildistbass.om | 646 ++++++++++++++++++++++ patches/files | 21 + patches/fm_operator.om | 273 ++++++++++ patches/glitch_drums/glitch_drums.om | 29 + patches/glitch_drums/rezzy_noise_wahp.om | 166 ++++++ patches/glitch_drums/snare.om | 359 +++++++++++++ patches/glitch_drums/whippy_hat.om | 172 ++++++ patches/house_ensemble.om | 258 +++++++++ patches/hugebass.om | 643 ++++++++++++++++++++++ patches/karplus_strong_digeridoo.om | 398 ++++++++++++++ patches/kick.om | 412 ++++++++++++++ patches/meanbass.om | 408 ++++++++++++++ patches/organ.om | 399 ++++++++++++++ patches/pad.om | 575 ++++++++++++++++++++ patches/quick_bass.om | 275 ++++++++++ patches/rhodes.om | 327 ++++++++++++ patches/saw_detuned.om | 291 ++++++++++ patches/saw_lp.om | 234 ++++++++ patches/sine.om | 159 ++++++ patches/slapbass.om | 707 +++++++++++++++++++++++++ patches/testing/303-test.om | 520 ++++++++++++++++++ patches/testing/bar.om | 105 ++++ patches/testing/connecttest.om | 74 +++ patches/testing/convert_test.om | 96 ++++ patches/testing/convert_test2.om | 31 ++ patches/testing/dssi_test.om | 42 ++ patches/testing/envtest.om | 203 +++++++ patches/testing/exptest.om | 95 ++++ patches/testing/foo.om | 43 ++ patches/testing/formanttest.om | 61 +++ patches/testing/learntest.om | 70 +++ patches/testing/miditest.om | 83 +++ patches/testing/new_test/master.om | 98 ++++ patches/testing/new_test/quick-bass.om | 319 +++++++++++ patches/testing/rangetest.om | 171 ++++++ patches/testing/rangetest2.om | 111 ++++ patches/testing/subpatching/bar.om | 15 + patches/testing/subpatching/baz.om | 181 +++++++ patches/testing/subpatching/baz2.om | 57 ++ patches/testing/subpatching/blah.om | 50 ++ patches/testing/subpatching/blahz0r.om | 181 +++++++ patches/testing/subpatching/foo.om | 15 + patches/testing/subpatching/quuux.om | 8 + patches/testing/subpatching/quuux2.om | 8 + patches/testing/subpatching/quux.om | 22 + patches/testing/subpatching/qwe.om | 62 +++ patches/testing/test.om | 38 ++ patches/testing/transport-test.om | 100 ++++ patches/testing/voice_test.om | 36 ++ patches/trance.om | 585 ++++++++++++++++++++ patches/wah_bass.om | 318 +++++++++++ 93 files changed, 18039 insertions(+) create mode 100644 patches/303.om create mode 100644 patches/COPYING create mode 100644 patches/Makefile.am create mode 100644 patches/OLDpatches/808snare3.om create mode 100644 patches/OLDpatches/808snare3.om.xml create mode 100644 patches/OLDpatches/benassi.om create mode 100644 patches/OLDpatches/connectiontest.om create mode 100644 patches/OLDpatches/connectiontest.om.xml create mode 100644 patches/OLDpatches/drum-test.om create mode 100644 patches/OLDpatches/drum-test.om.xml create mode 100644 patches/OLDpatches/foo.om create mode 100644 patches/OLDpatches/foo.om.xml create mode 100644 patches/OLDpatches/fractal_filter.om create mode 100644 patches/OLDpatches/fractal_filter_2.om create mode 100644 patches/OLDpatches/kick.om create mode 100644 patches/OLDpatches/kick.om.xml create mode 100644 patches/OLDpatches/midi_binding_test.om create mode 100644 patches/OLDpatches/miditest.om create mode 100644 patches/OLDpatches/monomidi.om create mode 100644 patches/OLDpatches/new-controller.om create mode 100644 patches/OLDpatches/noise.om create mode 100644 patches/OLDpatches/oscillator.om create mode 100644 patches/OLDpatches/overcompress.om create mode 100644 patches/OLDpatches/poly-oscillator.om create mode 100644 patches/OLDpatches/polymidi.om create mode 100644 patches/OLDpatches/polytest.om create mode 100644 patches/OLDpatches/simple_midi_binding_test.om create mode 100644 patches/OLDpatches/simplemonosynth.om create mode 100644 patches/OLDpatches/simplepolysynth.om create mode 100644 patches/OLDpatches/synth.om create mode 100644 patches/OLDpatches/synth.om.xml create mode 100644 patches/OLDpatches/test-patch.om create mode 100644 patches/OLDpatches/test-patch.om.xml create mode 100644 patches/OLDpatches/trance.om create mode 100644 patches/OLDpatches/trigger-test.om create mode 100644 patches/bak/fm_operator.om create mode 100644 patches/bak/op1.om create mode 100644 patches/bak/op2.om create mode 100644 patches/bak/op3.om create mode 100644 patches/bak/rhodes.om create mode 100644 patches/broken_bass_synth.om create mode 100644 patches/broken_oscillator.om create mode 100644 patches/evildistbass.om create mode 100644 patches/files create mode 100644 patches/fm_operator.om create mode 100644 patches/glitch_drums/glitch_drums.om create mode 100644 patches/glitch_drums/rezzy_noise_wahp.om create mode 100644 patches/glitch_drums/snare.om create mode 100644 patches/glitch_drums/whippy_hat.om create mode 100644 patches/house_ensemble.om create mode 100644 patches/hugebass.om create mode 100644 patches/karplus_strong_digeridoo.om create mode 100644 patches/kick.om create mode 100644 patches/meanbass.om create mode 100644 patches/organ.om create mode 100644 patches/pad.om create mode 100644 patches/quick_bass.om create mode 100644 patches/rhodes.om create mode 100644 patches/saw_detuned.om create mode 100644 patches/saw_lp.om create mode 100644 patches/sine.om create mode 100644 patches/slapbass.om create mode 100644 patches/testing/303-test.om create mode 100644 patches/testing/bar.om create mode 100644 patches/testing/connecttest.om create mode 100644 patches/testing/convert_test.om create mode 100644 patches/testing/convert_test2.om create mode 100644 patches/testing/dssi_test.om create mode 100644 patches/testing/envtest.om create mode 100644 patches/testing/exptest.om create mode 100644 patches/testing/foo.om create mode 100644 patches/testing/formanttest.om create mode 100644 patches/testing/learntest.om create mode 100644 patches/testing/miditest.om create mode 100644 patches/testing/new_test/master.om create mode 100644 patches/testing/new_test/quick-bass.om create mode 100644 patches/testing/rangetest.om create mode 100644 patches/testing/rangetest2.om create mode 100644 patches/testing/subpatching/bar.om create mode 100644 patches/testing/subpatching/baz.om create mode 100644 patches/testing/subpatching/baz2.om create mode 100644 patches/testing/subpatching/blah.om create mode 100644 patches/testing/subpatching/blahz0r.om create mode 100644 patches/testing/subpatching/foo.om create mode 100644 patches/testing/subpatching/quuux.om create mode 100644 patches/testing/subpatching/quuux2.om create mode 100644 patches/testing/subpatching/quux.om create mode 100644 patches/testing/subpatching/qwe.om create mode 100644 patches/testing/test.om create mode 100644 patches/testing/transport-test.om create mode 100644 patches/testing/voice_test.om create mode 100644 patches/trance.om create mode 100644 patches/wah_bass.om (limited to 'patches') diff --git a/patches/303.om b/patches/303.om new file mode 100644 index 00000000..cadc2c60 --- /dev/null +++ b/patches/303.om @@ -0,0 +1,616 @@ + + + 303 + 1 + + amp_env + false + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1372.000000 + 1368.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + cutoff + false + Internal + control_input + 1631.000000 + 1196.000000 + 4.000000 + 0.000000 + + + cutoff_env + false + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1373.000000 + 1104.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + cutoff_env_mod + false + Internal + control_input + 1468.000000 + 1118.000000 + + + cutoff_influence + false + LADSPA + product_iaic_oa + product_1668.so + 1581.000000 + 1136.000000 + + Second Input + 0.000000 + 99999.000000 + + + + cutoff_scale + false + LADSPA + product_iaic_oa + product_1668.so + 1726.000000 + 1152.000000 + + + drive + false + Internal + control_input + 1849.000000 + 1158.000000 + 10.000000 + 0.000000 + + + hard_limiter + false + LADSPA + hardLimiter + hard_limiter_1413.so + 2160.000000 + 1209.000000 + + + lowpass + false + LADSPA + vcf_lp + vcf_cv_in.so + 1935.000000 + 1125.000000 + + + master_amp + false + LADSPA + amp_mono + amp.so + 2251.000000 + 1228.000000 + + Gain + 0.000000 + 1.000000 + + + + midi_input + false + Internal + midi_input + 1103.000000 + 1212.000000 + + + note_amp + false + LADSPA + product_iaia_oa + product_1668.so + 2063.000000 + 1221.000000 + + + note_in + false + Internal + note_in + 1205.000000 + 1212.000000 + + + osc + false + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1386.000000 + 1054.000000 + + + output + false + Internal + audio_output + 2341.000000 + 1253.000000 + + + resonance + false + Internal + control_input + 1636.000000 + 1328.000000 + 11.000000 + 0.000000 + + + resonance_env + false + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1372.000000 + 1235.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 1.000000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + resonance_env_mod + false + Internal + control_input + 1459.000000 + 1249.000000 + + + resonance_influence + false + LADSPA + product_iaic_oa + product_1668.so + 1584.000000 + 1270.000000 + + Second Input + 0.000000 + 3.000000 + + + + resonance_scale + false + LADSPA + product_iaic_oa + product_1668.so + 1736.000000 + 1237.000000 + + + volume + false + Internal + control_input + 2175.000000 + 1157.000000 + 3.000000 + 0.000000 + + + note_in + Gate + resonance_env + Gate + + + note_in + Gate + amp_env + Gate + + + amp_env + Envelope Out + note_amp + Second Input + + + note_in + Gate + cutoff_env + Gate + + + resonance_env + Envelope Out + resonance_influence + First Input + + + note_in + Trigger + resonance_env + Trigger + + + note_in + Trigger + cutoff_env + Trigger + + + note_in + Trigger + amp_env + Trigger + + + note_in + Frequency + osc + Frequency + + + osc + Output + lowpass + Input + + + lowpass + Output + note_amp + First Input + + + note_amp + Product Output + hard_limiter + Input + + + resonance_influence + Product Output + resonance_scale + First Input + + + resonance + in + resonance_scale + Second Input + + + resonance_scale + Product Output + lowpass + Resonance + + + cutoff + in + cutoff_scale + Second Input + + + cutoff_influence + Product Output + cutoff_scale + First Input + + + cutoff_scale + Product Output + lowpass + Frequency Input + + + cutoff_env + Envelope Out + cutoff_influence + First Input + + + drive + in + lowpass + Gain + + + hard_limiter + Output + master_amp + Input + + + master_amp + Output + output + out + + + volume + in + master_amp + Gain + + + midi_input + in + note_in + MIDI In + + + resonance_env_mod + in + resonance_influence + Second Input + + + cutoff_env_mod + in + cutoff_influence + Second Input + + + default + + amp_env + Delay Time (s) + 0.000000 + + + amp_env + Attack Time (s) + 0.001455 + + + amp_env + Hold Time (s) + 0.000000 + + + amp_env + Decay Time (s) + 0.043685 + + + amp_env + Sustain Level + 0.999900 + + + amp_env + Release Time (s) + 0.363600 + + + cutoff_env + Delay Time (s) + 0.000000 + + + cutoff_env + Attack Time (s) + 0.004541 + + + cutoff_env + Hold Time (s) + 0.000000 + + + cutoff_env + Decay Time (s) + 0.090900 + + + cutoff_env + Sustain Level + 0.274972 + + + cutoff_env + Release Time (s) + 0.636300 + + + cutoff_influence + Second Input + 0.192926 + + + cutoff_scale + Second Input + 0.335321 + + + hard_limiter + dB limit + -0.000100 + + + hard_limiter + Wet level + 1.000000 + + + hard_limiter + Residue level + 0.000000 + + + lowpass + Gain + 1.310963 + + + lowpass + Frequency Offset + 493.833984 + + + lowpass + Frequency Pitch + -1.304365 + + + lowpass + Resonance Offset + 0.001000 + + + master_amp + Gain + 0.664648 + + + resonance_env + Delay Time (s) + 0.000000 + + + resonance_env + Attack Time (s) + 0.000000 + + + resonance_env + Hold Time (s) + 0.000000 + + + resonance_env + Decay Time (s) + 0.199980 + + + resonance_env + Sustain Level + 0.000000 + + + resonance_env + Release Time (s) + 0.000000 + + + resonance_influence + Second Input + 0.957592 + + + resonance_scale + Second Input + 0.263460 + + + cutoff + 0.179483 + + + cutoff_env_mod + 0.612118 + + + drive + 4.455084 + + + resonance + 0.810890 + + + resonance_env_mod + 0.749925 + + + volume + 0.664648 + + + diff --git a/patches/COPYING b/patches/COPYING new file mode 100644 index 00000000..923a63e5 --- /dev/null +++ b/patches/COPYING @@ -0,0 +1,10 @@ +These are example patches, loadable by the gtk client. + +I consider patches to be a form of art, thus all files in this folder are +released into the public domain. If you modify any of them, I would +appreciate a copy for inclusion into the distribution, but you're in no +way obligated to do so. + +(I would really appreciate receiving any user patches of course, derived +from these or not) + diff --git a/patches/Makefile.am b/patches/Makefile.am new file mode 100644 index 00000000..904dcc96 --- /dev/null +++ b/patches/Makefile.am @@ -0,0 +1,23 @@ +patchesdir = $(pkgdatadir)/patches + +dist_patches_DATA = \ + 303.om \ + broken_bass_synth.om \ + broken_oscillator.om \ + fm_operator.om \ + house_ensemble.om \ + karplus_strong_digeridoo.om \ + kick.om \ + organ.om \ + pad.om \ + saw_detuned.om \ + quick_bass.om \ + rhodes.om \ + saw_lp.om \ + sine.om \ + trance.om \ + wah_bass.om \ + hugebass.om \ + evildistbass.om \ + slapbass.om \ + meanbass.om diff --git a/patches/OLDpatches/808snare3.om b/patches/OLDpatches/808snare3.om new file mode 100644 index 00000000..d82f4a93 --- /dev/null +++ b/patches/OLDpatches/808snare3.om @@ -0,0 +1,418 @@ + + + 808snare + 3200 + 2400 + + output0 + 2115.000000 + 1216.000000 + Internal + output + + + midi_trigger_in0 + 950.000000 + 1128.000000 + Internal + midi_trigger_in + + + mixer2 + 1945.000000 + 1182.000000 + LADSPA + mixer + cmt.so + + + mixer1 + 1838.000000 + 1077.000000 + LADSPA + mixer + cmt.so + + + mixer0 + 1848.000000 + 1205.000000 + LADSPA + mixer + cmt.so + + + analogueOsc1 + 1284.000000 + 995.000000 + LADSPA + analogueOsc + analogue_osc_1416.so + + + analogueOsc0 + 1285.000000 + 1130.000000 + LADSPA + analogueOsc + analogue_osc_1416.so + + + highpass_iir0 + 1764.000000 + 1542.000000 + LADSPA + highpass_iir + highpass_iir_1890.so + + + vcf_hp0 + 959.000000 + 853.000000 + LADSPA + vcf_hp + vcf_cv_in.so + + + amp_gaia_oa2 + 1535.000000 + 1316.000000 + LADSPA + amp_gaia_oa + amp_1654.so + + + amp_gaia_oa1 + 1796.000000 + 934.000000 + LADSPA + amp_gaia_oa + amp_1654.so + + + amp_gaia_oa0 + 1514.000000 + 1535.000000 + LADSPA + amp_gaia_oa + amp_1654.so + + + dahdsr_cg+t_control2 + 1047.000000 + 1423.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + dahdsr_cg+t_control1 + 1518.000000 + 791.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + dahdsr_cg+t_control0 + 1299.000000 + 1341.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + midi_trigger_in0 + Gate_1 + dahdsr_cg+t_control2 + Gate + + + midi_trigger_in0 + Gate_1 + dahdsr_cg+t_control0 + Trigger + + + midi_trigger_in0 + Gate_1 + dahdsr_cg+t_control1 + Trigger + + + dahdsr_cg+t_control1 + Envelope Out + amp_gaia_oa1 + Gain (dB) + + + dahdsr_cg+t_control0 + Envelope Out + amp_gaia_oa2 + Gain (dB) + + + dahdsr_cg+t_control2 + Envelope Out + amp_gaia_oa0 + Gain (dB) + + + mixer2 + Output + output0 + out_1 + + + mixer1 + Output + mixer2 + Input 1 + + + highpass_iir0 + Output + mixer2 + Input 2 + + + amp_gaia_oa0 + Output + highpass_iir0 + Input + + + amp_gaia_oa2 + Output + mixer1 + Input 2 + + + amp_gaia_oa1 + Output + mixer1 + Input 1 + + + analogueOsc0 + Output + amp_gaia_oa2 + Input + + + analogueOsc1 + Output + amp_gaia_oa1 + Input + + + midi_trigger_in0 + Gate_1 + 0.000000 + + + midi_trigger_in0 + Gate_2 + 0.000000 + + + midi_trigger_in0 + Gate_3 + 0.000000 + + + midi_trigger_in0 + Gate_4 + 0.000000 + + + analogueOsc1 + Waveform (1=sin, 2=tri, 3=squ, 4=saw) + 1.000000 + + + analogueOsc1 + Frequency (Hz) + 21120000.000000 + + + analogueOsc1 + Warmth + 0.000000 + + + analogueOsc1 + Instability + 0.000000 + + + analogueOsc0 + Waveform (1=sin, 2=tri, 3=squ, 4=saw) + 1.000000 + + + analogueOsc0 + Frequency (Hz) + 21120000.000000 + + + analogueOsc0 + Warmth + 0.000000 + + + analogueOsc0 + Instability + 0.000000 + + + highpass_iir0 + Cutoff Frequency + 39.313740 + + + highpass_iir0 + Stages(2 poles per stage) + 1.000000 + + + vcf_hp0 + Gain + 0.000000 + + + vcf_hp0 + Frequency Offset + 20.000000 + + + vcf_hp0 + Frequency Pitch + -2.000000 + + + vcf_hp0 + Resonance Offset + 0.001000 + + + dahdsr_cg+t_control2 + Gate + 0.000000 + + + dahdsr_cg+t_control2 + Trigger + 0.000000 + + + dahdsr_cg+t_control2 + Delay Time (s) + 0.000000 + + + dahdsr_cg+t_control2 + Attack Time (s) + 0.000000 + + + dahdsr_cg+t_control2 + Hold Time (s) + 0.000000 + + + dahdsr_cg+t_control2 + Decay Time (s) + 0.000000 + + + dahdsr_cg+t_control2 + Sustain Level + 1.000000 + + + dahdsr_cg+t_control2 + Release Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Gate + 0.000000 + + + dahdsr_cg+t_control1 + Trigger + 0.000000 + + + dahdsr_cg+t_control1 + Delay Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Attack Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Hold Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Decay Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Sustain Level + 1.000000 + + + dahdsr_cg+t_control1 + Release Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Gate + 0.000000 + + + dahdsr_cg+t_control0 + Trigger + 0.000000 + + + dahdsr_cg+t_control0 + Delay Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Attack Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Hold Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Decay Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Sustain Level + 1.000000 + + + dahdsr_cg+t_control0 + Release Time (s) + 0.000000 + + diff --git a/patches/OLDpatches/808snare3.om.xml b/patches/OLDpatches/808snare3.om.xml new file mode 100644 index 00000000..d82f4a93 --- /dev/null +++ b/patches/OLDpatches/808snare3.om.xml @@ -0,0 +1,418 @@ + + + 808snare + 3200 + 2400 + + output0 + 2115.000000 + 1216.000000 + Internal + output + + + midi_trigger_in0 + 950.000000 + 1128.000000 + Internal + midi_trigger_in + + + mixer2 + 1945.000000 + 1182.000000 + LADSPA + mixer + cmt.so + + + mixer1 + 1838.000000 + 1077.000000 + LADSPA + mixer + cmt.so + + + mixer0 + 1848.000000 + 1205.000000 + LADSPA + mixer + cmt.so + + + analogueOsc1 + 1284.000000 + 995.000000 + LADSPA + analogueOsc + analogue_osc_1416.so + + + analogueOsc0 + 1285.000000 + 1130.000000 + LADSPA + analogueOsc + analogue_osc_1416.so + + + highpass_iir0 + 1764.000000 + 1542.000000 + LADSPA + highpass_iir + highpass_iir_1890.so + + + vcf_hp0 + 959.000000 + 853.000000 + LADSPA + vcf_hp + vcf_cv_in.so + + + amp_gaia_oa2 + 1535.000000 + 1316.000000 + LADSPA + amp_gaia_oa + amp_1654.so + + + amp_gaia_oa1 + 1796.000000 + 934.000000 + LADSPA + amp_gaia_oa + amp_1654.so + + + amp_gaia_oa0 + 1514.000000 + 1535.000000 + LADSPA + amp_gaia_oa + amp_1654.so + + + dahdsr_cg+t_control2 + 1047.000000 + 1423.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + dahdsr_cg+t_control1 + 1518.000000 + 791.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + dahdsr_cg+t_control0 + 1299.000000 + 1341.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + midi_trigger_in0 + Gate_1 + dahdsr_cg+t_control2 + Gate + + + midi_trigger_in0 + Gate_1 + dahdsr_cg+t_control0 + Trigger + + + midi_trigger_in0 + Gate_1 + dahdsr_cg+t_control1 + Trigger + + + dahdsr_cg+t_control1 + Envelope Out + amp_gaia_oa1 + Gain (dB) + + + dahdsr_cg+t_control0 + Envelope Out + amp_gaia_oa2 + Gain (dB) + + + dahdsr_cg+t_control2 + Envelope Out + amp_gaia_oa0 + Gain (dB) + + + mixer2 + Output + output0 + out_1 + + + mixer1 + Output + mixer2 + Input 1 + + + highpass_iir0 + Output + mixer2 + Input 2 + + + amp_gaia_oa0 + Output + highpass_iir0 + Input + + + amp_gaia_oa2 + Output + mixer1 + Input 2 + + + amp_gaia_oa1 + Output + mixer1 + Input 1 + + + analogueOsc0 + Output + amp_gaia_oa2 + Input + + + analogueOsc1 + Output + amp_gaia_oa1 + Input + + + midi_trigger_in0 + Gate_1 + 0.000000 + + + midi_trigger_in0 + Gate_2 + 0.000000 + + + midi_trigger_in0 + Gate_3 + 0.000000 + + + midi_trigger_in0 + Gate_4 + 0.000000 + + + analogueOsc1 + Waveform (1=sin, 2=tri, 3=squ, 4=saw) + 1.000000 + + + analogueOsc1 + Frequency (Hz) + 21120000.000000 + + + analogueOsc1 + Warmth + 0.000000 + + + analogueOsc1 + Instability + 0.000000 + + + analogueOsc0 + Waveform (1=sin, 2=tri, 3=squ, 4=saw) + 1.000000 + + + analogueOsc0 + Frequency (Hz) + 21120000.000000 + + + analogueOsc0 + Warmth + 0.000000 + + + analogueOsc0 + Instability + 0.000000 + + + highpass_iir0 + Cutoff Frequency + 39.313740 + + + highpass_iir0 + Stages(2 poles per stage) + 1.000000 + + + vcf_hp0 + Gain + 0.000000 + + + vcf_hp0 + Frequency Offset + 20.000000 + + + vcf_hp0 + Frequency Pitch + -2.000000 + + + vcf_hp0 + Resonance Offset + 0.001000 + + + dahdsr_cg+t_control2 + Gate + 0.000000 + + + dahdsr_cg+t_control2 + Trigger + 0.000000 + + + dahdsr_cg+t_control2 + Delay Time (s) + 0.000000 + + + dahdsr_cg+t_control2 + Attack Time (s) + 0.000000 + + + dahdsr_cg+t_control2 + Hold Time (s) + 0.000000 + + + dahdsr_cg+t_control2 + Decay Time (s) + 0.000000 + + + dahdsr_cg+t_control2 + Sustain Level + 1.000000 + + + dahdsr_cg+t_control2 + Release Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Gate + 0.000000 + + + dahdsr_cg+t_control1 + Trigger + 0.000000 + + + dahdsr_cg+t_control1 + Delay Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Attack Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Hold Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Decay Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Sustain Level + 1.000000 + + + dahdsr_cg+t_control1 + Release Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Gate + 0.000000 + + + dahdsr_cg+t_control0 + Trigger + 0.000000 + + + dahdsr_cg+t_control0 + Delay Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Attack Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Hold Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Decay Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Sustain Level + 1.000000 + + + dahdsr_cg+t_control0 + Release Time (s) + 0.000000 + + diff --git a/patches/OLDpatches/benassi.om b/patches/OLDpatches/benassi.om new file mode 100644 index 00000000..459fe4bc --- /dev/null +++ b/patches/OLDpatches/benassi.om @@ -0,0 +1,378 @@ + + + SMS + 1 + + dahdsr_g+t_control_0 + false + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1445 + 1010 + + + dysonCompress_0 + false + LADSPA + dysonCompress + dyson_compress_1403.so + 1885 + 1099 + + + midi_note_in_0 + false + Internal + midi_note_in + 0 + 0 + + + output_0 + false + Internal + output + 2280 + 1141 + + + output_1 + false + Internal + output + 2283 + 1223 + + + product_iaia_oa_0 + false + LADSPA + product_iaia_oa + product_1668.so + 1567 + 1108 + + + pulse_fapa_oa_0 + false + LADSPA + pulse_fapa_oa + pulse_1645.so + 1571 + 1245 + + + sc3_0 + false + LADSPA + sc3 + sc3_1427.so + 2136 + 1089 + + + sc4m_0 + false + LADSPA + sc4m + sc4m_1916.so + 2014 + 1069 + + + sine_faac_0 + false + LADSPA + sine_faac + sine.so + 1471 + 1262 + + + sum_iaic_oa_0 + false + LADSPA + sum_iaic_oa + sum_1665.so + 1363 + 1261 + + + tap_sigmoid_0 + false + LADSPA + tap_sigmoid + tap_sigmoid.so + 1675 + 1108 + + + tap_tubewarmth_0 + false + LADSPA + tap_tubewarmth + tap_tubewarmth.so + 1761 + 1120 + + + midi_note_in_0 + Gate + dahdsr_g+t_control_0 + Gate + + + dahdsr_g+t_control_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + product_iaia_oa_0 + Product Output + tap_sigmoid_0 + Input + + + tap_sigmoid_0 + Output + tap_tubewarmth_0 + Input + + + tap_tubewarmth_0 + Output + dysonCompress_0 + Input + + + dysonCompress_0 + Output + sc4m_0 + Input + + + dysonCompress_0 + Output + sc3_0 + Sidechain + + + sc3_0 + Left output + output_0 + out + + + sc3_0 + Right output + output_1 + out + + + tap_tubewarmth_0 + Output + sc3_0 + Right input + + + sc4m_0 + Output + sc3_0 + Left input + + + midi_note_in_0 + Frequency + pulse_fapa_oa_0 + Frequency + + + pulse_fapa_oa_0 + Output + product_iaia_oa_0 + First Input + + + sine_faac_0 + Output + pulse_fapa_oa_0 + Pulse Width + + + sum_iaic_oa_0 + Summed Output + sine_faac_0 + Frequency (Hz) + + + midi_note_in_0 + Frequency + sum_iaic_oa_0 + First Input + + + default + + dahdsr_g+t_control_0 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Attack Time (s) + 0.049995 + + + dahdsr_g+t_control_0 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Decay Time (s) + 0.224977 + + + dahdsr_g+t_control_0 + Sustain Level + 0.374963 + + + dahdsr_g+t_control_0 + Release Time (s) + 0.080000 + + + dysonCompress_0 + Peak limit (dB) + -30.000000 + + + dysonCompress_0 + Release time (s) + 0.599940 + + + dysonCompress_0 + Fast compression ratio + 0.624937 + + + dysonCompress_0 + Compression ratio + 0.999900 + + + sc3_0 + Attack time (ms) + 2.000000 + + + sc3_0 + Release time (ms) + 2.000000 + + + sc3_0 + Threshold level (dB) + -13.500055 + + + sc3_0 + Ratio (1:n) + 9.324907 + + + sc3_0 + Knee radius (dB) + 4.149965 + + + sc3_0 + Makeup gain (dB) + 6.599973 + + + sc3_0 + Chain balance + 0.999900 + + + sc4m_0 + RMS/peak + 0.499950 + + + sc4m_0 + Attack time (ms) + 101.125000 + + + sc4m_0 + Release time (ms) + 401.000000 + + + sc4m_0 + Threshold level (dB) + -30.000000 + + + sc4m_0 + Ratio (1:n) + 19.999901 + + + sc4m_0 + Knee radius (dB) + 8.424917 + + + sc4m_0 + Makeup gain (dB) + 23.999901 + + + sc4m_0 + Amplitude (dB) + -40.000000 + + + sc4m_0 + Gain reduction (dB) + -24.000000 + + + sine_faac_0 + Amplitude + 1.000000 + + + sum_iaic_oa_0 + Second Input + 1.499985 + + + tap_sigmoid_0 + Pre Gain [dB] + 8.999910 + + + tap_sigmoid_0 + Post Gain [dB] + 3.499915 + + + tap_tubewarmth_0 + Drive + 9.999900 + + + tap_tubewarmth_0 + Tape--Tube Blend + 2.499938 + + + diff --git a/patches/OLDpatches/connectiontest.om b/patches/OLDpatches/connectiontest.om new file mode 100644 index 00000000..2034ee1d --- /dev/null +++ b/patches/OLDpatches/connectiontest.om @@ -0,0 +1,149 @@ + + + foo + 4 + + branch_ia_oaoa_0 + false + LADSPA + branch_ia_oaoa + branch_1673.so + 1388 + 1196 + + + branch_ia_oaoa_1 + false + LADSPA + branch_ia_oaoa + branch_1673.so + 1354 + 1020 + + + branch_ia_oaoa_2 + false + LADSPA + branch_ia_oaoa + branch_1673.so + 1545 + 1199 + + + branch_ia_oaoa_3 + false + LADSPA + branch_ia_oaoa + branch_1673.so + 1587 + 1099 + + + branch_ia_oaoa_4 + false + LADSPA + branch_ia_oaoa + branch_1673.so + 1588 + 1282 + + + branch_ic_ococ_0 + false + LADSPA + branch_ic_ococ + branch_1673.so + 1445 + 1291 + + + branch_ic_ococ_1 + false + LADSPA + branch_ic_ococ + branch_1673.so + 1592 + 1363 + + + branch_ic_ococ_2 + false + LADSPA + branch_ic_ococ + branch_1673.so + 1450 + 1125 + + + branch_ic_ococ_3 + false + LADSPA + branch_ic_ococ + branch_1673.so + 1719 + 1188 + + + default + + branch_ic_ococ_0 + Input + 0.000000 + + + branch_ic_ococ_0 + First Output + 0.000000 + + + branch_ic_ococ_0 + Second Output + 0.000000 + + + branch_ic_ococ_1 + Input + 0.000000 + + + branch_ic_ococ_1 + First Output + 0.000000 + + + branch_ic_ococ_1 + Second Output + 0.000000 + + + branch_ic_ococ_2 + Input + 0.000000 + + + branch_ic_ococ_2 + First Output + 0.000000 + + + branch_ic_ococ_2 + Second Output + 0.000000 + + + branch_ic_ococ_3 + Input + 0.000000 + + + branch_ic_ococ_3 + First Output + 0.000000 + + + branch_ic_ococ_3 + Second Output + 0.000000 + + + diff --git a/patches/OLDpatches/connectiontest.om.xml b/patches/OLDpatches/connectiontest.om.xml new file mode 100644 index 00000000..2a2b4885 --- /dev/null +++ b/patches/OLDpatches/connectiontest.om.xml @@ -0,0 +1,75 @@ + + + connectiontest + 3200 + 2400 + + output0 + 1815.000000 + 1188.000000 + Internal + output + + + lp4pole_fcrcia_oa0 + 1619.000000 + 1220.000000 + LADSPA + lp4pole_fcrcia_oa + lp4pole_1671.so + + + sawtooth_fc_oa0 + 1407.000000 + 1270.000000 + LADSPA + sawtooth_fc_oa + sawtooth_1641.so + + + square_fc_oa0 + 1465.000000 + 1154.000000 + LADSPA + square_fc_oa + square_1643.so + + + square_fc_oa0 + Output + lp4pole_fcrcia_oa0 + Input + + + lp4pole_fcrcia_oa0 + Output + output0 + out_1 + + + lp4pole_fcrcia_oa0 + Output + output0 + out_2 + + + lp4pole_fcrcia_oa0 + Cutoff Frequency + 1062.380005 + + + lp4pole_fcrcia_oa0 + Resonance + 0.490000 + + + sawtooth_fc_oa0 + Frequency + 590.659973 + + + square_fc_oa0 + Frequency + 708.590027 + + diff --git a/patches/OLDpatches/drum-test.om b/patches/OLDpatches/drum-test.om new file mode 100644 index 00000000..73a32320 --- /dev/null +++ b/patches/OLDpatches/drum-test.om @@ -0,0 +1,273 @@ + + + patch1 + 3200 + 2400 + + mixer0 + 2078.000000 + 1349.000000 + LADSPA + mixer + cmt.so + + + vcf_bp20 + 1931.000000 + 1417.000000 + LADSPA + vcf_bp2 + vcf_cv_in.so + + + White0 + 1687.000000 + 1527.000000 + LADSPA + White + caps.so + + + product_iaia_oa0 + 1769.000000 + 1425.000000 + LADSPA + product_iaia_oa + product_1668.so + + + dahdsr_cg+t_control1 + 1480.000000 + 1358.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + dahdsr_cg+t_control0 + 1488.000000 + 1077.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + sine_fcaa0 + 1725.000000 + 1200.000000 + LADSPA + sine_fcaa + cmt.so + + + output0 + 2187.000000 + 1356.000000 + Internal + output + + + midi_trigger_in1 + 1323.000000 + 1373.000000 + Internal + midi_trigger_in + + + midi_trigger_in0 + 1312.000000 + 1234.000000 + Internal + midi_trigger_in + + + mixer0 + Output + output0 + out_2 + + + mixer0 + Output + output0 + out_1 + + + vcf_bp20 + Output + mixer0 + Input 2 + + + sine_fcaa0 + Output + mixer0 + Input 1 + + + midi_trigger_in1 + Gate + dahdsr_cg+t_control1 + Gate + + + product_iaia_oa0 + Product Output + vcf_bp20 + Input + + + White0 + out + product_iaia_oa0 + Second Input + + + dahdsr_cg+t_control1 + Envelope Out + product_iaia_oa0 + First Input + + + dahdsr_cg+t_control0 + Envelope Out + sine_fcaa0 + Amplitude + + + midi_trigger_in0 + Gate + dahdsr_cg+t_control0 + Gate + + + vcf_bp20 + Gain + 0.990000 + + + vcf_bp20 + Frequency Offset + 952.729980 + + + vcf_bp20 + Frequency Pitch + -0.000000 + + + vcf_bp20 + Resonance Offset + 0.060000 + + + White0 + volume + 0.990000 + + + dahdsr_cg+t_control1 + Gate + 0.000000 + + + dahdsr_cg+t_control1 + Trigger + 0.000000 + + + dahdsr_cg+t_control1 + Delay Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Attack Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Hold Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Decay Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Sustain Level + 0.610000 + + + dahdsr_cg+t_control1 + Release Time (s) + 0.100000 + + + dahdsr_cg+t_control0 + Gate + 0.000000 + + + dahdsr_cg+t_control0 + Trigger + 0.000000 + + + dahdsr_cg+t_control0 + Delay Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Attack Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Hold Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Decay Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Sustain Level + 0.990000 + + + dahdsr_cg+t_control0 + Release Time (s) + 0.000000 + + + sine_fcaa0 + Frequency + 73.699997 + + + midi_trigger_in1 + Note Number + 37.000000 + + + midi_trigger_in1 + Gate + 0.000000 + + + midi_trigger_in0 + Note Number + 35.000000 + + + midi_trigger_in0 + Gate + 0.000000 + + diff --git a/patches/OLDpatches/drum-test.om.xml b/patches/OLDpatches/drum-test.om.xml new file mode 100644 index 00000000..73a32320 --- /dev/null +++ b/patches/OLDpatches/drum-test.om.xml @@ -0,0 +1,273 @@ + + + patch1 + 3200 + 2400 + + mixer0 + 2078.000000 + 1349.000000 + LADSPA + mixer + cmt.so + + + vcf_bp20 + 1931.000000 + 1417.000000 + LADSPA + vcf_bp2 + vcf_cv_in.so + + + White0 + 1687.000000 + 1527.000000 + LADSPA + White + caps.so + + + product_iaia_oa0 + 1769.000000 + 1425.000000 + LADSPA + product_iaia_oa + product_1668.so + + + dahdsr_cg+t_control1 + 1480.000000 + 1358.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + dahdsr_cg+t_control0 + 1488.000000 + 1077.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + sine_fcaa0 + 1725.000000 + 1200.000000 + LADSPA + sine_fcaa + cmt.so + + + output0 + 2187.000000 + 1356.000000 + Internal + output + + + midi_trigger_in1 + 1323.000000 + 1373.000000 + Internal + midi_trigger_in + + + midi_trigger_in0 + 1312.000000 + 1234.000000 + Internal + midi_trigger_in + + + mixer0 + Output + output0 + out_2 + + + mixer0 + Output + output0 + out_1 + + + vcf_bp20 + Output + mixer0 + Input 2 + + + sine_fcaa0 + Output + mixer0 + Input 1 + + + midi_trigger_in1 + Gate + dahdsr_cg+t_control1 + Gate + + + product_iaia_oa0 + Product Output + vcf_bp20 + Input + + + White0 + out + product_iaia_oa0 + Second Input + + + dahdsr_cg+t_control1 + Envelope Out + product_iaia_oa0 + First Input + + + dahdsr_cg+t_control0 + Envelope Out + sine_fcaa0 + Amplitude + + + midi_trigger_in0 + Gate + dahdsr_cg+t_control0 + Gate + + + vcf_bp20 + Gain + 0.990000 + + + vcf_bp20 + Frequency Offset + 952.729980 + + + vcf_bp20 + Frequency Pitch + -0.000000 + + + vcf_bp20 + Resonance Offset + 0.060000 + + + White0 + volume + 0.990000 + + + dahdsr_cg+t_control1 + Gate + 0.000000 + + + dahdsr_cg+t_control1 + Trigger + 0.000000 + + + dahdsr_cg+t_control1 + Delay Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Attack Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Hold Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Decay Time (s) + 0.000000 + + + dahdsr_cg+t_control1 + Sustain Level + 0.610000 + + + dahdsr_cg+t_control1 + Release Time (s) + 0.100000 + + + dahdsr_cg+t_control0 + Gate + 0.000000 + + + dahdsr_cg+t_control0 + Trigger + 0.000000 + + + dahdsr_cg+t_control0 + Delay Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Attack Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Hold Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Decay Time (s) + 0.000000 + + + dahdsr_cg+t_control0 + Sustain Level + 0.990000 + + + dahdsr_cg+t_control0 + Release Time (s) + 0.000000 + + + sine_fcaa0 + Frequency + 73.699997 + + + midi_trigger_in1 + Note Number + 37.000000 + + + midi_trigger_in1 + Gate + 0.000000 + + + midi_trigger_in0 + Note Number + 35.000000 + + + midi_trigger_in0 + Gate + 0.000000 + + diff --git a/patches/OLDpatches/foo.om b/patches/OLDpatches/foo.om new file mode 100644 index 00000000..c5452ca6 --- /dev/null +++ b/patches/OLDpatches/foo.om @@ -0,0 +1,43 @@ + + + foo + 3200 + 2400 + + amp_mono0 + 1600.000000 + 1200.000000 + LADSPA + amp_mono + amp.so + + + sine_fcac0 + 1488.000000 + 1179.000000 + LADSPA + sine_fcac + sine.so + + + sine_fcac0 + - + amp_mono0 + - + + + amp_mono0 + Gain + 1.000000 + + + sine_fcac0 + Frequency (Hz) + 21120000.000000 + + + sine_fcac0 + Amplitude + 1.000000 + + diff --git a/patches/OLDpatches/foo.om.xml b/patches/OLDpatches/foo.om.xml new file mode 100644 index 00000000..4385f862 --- /dev/null +++ b/patches/OLDpatches/foo.om.xml @@ -0,0 +1,43 @@ + + + we + 3200 + 2400 + + Accumulate0 + 1592.000000 + 1065.000000 + LADSPA + Accumulate + pvoc.so + + + foverdrive0 + 1411.000000 + 1022.000000 + LADSPA + foverdrive + foverdrive_1196.so + + + foverdrive0 + Output + Accumulate0 + in + + + Accumulate0 + glissando + 0.690000 + + + Accumulate0 + decay + 0.690000 + + + foverdrive0 + Drive level + 2.990000 + + diff --git a/patches/OLDpatches/fractal_filter.om b/patches/OLDpatches/fractal_filter.om new file mode 100644 index 00000000..00f72dc6 --- /dev/null +++ b/patches/OLDpatches/fractal_filter.om @@ -0,0 +1,336 @@ + + + SMS + 1 + + PreampIV_0 + false + LADSPA + PreampIV + caps.so + 2113 + 1056 + + + SweepVF_0 + false + LADSPA + SweepVF + caps.so + 1868 + 1033 + + + dahdsr_g+t_control_0 + false + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1405 + 1028 + + + delay_1s_0 + false + LADSPA + delay_1s + cmt.so + 1959 + 1084 + + + midi_control_in_0 + false + Internal + midi_control_in + 1669 + 958 + + + midi_note_in_0 + false + Internal + midi_note_in + 1271 + 1055 + + + output_0 + false + Internal + output + 2235 + 1121 + + + product_iaia_oa_0 + false + LADSPA + product_iaia_oa + product_1668.so + 0 + 0 + + + sawtooth_fa_oa_0 + false + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1479 + 947 + + + sawtooth_fa_oa_1 + false + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1353 + 876 + + + sum_iaic_oa_0 + false + LADSPA + sum_iaic_oa + sum_1665.so + 1359 + 942 + + + tap_tubewarmth_0 + false + LADSPA + tap_tubewarmth + tap_tubewarmth.so + 1717 + 1106 + + + midi_note_in_0 + Gate + dahdsr_g+t_control_0 + Gate + + + dahdsr_g+t_control_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + midi_control_in_0 + Control Out + SweepVF_0 + f + + + midi_note_in_0 + Frequency + sawtooth_fa_oa_1 + Frequency + + + midi_note_in_0 + Frequency + sum_iaic_oa_0 + First Input + + + sum_iaic_oa_0 + Summed Output + sawtooth_fa_oa_0 + Frequency + + + sawtooth_fa_oa_0 + Output + product_iaia_oa_0 + First Input + + + sawtooth_fa_oa_1 + Output + product_iaia_oa_0 + First Input + + + tap_tubewarmth_0 + Output + SweepVF_0 + in + + + product_iaia_oa_0 + Product Output + tap_tubewarmth_0 + Input + + + SweepVF_0 + out + delay_1s_0 + Input + + + delay_1s_0 + Output + PreampIV_0 + in + + + PreampIV_0 + out + output_0 + out + + + default + + PreampIV_0 + gain + 2.999970 + + + PreampIV_0 + temperature + 0.179108 + + + PreampIV_0 + bass + 9.999925 + + + PreampIV_0 + mid + 0.000000 + + + PreampIV_0 + treble + 0.000000 + + + PreampIV_0 + hi + 0.000000 + + + PreampIV_0 + latency + 0.000000 + + + SweepVF_0 + f + 1406.400024 + + + SweepVF_0 + Q + 0.325318 + + + SweepVF_0 + mode + 0.000000 + + + SweepVF_0 + depth:x + 0.174983 + + + SweepVF_0 + depth:y + 0.449955 + + + SweepVF_0 + depth:z + 0.174983 + + + SweepVF_0 + h + 0.175808 + + + dahdsr_g+t_control_0 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Attack Time (s) + 0.002148 + + + dahdsr_g+t_control_0 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Decay Time (s) + 0.080637 + + + dahdsr_g+t_control_0 + Sustain Level + 0.999900 + + + dahdsr_g+t_control_0 + Release Time (s) + 0.016127 + + + delay_1s_0 + Delay (Seconds) + 0.006134 + + + delay_1s_0 + Dry/Wet Balance + 0.509152 + + + midi_control_in_0 + Controller Number + 97.000000 + + + midi_control_in_0 + Min + 100.000000 + + + midi_control_in_0 + Max + 5000.000000 + + + midi_control_in_0 + Control Out + 0.000000 + + + sum_iaic_oa_0 + Second Input + 1.699957 + + + tap_tubewarmth_0 + Drive + 0.100000 + + + tap_tubewarmth_0 + Tape--Tube Blend + -0.000050 + + + diff --git a/patches/OLDpatches/fractal_filter_2.om b/patches/OLDpatches/fractal_filter_2.om new file mode 100644 index 00000000..ab10460b --- /dev/null +++ b/patches/OLDpatches/fractal_filter_2.om @@ -0,0 +1,330 @@ + + + SMS + 1 + + PreampIV_0 + false + LADSPA + PreampIV + caps.so + 2113 + 1056 + + + SweepVF_0 + false + LADSPA + SweepVF + caps.so + 1868 + 1033 + + + dahdsr_g+t_control_0 + false + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 0 + 0 + + + delay_1s_0 + false + LADSPA + delay_1s + cmt.so + 1959 + 1084 + + + midi_control_in_0 + false + Internal + midi_control_in + 1669 + 958 + + + midi_note_in_0 + false + Internal + midi_note_in + 0 + 0 + + + output_0 + false + Internal + output + 0 + 0 + + + product_iaia_oa_0 + false + LADSPA + product_iaia_oa + product_1668.so + 1593 + 1053 + + + sawtooth_fa_oa_0 + false + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 0 + 0 + + + sawtooth_fa_oa_1 + false + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 0 + 0 + + + sum_iaic_oa_0 + false + LADSPA + sum_iaic_oa + sum_1665.so + 1359 + 942 + + + tap_tubewarmth_0 + false + LADSPA + tap_tubewarmth + tap_tubewarmth.so + 1717 + 1106 + + + midi_note_in_0 + Gate + dahdsr_g+t_control_0 + Gate + + + dahdsr_g+t_control_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + midi_note_in_0 + Frequency + sawtooth_fa_oa_1 + Frequency + + + midi_note_in_0 + Frequency + sum_iaic_oa_0 + First Input + + + sum_iaic_oa_0 + Summed Output + sawtooth_fa_oa_0 + Frequency + + + sawtooth_fa_oa_0 + Output + product_iaia_oa_0 + First Input + + + sawtooth_fa_oa_1 + Output + product_iaia_oa_0 + First Input + + + tap_tubewarmth_0 + Output + SweepVF_0 + in + + + product_iaia_oa_0 + Product Output + tap_tubewarmth_0 + Input + + + SweepVF_0 + out + delay_1s_0 + Input + + + delay_1s_0 + Output + PreampIV_0 + in + + + PreampIV_0 + out + output_0 + out + + + default + + PreampIV_0 + gain + 2.249978 + + + PreampIV_0 + temperature + 0.179108 + + + PreampIV_0 + bass + 9.999925 + + + PreampIV_0 + mid + 0.000000 + + + PreampIV_0 + treble + 0.000000 + + + PreampIV_0 + hi + 0.000000 + + + PreampIV_0 + latency + 0.000000 + + + SweepVF_0 + f + 1406.400024 + + + SweepVF_0 + Q + 0.325318 + + + SweepVF_0 + mode + 0.000000 + + + SweepVF_0 + depth:x + 0.324968 + + + SweepVF_0 + depth:y + 0.424958 + + + SweepVF_0 + depth:z + 0.324968 + + + SweepVF_0 + h + 0.250000 + + + dahdsr_g+t_control_0 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Attack Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Decay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Sustain Level + 1.000000 + + + dahdsr_g+t_control_0 + Release Time (s) + 0.000000 + + + delay_1s_0 + Delay (Seconds) + 1.000000 + + + delay_1s_0 + Dry/Wet Balance + 0.174983 + + + midi_control_in_0 + Controller Number + 97.000000 + + + midi_control_in_0 + Min + 100.000000 + + + midi_control_in_0 + Max + 5000.000000 + + + midi_control_in_0 + Control Out + 0.000000 + + + sum_iaic_oa_0 + Second Input + 1.699900 + + + tap_tubewarmth_0 + Drive + 9.999900 + + + tap_tubewarmth_0 + Tape--Tube Blend + 0.999945 + + + diff --git a/patches/OLDpatches/kick.om b/patches/OLDpatches/kick.om new file mode 100644 index 00000000..a28ff41e --- /dev/null +++ b/patches/OLDpatches/kick.om @@ -0,0 +1,84 @@ + + + patch1 + 3200 + 2400 + + output0 + 1744.000000 + 1133.000000 + Internal + output + + + midi_in0 + 1292.000000 + 1020.000000 + Internal + midi_in + + + dahdsr_cg+t_control0 + 1388.000000 + 1045.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + sine_fcaa0 + 1607.000000 + 1134.000000 + LADSPA + sine_fcaa + cmt.so + + + midi_in0 + Gate + dahdsr_cg+t_control0 + Gate + + + midi_in0 + Gate + dahdsr_cg+t_control0 + Gate + + + sine_fcaa0 + Output + output0 + out_1 + + + sine_fcaa0 + Output + output0 + out_1 + + + sine_fcaa0 + Output + output0 + out_2 + + + sine_fcaa0 + Output + output0 + out_2 + + + dahdsr_cg+t_control0 + Envelope Out + sine_fcaa0 + Amplitude + + + dahdsr_cg+t_control0 + Envelope Out + sine_fcaa0 + Amplitude + + diff --git a/patches/OLDpatches/kick.om.xml b/patches/OLDpatches/kick.om.xml new file mode 100644 index 00000000..a28ff41e --- /dev/null +++ b/patches/OLDpatches/kick.om.xml @@ -0,0 +1,84 @@ + + + patch1 + 3200 + 2400 + + output0 + 1744.000000 + 1133.000000 + Internal + output + + + midi_in0 + 1292.000000 + 1020.000000 + Internal + midi_in + + + dahdsr_cg+t_control0 + 1388.000000 + 1045.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + sine_fcaa0 + 1607.000000 + 1134.000000 + LADSPA + sine_fcaa + cmt.so + + + midi_in0 + Gate + dahdsr_cg+t_control0 + Gate + + + midi_in0 + Gate + dahdsr_cg+t_control0 + Gate + + + sine_fcaa0 + Output + output0 + out_1 + + + sine_fcaa0 + Output + output0 + out_1 + + + sine_fcaa0 + Output + output0 + out_2 + + + sine_fcaa0 + Output + output0 + out_2 + + + dahdsr_cg+t_control0 + Envelope Out + sine_fcaa0 + Amplitude + + + dahdsr_cg+t_control0 + Envelope Out + sine_fcaa0 + Amplitude + + diff --git a/patches/OLDpatches/midi_binding_test.om b/patches/OLDpatches/midi_binding_test.om new file mode 100644 index 00000000..6303e7a2 --- /dev/null +++ b/patches/OLDpatches/midi_binding_test.om @@ -0,0 +1,244 @@ + + + osc + 1 + + AmpIV_0 + false + LADSPA + AmpIV + caps.so + 1768 + 1211 + + + lp4pole_faraia_oa_0 + false + LADSPA + lp4pole_faraia_oa + lp4pole_1671.so + 1891 + 1221 + + + midi_control_in_1 + false + Internal + midi_control_in + 1398 + 1231 + + + midi_control_in_2 + false + Internal + midi_control_in + 1770 + 1036 + + + midi_control_in_3 + false + Internal + midi_control_in + 1770 + 1115 + + + output_0 + false + Internal + output + 2041 + 1315 + + + square_fa_oa_0 + false + LADSPA + square_fa_oa + square_1643.so + 1571 + 1212 + + + square_fa_oa_1 + false + LADSPA + square_fa_oa + square_1643.so + 1635 + 1271 + + + sum_iaic_oa_0 + false + LADSPA + sum_iaic_oa + sum_1665.so + 1522 + 1277 + + + midi_control_in_2 + Audio Out + lp4pole_faraia_oa_0 + Cutoff Frequency + + + midi_control_in_3 + Audio Out + lp4pole_faraia_oa_0 + Resonance + + + midi_control_in_1 + Audio Out + square_fa_oa_0 + Frequency + + + midi_control_in_1 + Audio Out + sum_iaic_oa_0 + First Input + + + sum_iaic_oa_0 + Summed Output + square_fa_oa_1 + Frequency + + + AmpIV_0 + out + lp4pole_faraia_oa_0 + Input + + + lp4pole_faraia_oa_0 + Output + output_0 + out + + + square_fa_oa_1 + Output + AmpIV_0 + in + + + square_fa_oa_0 + Output + AmpIV_0 + in + + + default + + AmpIV_0 + gain + 3.749963 + + + AmpIV_0 + temperature + 0.999900 + + + AmpIV_0 + bass + 11.999920 + + + AmpIV_0 + mid + 0.000000 + + + AmpIV_0 + treble + 0.000000 + + + AmpIV_0 + hi + 0.000000 + + + AmpIV_0 + drive + 0.999900 + + + AmpIV_0 + latency + 0.000000 + + + midi_control_in_1 + Controller Number + 98.000000 + + + midi_control_in_1 + Min + 60.000000 + + + midi_control_in_1 + Max + 100.000000 + + + midi_control_in_1 + Control Out + 0.000000 + + + midi_control_in_2 + Controller Number + 99.000000 + + + midi_control_in_2 + Min + 100.000000 + + + midi_control_in_2 + Max + 2000.000000 + + + midi_control_in_2 + Control Out + 0.000000 + + + midi_control_in_3 + Controller Number + 100.000000 + + + midi_control_in_3 + Min + 0.000000 + + + midi_control_in_3 + Max + 4.000000 + + + midi_control_in_3 + Control Out + 0.000000 + + + sum_iaic_oa_0 + Second Input + 0.218574 + + + diff --git a/patches/OLDpatches/miditest.om b/patches/OLDpatches/miditest.om new file mode 100644 index 00000000..9eb32e1f --- /dev/null +++ b/patches/OLDpatches/miditest.om @@ -0,0 +1,46 @@ + + + foo + 3200 + 2400 + + output_0 + 1626.000000 + 1202.000000 + Internal + output + + + midi_note_in_0 + 1436.000000 + 1194.000000 + Internal + midi_note_in + + + sine_faaa_0 + 1533.000000 + 1190.000000 + LADSPA + sine_faaa + sine.so + + + midi_note_in_0 + Frequency + sine_faaa_0 + Frequency (Hz) + + + midi_note_in_0 + Gate + sine_faaa_0 + Amplitude + + + sine_faaa_0 + Output + output_0 + out + + diff --git a/patches/OLDpatches/monomidi.om b/patches/OLDpatches/monomidi.om new file mode 100644 index 00000000..8b7800f3 --- /dev/null +++ b/patches/OLDpatches/monomidi.om @@ -0,0 +1,44 @@ + + + monomidi + 1 + 3200 + 2400 + + output_0 + 1655.000000 + 1200.000000 + false + Internal + output + + + midi_note_in_0 + 1440.000000 + 1188.000000 + false + Internal + midi_note_in + + + square_fa_oa_0 + 1553.000000 + 1186.000000 + false + LADSPA + square_fa_oa + square_1643.so + + + midi_note_in_0 + Frequency + square_fa_oa_0 + Frequency + + + square_fa_oa_0 + Output + output_0 + out + + diff --git a/patches/OLDpatches/new-controller.om b/patches/OLDpatches/new-controller.om new file mode 100644 index 00000000..59a23512 --- /dev/null +++ b/patches/OLDpatches/new-controller.om @@ -0,0 +1,58 @@ + + + oscillator + 1 + 3200 + 2400 + + triangle_fcsc_oa_0 + 0.000000 + 0.000000 + false + LADSPA + triangle_fcsc_oa + triangle_1649.so + + + output_0 + 0.000000 + 0.000000 + false + Internal + output + + + triangle_fcsc_oa_0 + Output + output_0 + out + + + default + + triangle_fcsc_oa_0 + Frequency + 14.826772 + + + triangle_fcsc_oa_0 + Slope + 0.346457 + + + + default + + triangle_fcsc_oa_0 + Frequency + 0 + 103 + + + triangle_fcsc_oa_0 + Slope + 0 + 104 + + + diff --git a/patches/OLDpatches/noise.om b/patches/OLDpatches/noise.om new file mode 100644 index 00000000..69917c69 --- /dev/null +++ b/patches/OLDpatches/noise.om @@ -0,0 +1,35 @@ + + + noise + 1 + 3200 + 2400 + + output_0 + 1600.000000 + 1200.000000 + false + Internal + output + + + noise_white_0 + 1492.000000 + 1181.000000 + true + LADSPA + noise_white + noise.so + + + noise_white_0 + Output + output_0 + out + + + noise_white_0 + Amplitude + 1.000000 + + diff --git a/patches/OLDpatches/oscillator.om b/patches/OLDpatches/oscillator.om new file mode 100644 index 00000000..039d40ba --- /dev/null +++ b/patches/OLDpatches/oscillator.om @@ -0,0 +1,41 @@ + + + osc + 1 + + output_0 + false + Internal + output + 1600 + 1200 + + + triangle_fcsc_oa_0 + false + LADSPA + triangle_fcsc_oa + triangle_1649.so + 1435 + 1174 + + + triangle_fcsc_oa_0 + Output + output_0 + out + + + default + + triangle_fcsc_oa_0 + Frequency + 158.735260 + + + triangle_fcsc_oa_0 + Slope + 0.286579 + + + diff --git a/patches/OLDpatches/overcompress.om b/patches/OLDpatches/overcompress.om new file mode 100644 index 00000000..3d05dae4 --- /dev/null +++ b/patches/OLDpatches/overcompress.om @@ -0,0 +1,321 @@ + + + fx + 1 + + freeverb3_0 + false + LADSPA + freeverb3 + cmt.so + 1641 + 1128 + + + input_0 + false + Internal + input + 1303 + 1101 + + + input_1 + false + Internal + input + 1296 + 1164 + + + output_0 + false + Internal + output + 1875 + 1109 + + + output_1 + false + Internal + output + 1870 + 1194 + + + sc2_0 + false + LADSPA + sc2 + sc2_1426.so + 1737 + 1066 + + + sc2_1 + false + LADSPA + sc2 + sc2_1426.so + 1743 + 1198 + + + sc4_0 + false + LADSPA + sc4 + sc4_1882.so + 1494 + 1056 + + + tap_tubewarmth_0 + false + LADSPA + tap_tubewarmth + tap_tubewarmth.so + 1370 + 1068 + + + tap_tubewarmth_1 + false + LADSPA + tap_tubewarmth + tap_tubewarmth.so + 1372 + 1161 + + + sc4_0 + Left output + freeverb3_0 + Input (Left) + + + sc4_0 + Right output + freeverb3_0 + Input (Right) + + + input_0 + in + tap_tubewarmth_0 + Input + + + input_1 + in + tap_tubewarmth_1 + Input + + + tap_tubewarmth_0 + Output + sc4_0 + Left input + + + tap_tubewarmth_1 + Output + sc4_0 + Right input + + + freeverb3_0 + Output (Left) + sc2_0 + Input + + + freeverb3_0 + Output (Right) + sc2_1 + Input + + + sc2_0 + Output + output_0 + out + + + sc2_1 + Output + output_1 + out + + + freeverb3_0 + Output (Left) + sc2_1 + Sidechain + + + freeverb3_0 + Output (Right) + sc2_0 + Sidechain + + + default + + freeverb3_0 + Freeze Mode + 0.000000 + + + freeverb3_0 + Room Size + 0.999900 + + + freeverb3_0 + Damping + 0.999900 + + + freeverb3_0 + Wet Level + 0.049995 + + + freeverb3_0 + Dry Level + 0.999900 + + + freeverb3_0 + Width + 0.999900 + + + sc2_0 + Attack time (ms) + 2.000000 + + + sc2_0 + Release time (ms) + 121.699982 + + + sc2_0 + Threshold level (dB) + -26.250013 + + + sc2_0 + Ratio (1:n) + 9.999900 + + + sc2_0 + Knee radius (dB) + 7.524928 + + + sc2_0 + Makeup gain (dB) + 10.199958 + + + sc2_1 + Attack time (ms) + 101.500000 + + + sc2_1 + Release time (ms) + 121.699982 + + + sc2_1 + Threshold level (dB) + -26.250013 + + + sc2_1 + Ratio (1:n) + 9.999900 + + + sc2_1 + Knee radius (dB) + 8.199920 + + + sc2_1 + Makeup gain (dB) + 10.199958 + + + sc4_0 + RMS/peak + 0.000000 + + + sc4_0 + Attack time (ms) + 1.500000 + + + sc4_0 + Release time (ms) + 141.649979 + + + sc4_0 + Threshold level (dB) + -26.250013 + + + sc4_0 + Ratio (1:n) + 19.999901 + + + sc4_0 + Knee radius (dB) + 5.499950 + + + sc4_0 + Makeup gain (dB) + 8.999963 + + + sc4_0 + Amplitude (dB) + -40.000000 + + + sc4_0 + Gain reduction (dB) + -24.000000 + + + tap_tubewarmth_0 + Drive + 6.534935 + + + tap_tubewarmth_0 + Tape--Tube Blend + -3.000035 + + + tap_tubewarmth_1 + Drive + 6.534935 + + + tap_tubewarmth_1 + Tape--Tube Blend + -3.000035 + + + diff --git a/patches/OLDpatches/poly-oscillator.om b/patches/OLDpatches/poly-oscillator.om new file mode 100644 index 00000000..26f9b059 --- /dev/null +++ b/patches/OLDpatches/poly-oscillator.om @@ -0,0 +1,45 @@ + + + osc + 4 + + output_0 + false + Internal + output + + 0 + 0 + + + + triangle_fcsc_oa_0 + true + LADSPA + triangle_fcsc_oa + triangle_1649.so + + 1466 + 1178 + + + + triangle_fcsc_oa_0 + Output + output_0 + out + + + default + + triangle_fcsc_oa_0 + Frequency + 440.000000 + + + triangle_fcsc_oa_0 + Slope + 0.500000 + + + diff --git a/patches/OLDpatches/polymidi.om b/patches/OLDpatches/polymidi.om new file mode 100644 index 00000000..08b44945 --- /dev/null +++ b/patches/OLDpatches/polymidi.om @@ -0,0 +1,44 @@ + + + polymidi + 2 + 3200 + 2400 + + output_0 + 1602.000000 + 1187.000000 + false + Internal + output + + + midi_note_in_0 + 1359.000000 + 1167.000000 + false + Internal + midi_note_in + + + square_fa_oa_0 + 1480.000000 + 1175.000000 + false + LADSPA + square_fa_oa + square_1643.so + + + midi_note_in_0 + Frequency + square_fa_oa_0 + Frequency + + + square_fa_oa_0 + Output + output_0 + out + + diff --git a/patches/OLDpatches/polytest.om b/patches/OLDpatches/polytest.om new file mode 100644 index 00000000..9b88ecd8 --- /dev/null +++ b/patches/OLDpatches/polytest.om @@ -0,0 +1,29 @@ + + + foo + 2 + 3200 + 2400 + + output_0 + 1600.000000 + 1200.000000 + false + Internal + output + + + noise_source_white_0 + 1442.000000 + 1192.000000 + false + LADSPA + noise_source_white + cmt.so + + + noise_source_white_0 + Amplitude + 1.000000 + + diff --git a/patches/OLDpatches/simple_midi_binding_test.om b/patches/OLDpatches/simple_midi_binding_test.om new file mode 100644 index 00000000..ec104567 --- /dev/null +++ b/patches/OLDpatches/simple_midi_binding_test.om @@ -0,0 +1,70 @@ + + + simple_midi_binding_test + 1 + + midi_control_in_0 + false + Internal + midi_control_in + 1446 + 1142 + + + output_0 + false + Internal + output + 1732 + 1205 + + + triangle_fasc_oa_0 + false + LADSPA + triangle_fasc_oa + triangle_1649.so + 1592 + 1180 + + + triangle_fasc_oa_0 + Output + output_0 + out + + + midi_control_in_0 + Audio Out + triangle_fasc_oa_0 + Frequency + + + default + + midi_control_in_0 + Controller Number + 97.000000 + + + midi_control_in_0 + Min + 100.000000 + + + midi_control_in_0 + Max + 300.000000 + + + midi_control_in_0 + Control Out + 0.000000 + + + triangle_fasc_oa_0 + Slope + 0.524948 + + + diff --git a/patches/OLDpatches/simplemonosynth.om b/patches/OLDpatches/simplemonosynth.om new file mode 100644 index 00000000..038c95e7 --- /dev/null +++ b/patches/OLDpatches/simplemonosynth.om @@ -0,0 +1,116 @@ + + + SMS + 1 + + dahdsr_g+t_control_0 + false + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 0 + 0 + + + midi_note_in_0 + false + Internal + midi_note_in + 0 + 0 + + + output_0 + false + Internal + output + 0 + 0 + + + product_iaia_oa_0 + false + LADSPA + product_iaia_oa + product_1668.so + 1611 + 1130 + + + triangle_fasc_oa_0 + false + LADSPA + triangle_fasc_oa + triangle_1649.so + 0 + 0 + + + midi_note_in_0 + Frequency + triangle_fasc_oa_0 + Frequency + + + midi_note_in_0 + Gate + dahdsr_g+t_control_0 + Gate + + + triangle_fasc_oa_0 + Output + product_iaia_oa_0 + First Input + + + dahdsr_g+t_control_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + product_iaia_oa_0 + Product Output + output_0 + out + + + default + + dahdsr_g+t_control_0 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Attack Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Decay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Sustain Level + 1.000000 + + + dahdsr_g+t_control_0 + Release Time (s) + 0.000000 + + + triangle_fasc_oa_0 + Slope + 0.500000 + + + diff --git a/patches/OLDpatches/simplepolysynth.om b/patches/OLDpatches/simplepolysynth.om new file mode 100644 index 00000000..bd22cf11 --- /dev/null +++ b/patches/OLDpatches/simplepolysynth.om @@ -0,0 +1,81 @@ + + + SPS + 4 + + output_0 + false + Internal + output + 1755 + 1118 + + + triangle_fasc_oa_0 + true + LADSPA + triangle_fasc_oa + triangle_1649.so + 1470 + 1190 + + + dahdsr_g+t_control_0 + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1445 + 1010 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 1631 + 1131 + + + midi_note_in_0 + true + Internal + midi_note_in + 1308 + 1124 + + + midi_note_in_0 + Frequency + triangle_fasc_oa_0 + Frequency + + + midi_note_in_0 + Gate + dahdsr_g+t_control_0 + Gate + + + triangle_fasc_oa_0 + Output + product_iaia_oa_0 + First Input + + + dahdsr_g+t_control_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + product_iaia_oa_0 + Product Output + output_0 + out + + + default + + diff --git a/patches/OLDpatches/synth.om b/patches/OLDpatches/synth.om new file mode 100644 index 00000000..95e1c780 --- /dev/null +++ b/patches/OLDpatches/synth.om @@ -0,0 +1,50 @@ + + + synth + 4 + 3200 + 2400 + + output_0 + 1602.000000 + 1223.000000 + false + Internal + output + + + midi_note_in_0 + 1367.000000 + 1169.000000 + true + Internal + midi_note_in + + + sine_faaa_0 + 1506.000000 + 1131.000000 + true + LADSPA + sine_faaa + sine.so + + + midi_note_in_0 + Gate + sine_faaa_0 + Amplitude + + + midi_note_in_0 + Frequency + sine_faaa_0 + Frequency (Hz) + + + sine_faaa_0 + Output + output_0 + out + + diff --git a/patches/OLDpatches/synth.om.xml b/patches/OLDpatches/synth.om.xml new file mode 100644 index 00000000..e03505c5 --- /dev/null +++ b/patches/OLDpatches/synth.om.xml @@ -0,0 +1,50 @@ + + + synth + 4 + 3200 + 2400 + + output_0 + 1600.000000 + 1200.000000 + false + Internal + output + + + midi_note_in_0 + 1367.000000 + 1169.000000 + true + Internal + midi_note_in + + + sine_faaa_0 + 1499.000000 + 1182.000000 + true + LADSPA + sine_faaa + sine.so + + + sine_faaa_0 + Output + output_0 + out + + + midi_note_in_0 + Frequency + sine_faaa_0 + Frequency (Hz) + + + midi_note_in_0 + Gate + sine_faaa_0 + Amplitude + + diff --git a/patches/OLDpatches/test-patch.om b/patches/OLDpatches/test-patch.om new file mode 100644 index 00000000..49b507e3 --- /dev/null +++ b/patches/OLDpatches/test-patch.om @@ -0,0 +1,44 @@ + + + foo + 1 + + output_0 + false + Internal + output + 0 + 0 + + + sawtooth_fc_oa_0 + false + LADSPA + sawtooth_fc_oa + sawtooth_1641.so + 1481 + 1221 + + + square_fc_oa_0 + false + LADSPA + square_fc_oa + square_1643.so + 1486 + 1159 + + + default + + sawtooth_fc_oa_0 + Frequency + 440.000000 + + + square_fc_oa_0 + Frequency + 440.000000 + + + diff --git a/patches/OLDpatches/test-patch.om.xml b/patches/OLDpatches/test-patch.om.xml new file mode 100644 index 00000000..73d912fc --- /dev/null +++ b/patches/OLDpatches/test-patch.om.xml @@ -0,0 +1,202 @@ + + + patch1 + 3200 + 2400 + + output0 + 2067.000000 + 1253.000000 + Internal + output + + + midi_in0 + 1608.000000 + 1208.000000 + Internal + midi_in + + + sawtooth_fc_oa0 + 1615.000000 + 1215.000000 + LADSPA + sawtooth_fc_oa + sawtooth_1641.so + + + sawtooth_fc_oa1 + 1615.000000 + 1215.000000 + LADSPA + sawtooth_fc_oa + sawtooth_1641.so + + + sum_icic_oc0 + 1612.000000 + 1212.000000 + LADSPA + sum_icic_oc + sum_1665.so + + + mixer0 + 1606.000000 + 1206.000000 + LADSPA + mixer + cmt.so + + + dahdsr_cg+t_control0 + 1620.000000 + 1220.000000 + LADSPA + dahdsr_cg+t_control + dahdsr_2021.so + + + product_iaic_oa0 + 1616.000000 + 1216.000000 + LADSPA + product_iaic_oa + product_1668.so + + + vcf_reslp0 + 1871.000000 + 1226.000000 + LADSPA + vcf_reslp + vcf_cv_in.so + + + midi_in0 + Frequency + sawtooth_fc_oa0 + Frequency + + + midi_in0 + Frequency + sum_icic_oc0 + First Input + + + midi_in0 + Frequency + sum_icic_oc0 + First Input + + + sum_icic_oc0 + Summed Output + sawtooth_fc_oa1 + Frequency + + + sum_icic_oc0 + Summed Output + sawtooth_fc_oa1 + Frequency + + + sawtooth_fc_oa1 + Output + mixer0 + Input 1 + + + sawtooth_fc_oa1 + Output + mixer0 + Input 1 + + + sawtooth_fc_oa0 + Output + mixer0 + Input 2 + + + sawtooth_fc_oa0 + Output + mixer0 + Input 2 + + + midi_in0 + Gate + dahdsr_cg+t_control0 + Gate + + + midi_in0 + Gate + dahdsr_cg+t_control0 + Gate + + + dahdsr_cg+t_control0 + Envelope Out + product_iaic_oa0 + First Input + + + dahdsr_cg+t_control0 + Envelope Out + product_iaic_oa0 + First Input + + + mixer0 + Output + vcf_reslp0 + Input + + + mixer0 + Output + vcf_reslp0 + Input + + + product_iaic_oa0 + Product Output + vcf_reslp0 + Frequency Input + + + product_iaic_oa0 + Product Output + vcf_reslp0 + Frequency Input + + + vcf_reslp0 + Output + output0 + out_1 + + + vcf_reslp0 + Output + output0 + out_1 + + + vcf_reslp0 + Output + output0 + out_2 + + + vcf_reslp0 + Output + output0 + out_2 + + diff --git a/patches/OLDpatches/trance.om b/patches/OLDpatches/trance.om new file mode 100644 index 00000000..f9298125 --- /dev/null +++ b/patches/OLDpatches/trance.om @@ -0,0 +1,346 @@ + + + SPS + 4 + + canyon_delay_0 + false + LADSPA + canyon_delay + cmt.so + 2187 + 1089 + + + dahdsr_g+t_control_0 + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1465 + 999 + + + dahdsr_g+t_control_1 + false + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1504 + 1239 + + + interpolator_0 + false + LADSPA + interpolator + interpolator_1660.so + 0 + 0 + + + interpolator_1 + false + LADSPA + interpolator + interpolator_1660.so + 1653 + 1052 + + + lp4pole_faraia_oa_0 + false + LADSPA + lp4pole_faraia_oa + lp4pole_1671.so + 0 + 0 + + + midi_note_in_0 + true + Internal + midi_note_in + 0 + 0 + + + output_0 + false + Internal + output + 0 + 0 + + + output_1 + false + Internal + output + 0 + 0 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 0 + 0 + + + product_iaic_oa_0 + false + LADSPA + product_iaic_oa + product_1668.so + 1700 + 1248 + + + tap_sigmoid_0 + false + LADSPA + tap_sigmoid + tap_sigmoid.so + 1763 + 1139 + + + tap_tubewarmth_0 + false + LADSPA + tap_tubewarmth + tap_tubewarmth.so + 1882 + 1132 + + + triangle_fasc_oa_0 + true + LADSPA + triangle_fasc_oa + triangle_1649.so + 1475 + 1128 + + + midi_note_in_0 + Frequency + triangle_fasc_oa_0 + Frequency + + + midi_note_in_0 + Gate + dahdsr_g+t_control_0 + Gate + + + triangle_fasc_oa_0 + Output + product_iaia_oa_0 + First Input + + + dahdsr_g+t_control_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + interpolator_1 + Interpolated Output + lp4pole_faraia_oa_0 + Resonance + + + dahdsr_g+t_control_1 + Envelope Out + product_iaic_oa_0 + First Input + + + midi_note_in_0 + Gate + dahdsr_g+t_control_1 + Gate + + + product_iaic_oa_0 + Product Output + lp4pole_faraia_oa_0 + Cutoff Frequency + + + canyon_delay_0 + Out (Left) + output_0 + out + + + canyon_delay_0 + Out (Right) + output_1 + out + + + tap_tubewarmth_0 + Output + lp4pole_faraia_oa_0 + Input + + + lp4pole_faraia_oa_0 + Output + canyon_delay_0 + In (Left) + + + lp4pole_faraia_oa_0 + Output + canyon_delay_0 + In (Right) + + + product_iaia_oa_0 + Product Output + tap_sigmoid_0 + Input + + + tap_sigmoid_0 + Output + tap_tubewarmth_0 + Input + + + default + + canyon_delay_0 + Left to Right Time (Seconds) + 0.250000 + + + canyon_delay_0 + Left to Right Feedback (Percent) + 0.348770 + + + canyon_delay_0 + Right to Left Time (Seconds) + 0.500000 + + + canyon_delay_0 + Right to Left Feedback (Percent) + 0.604571 + + + canyon_delay_0 + Low-Pass Cutoff (Hz) + 5000.000000 + + + dahdsr_g+t_control_0 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Attack Time (s) + 0.000335 + + + dahdsr_g+t_control_0 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Decay Time (s) + 0.017092 + + + dahdsr_g+t_control_0 + Sustain Level + 0.316208 + + + dahdsr_g+t_control_0 + Release Time (s) + 0.123919 + + + dahdsr_g+t_control_1 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_1 + Attack Time (s) + 0.074993 + + + dahdsr_g+t_control_1 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_1 + Decay Time (s) + 0.099990 + + + dahdsr_g+t_control_1 + Sustain Level + 0.000000 + + + dahdsr_g+t_control_1 + Release Time (s) + 0.299970 + + + interpolator_0 + Control Input + 0.000000 + + + interpolator_1 + Control Input + 2.699933 + + + product_iaic_oa_0 + Second Input + 1999.999878 + + + tap_sigmoid_0 + Pre Gain [dB] + 7.568405 + + + tap_sigmoid_0 + Post Gain [dB] + 0.034165 + + + tap_tubewarmth_0 + Drive + 9.999900 + + + tap_tubewarmth_0 + Tape--Tube Blend + 2.499938 + + + triangle_fasc_oa_0 + Slope + 0.999900 + + + diff --git a/patches/OLDpatches/trigger-test.om b/patches/OLDpatches/trigger-test.om new file mode 100644 index 00000000..a30e199d --- /dev/null +++ b/patches/OLDpatches/trigger-test.om @@ -0,0 +1,60 @@ + + + drum + 1 + + output_0 + false + Internal + output + 1801 + 1098 + + + triangle_fcsc_oa_0 + false + LADSPA + triangle_fcsc_oa + triangle_1649.so + 1440 + 1036 + + + product_iaia_oa_0 + false + LADSPA + product_iaia_oa + product_1668.so + 1633 + 1072 + + + midi_trigger_in_0 + false + Internal + midi_trigger_in + 1411 + 1103 + + + midi_trigger_in_0 + Gate + product_iaia_oa_0 + Second Input + + + triangle_fcsc_oa_0 + Output + product_iaia_oa_0 + First Input + + + product_iaia_oa_0 + Product Output + output_0 + out + + + default + + diff --git a/patches/bak/fm_operator.om b/patches/bak/fm_operator.om new file mode 100644 index 00000000..c8f25f29 --- /dev/null +++ b/patches/bak/fm_operator.om @@ -0,0 +1,276 @@ + + + fm_operator + 4 + + adsr_g+t_0 + true + LADSPA + adsr_g+t + adsr_1680.so + 1470.000000 + 1191.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + attack + true + Internal + control_input + 1353.000000 + 1226.000000 + 0.100000 + 0.000000 + + + base_frequency + true + Internal + audio_input + 1339.000000 + 1002.000000 + + + decay + true + Internal + control_input + 1352.000000 + 1262.000000 + + + deviation + true + Internal + control_input + 1372.000000 + 1082.000000 + 5000.000000 + 0.000000 + + + fmOsc_0 + true + LADSPA + fmOsc + fm_osc_1415.so + 1562.000000 + 1017.000000 + + + gate + true + Internal + audio_input + 1362.000000 + 1149.000000 + + + modulator + true + Internal + audio_input + 1366.000000 + 1041.000000 + + + output + true + Internal + audio_output + 1887.000000 + 1147.000000 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 1780.000000 + 1123.000000 + + + product_iaic_oa_0 + true + LADSPA + product_iaic_oa + product_1668.so + 1456.000000 + 1061.000000 + + + release + true + Internal + control_input + 1348.000000 + 1337.000000 + + + sustain + true + Internal + control_input + 1349.000000 + 1298.000000 + + + trigger + true + Internal + audio_input + 1352.000000 + 1188.000000 + + + gate + in + adsr_g+t_0 + Gate + + + trigger + in + adsr_g+t_0 + Trigger + + + attack + in + adsr_g+t_0 + Attack Time (s) + + + decay + in + adsr_g+t_0 + Decay Time (s) + + + sustain + in + adsr_g+t_0 + Sustain Level + + + release + in + adsr_g+t_0 + Release Time (s) + + + deviation + in + product_iaic_oa_0 + Second Input + + + base_frequency + in + fmOsc_0 + Frequency (Hz) + + + modulator + in + product_iaic_oa_0 + First Input + + + product_iaic_oa_0 + Product Output + fmOsc_0 + Frequency (Hz) + + + adsr_g+t_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + fmOsc_0 + Output + product_iaia_oa_0 + First Input + + + product_iaia_oa_0 + Product Output + output + out + + + default + + adsr_g+t_0 + Attack Time (s) + 0.002008 + + + adsr_g+t_0 + Decay Time (s) + 0.185911 + + + adsr_g+t_0 + Sustain Level + 0.085419 + + + adsr_g+t_0 + Release Time (s) + 0.135665 + + + attack + in + 0.000000 + + + decay + in + 0.000000 + + + deviation + in + 0.000000 + + + fmOsc_0 + Waveform (1=sin, 2=tri, 3=squ, 4=saw) + 1.000000 + + + product_iaic_oa_0 + Second Input + 0.000000 + + + release + in + 0.000000 + + + sustain + in + 0.000000 + + + diff --git a/patches/bak/op1.om b/patches/bak/op1.om new file mode 100644 index 00000000..2176727f --- /dev/null +++ b/patches/bak/op1.om @@ -0,0 +1,276 @@ + + + op1 + 4 + + adsr_g+t_0 + true + LADSPA + adsr_g+t + adsr_1680.so + 1470.000000 + 1191.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + attack + true + Internal + control_input + 1353.000000 + 1226.000000 + 0.100000 + 0.000000 + + + base_frequency + true + Internal + audio_input + 1339.000000 + 1002.000000 + + + decay + true + Internal + control_input + 1352.000000 + 1262.000000 + + + deviation + true + Internal + control_input + 1372.000000 + 1082.000000 + 5000.000000 + 0.000000 + + + fmOsc_0 + true + LADSPA + fmOsc + fm_osc_1415.so + 1562.000000 + 1017.000000 + + + gate + true + Internal + audio_input + 1362.000000 + 1149.000000 + + + modulator + true + Internal + audio_input + 1366.000000 + 1041.000000 + + + output + true + Internal + audio_output + 1887.000000 + 1147.000000 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 1780.000000 + 1123.000000 + + + product_iaic_oa_0 + true + LADSPA + product_iaic_oa + product_1668.so + 1456.000000 + 1061.000000 + + + release + true + Internal + control_input + 1348.000000 + 1337.000000 + + + sustain + true + Internal + control_input + 1349.000000 + 1298.000000 + + + trigger + true + Internal + audio_input + 1352.000000 + 1188.000000 + + + gate + in + adsr_g+t_0 + Gate + + + trigger + in + adsr_g+t_0 + Trigger + + + attack + in + adsr_g+t_0 + Attack Time (s) + + + decay + in + adsr_g+t_0 + Decay Time (s) + + + sustain + in + adsr_g+t_0 + Sustain Level + + + release + in + adsr_g+t_0 + Release Time (s) + + + deviation + in + product_iaic_oa_0 + Second Input + + + base_frequency + in + fmOsc_0 + Frequency (Hz) + + + modulator + in + product_iaic_oa_0 + First Input + + + product_iaic_oa_0 + Product Output + fmOsc_0 + Frequency (Hz) + + + adsr_g+t_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + fmOsc_0 + Output + product_iaia_oa_0 + First Input + + + product_iaia_oa_0 + Product Output + output + out + + + default + + adsr_g+t_0 + Attack Time (s) + 0.002008 + + + adsr_g+t_0 + Decay Time (s) + 0.185911 + + + adsr_g+t_0 + Sustain Level + 0.085419 + + + adsr_g+t_0 + Release Time (s) + 0.135665 + + + attack + in + 0.000000 + + + decay + in + 0.000000 + + + deviation + in + 0.000000 + + + fmOsc_0 + Waveform (1=sin, 2=tri, 3=squ, 4=saw) + 1.000000 + + + product_iaic_oa_0 + Second Input + 0.000000 + + + release + in + 0.000000 + + + sustain + in + 0.000000 + + + diff --git a/patches/bak/op2.om b/patches/bak/op2.om new file mode 100644 index 00000000..7c35438e --- /dev/null +++ b/patches/bak/op2.om @@ -0,0 +1,276 @@ + + + op2 + 4 + + adsr_g+t_0 + true + LADSPA + adsr_g+t + adsr_1680.so + 1470.000000 + 1191.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + attack + true + Internal + control_input + 1353.000000 + 1226.000000 + 0.100000 + 0.000000 + + + base_frequency + true + Internal + audio_input + 1339.000000 + 1002.000000 + + + decay + true + Internal + control_input + 1352.000000 + 1262.000000 + + + deviation + true + Internal + control_input + 1372.000000 + 1082.000000 + 5000.000000 + 0.000000 + + + fmOsc_0 + true + LADSPA + fmOsc + fm_osc_1415.so + 1562.000000 + 1017.000000 + + + gate + true + Internal + audio_input + 1362.000000 + 1149.000000 + + + modulator + true + Internal + audio_input + 1366.000000 + 1041.000000 + + + output + true + Internal + audio_output + 1887.000000 + 1147.000000 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 1780.000000 + 1123.000000 + + + product_iaic_oa_0 + true + LADSPA + product_iaic_oa + product_1668.so + 1456.000000 + 1061.000000 + + + release + true + Internal + control_input + 1348.000000 + 1337.000000 + + + sustain + true + Internal + control_input + 1349.000000 + 1298.000000 + + + trigger + true + Internal + audio_input + 1352.000000 + 1188.000000 + + + gate + in + adsr_g+t_0 + Gate + + + trigger + in + adsr_g+t_0 + Trigger + + + attack + in + adsr_g+t_0 + Attack Time (s) + + + decay + in + adsr_g+t_0 + Decay Time (s) + + + sustain + in + adsr_g+t_0 + Sustain Level + + + release + in + adsr_g+t_0 + Release Time (s) + + + deviation + in + product_iaic_oa_0 + Second Input + + + base_frequency + in + fmOsc_0 + Frequency (Hz) + + + modulator + in + product_iaic_oa_0 + First Input + + + product_iaic_oa_0 + Product Output + fmOsc_0 + Frequency (Hz) + + + adsr_g+t_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + fmOsc_0 + Output + product_iaia_oa_0 + First Input + + + product_iaia_oa_0 + Product Output + output + out + + + default + + adsr_g+t_0 + Attack Time (s) + 0.002008 + + + adsr_g+t_0 + Decay Time (s) + 0.185911 + + + adsr_g+t_0 + Sustain Level + 0.085419 + + + adsr_g+t_0 + Release Time (s) + 0.135665 + + + attack + in + 0.000000 + + + decay + in + 0.000000 + + + deviation + in + 0.000000 + + + fmOsc_0 + Waveform (1=sin, 2=tri, 3=squ, 4=saw) + 1.000000 + + + product_iaic_oa_0 + Second Input + 0.000000 + + + release + in + 0.000000 + + + sustain + in + 0.000000 + + + diff --git a/patches/bak/op3.om b/patches/bak/op3.om new file mode 100644 index 00000000..9056906a --- /dev/null +++ b/patches/bak/op3.om @@ -0,0 +1,276 @@ + + + op3 + 4 + + adsr_g+t_0 + true + LADSPA + adsr_g+t + adsr_1680.so + 1470.000000 + 1191.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + attack + true + Internal + control_input + 1353.000000 + 1226.000000 + 0.100000 + 0.000000 + + + base_frequency + true + Internal + audio_input + 1339.000000 + 1002.000000 + + + decay + true + Internal + control_input + 1352.000000 + 1262.000000 + + + deviation + true + Internal + control_input + 1372.000000 + 1082.000000 + 5000.000000 + 0.000000 + + + fmOsc_0 + true + LADSPA + fmOsc + fm_osc_1415.so + 1562.000000 + 1017.000000 + + + gate + true + Internal + audio_input + 1362.000000 + 1149.000000 + + + modulator + true + Internal + audio_input + 1366.000000 + 1041.000000 + + + output + true + Internal + audio_output + 1887.000000 + 1147.000000 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 1780.000000 + 1123.000000 + + + product_iaic_oa_0 + true + LADSPA + product_iaic_oa + product_1668.so + 1456.000000 + 1061.000000 + + + release + true + Internal + control_input + 1348.000000 + 1337.000000 + + + sustain + true + Internal + control_input + 1349.000000 + 1298.000000 + + + trigger + true + Internal + audio_input + 1352.000000 + 1188.000000 + + + gate + in + adsr_g+t_0 + Gate + + + trigger + in + adsr_g+t_0 + Trigger + + + attack + in + adsr_g+t_0 + Attack Time (s) + + + decay + in + adsr_g+t_0 + Decay Time (s) + + + sustain + in + adsr_g+t_0 + Sustain Level + + + release + in + adsr_g+t_0 + Release Time (s) + + + deviation + in + product_iaic_oa_0 + Second Input + + + base_frequency + in + fmOsc_0 + Frequency (Hz) + + + modulator + in + product_iaic_oa_0 + First Input + + + product_iaic_oa_0 + Product Output + fmOsc_0 + Frequency (Hz) + + + adsr_g+t_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + fmOsc_0 + Output + product_iaia_oa_0 + First Input + + + product_iaia_oa_0 + Product Output + output + out + + + default + + adsr_g+t_0 + Attack Time (s) + 0.002008 + + + adsr_g+t_0 + Decay Time (s) + 0.185911 + + + adsr_g+t_0 + Sustain Level + 0.085419 + + + adsr_g+t_0 + Release Time (s) + 0.135665 + + + attack + in + 0.000000 + + + decay + in + 0.000000 + + + deviation + in + 0.000000 + + + fmOsc_0 + Waveform (1=sin, 2=tri, 3=squ, 4=saw) + 1.000000 + + + product_iaic_oa_0 + Second Input + 0.000000 + + + release + in + 0.000000 + + + sustain + in + 0.000000 + + + diff --git a/patches/bak/rhodes.om b/patches/bak/rhodes.om new file mode 100644 index 00000000..a7d366b3 --- /dev/null +++ b/patches/bak/rhodes.om @@ -0,0 +1,293 @@ + + + rhodes + 4 + + audio_output_0 + false + Internal + audio_output + 1925.000000 + 1106.000000 + + + note_in_0 + true + Internal + note_in + 1290.000000 + 1097.000000 + + + op1 + fm_operator.om + 4 + 1827.000000 + 1039.000000 + + attack + 0.000000 + 0.100000 + + + deviation + 0.000000 + 5000.000000 + + + + op2 + fm_operator.om + 4 + 1504.000000 + 1070.000000 + + attack + 0.000000 + 0.100000 + + + deviation + 0.000000 + 5000.000000 + + + + op3 + fm_operator.om + 4 + 1626.000000 + 1201.000000 + + attack + 0.000000 + 0.100000 + + + deviation + 0.000000 + 5000.000000 + + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 1714.000000 + 1177.000000 + + + product_iaic_oa_0 + true + LADSPA + product_iaic_oa + product_1668.so + 1378.000000 + 1008.000000 + + Second Input + 0.000000 + 30.000000 + + + + product_iaic_oa_1 + true + LADSPA + product_iaic_oa + product_1668.so + 1401.000000 + 1273.000000 + + Second Input + 0.000000 + 12.000000 + + + + note_in_0 + Frequency + op1 + base_frequency + + + op1 + output + audio_output_0 + out + + + note_in_0 + Trigger + op1 + trigger + + + note_in_0 + Trigger + op2 + trigger + + + note_in_0 + Frequency + product_iaic_oa_0 + First Input + + + product_iaic_oa_0 + Product Output + op2 + base_frequency + + + note_in_0 + Gate + op1 + gate + + + note_in_0 + Gate + op2 + gate + + + note_in_0 + Frequency + product_iaic_oa_1 + First Input + + + product_iaic_oa_1 + Product Output + op3 + base_frequency + + + op2 + output + op3 + modulator + + + note_in_0 + Gate + op3 + gate + + + note_in_0 + Trigger + op3 + trigger + + + note_in_0 + Velocity + product_iaia_oa_0 + First Input + + + op3 + output + product_iaia_oa_0 + Second Input + + + product_iaia_oa_0 + Product Output + op1 + modulator + + + default + + op1 + attack + 0.001200 + + + op1 + decay + 0.499950 + + + op1 + deviation + 750.000000 + + + op1 + release + 0.487451 + + + op1 + sustain + 0.674932 + + + op2 + attack + 0.001249 + + + op2 + decay + 0.162484 + + + op2 + deviation + 0.000000 + + + op2 + release + 0.000000 + + + op2 + sustain + 0.000000 + + + op3 + attack + 0.001249 + + + op3 + decay + 0.324968 + + + op3 + deviation + 3750.000000 + + + op3 + release + 0.224977 + + + op3 + sustain + 0.274972 + + + product_iaic_oa_0 + Second Input + 16.000000 + + + product_iaic_oa_1 + Second Input + 7.000000 + + + diff --git a/patches/broken_bass_synth.om b/patches/broken_bass_synth.om new file mode 100644 index 00000000..788830db --- /dev/null +++ b/patches/broken_bass_synth.om @@ -0,0 +1,395 @@ + + + broken_bass_synth + 1 + 1405 + 971 + + amp_env + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1592.000000 + 1341.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + cutoff + true + Internal + control_input + 1722.000000 + 1277.000000 + 3.000000 + -3.000000 + + + fm_osc + true + LADSPA + sine_faac + cmt.so + 1516.000000 + 1215.000000 + + Amplitude + 0.000000 + 1.000000 + + + + hz_to_voct + true + LADSPA + hz_voct_ar + hz_voct_4200.so + 1397.000000 + 978.000000 + + + lowpass + true + LADSPA + Mvclpf-4 + mvclpf24.so + 1792.000000 + 1143.000000 + + + midi_input + true + Internal + midi_input + 1223.000000 + 1151.000000 + + + note_in + true + Internal + note_in + 1323.000000 + 1151.000000 + + + output + true + Internal + audio_output + 2029.000000 + 1341.000000 + + + saw1 + true + LADSPA + Saw-VCO + vco_sawpulse.so + 1678.000000 + 917.000000 + + + saw2 + true + LADSPA + Saw-VCO + vco_sawpulse.so + 1507.000000 + 1030.000000 + + + voice_amp + true + LADSPA + product_iaia_oa + product_1668.so + 1931.000000 + 1311.000000 + + + volume + true + Internal + control_input + 1711.000000 + 1321.000000 + 3.000000 + -10.000000 + + + note_in + Frequency + fm_osc + Frequency + + + saw1 + Output + lowpass + Input + + + note_in + Gate + amp_env + Gate + + + saw2 + Output + lowpass + Input + + + fm_osc + Output + lowpass + Input + + + amp_env + Envelope Out + voice_amp + Second Input + + + lowpass + Output + voice_amp + First Input + + + voice_amp + Product Output + output + out + + + note_in + Frequency + hz_to_voct + Input + + + hz_to_voct + Output + saw1 + Frequency + + + fm_osc + Output + lowpass + Resonance (AR) + + + fm_osc + Output + saw1 + Lin FM + + + fm_osc + Output + saw1 + Exp FM + + + hz_to_voct + Output + saw2 + Frequency + + + saw1 + Output + lowpass + Exp FM + + + saw2 + Output + saw1 + Exp FM + + + note_in + Trigger + amp_env + Trigger + + + cutoff + in + lowpass + Frequency (CR) + + + volume + in + lowpass + Output gain (dB) + + + midi_input + in + note_in + MIDI In + + + default + + amp_env + Delay Time (s) + 0.000000 + + + amp_env + Attack Time (s) + 0.003027 + + + amp_env + Hold Time (s) + 0.000000 + + + amp_env + Decay Time (s) + 0.136350 + + + amp_env + Sustain Level + 0.999900 + + + amp_env + Release Time (s) + 0.040400 + + + fm_osc + Amplitude + 0.999900 + + + lowpass + Input gain (dB) + 0.000000 + + + lowpass + Frequency (CR) + -4.363650 + + + lowpass + Exp FM gain + 9.999900 + + + lowpass + Resonance (CR) + 0.363600 + + + lowpass + Resonance gain + 0.999900 + + + lowpass + Filter poles + 4.000000 + + + lowpass + Output gain (dB) + 0.000000 + + + saw1 + Octave + -1.000000 + + + saw1 + Tune + 0.000000 + + + saw1 + Exp FM gain + 0.000000 + + + saw1 + Lin FM gain + 0.000000 + + + saw1 + LP filter + 1.000000 + + + saw2 + Octave + 0.000000 + + + saw2 + Tune + 0.000000 + + + saw2 + Exp FM gain + 0.000000 + + + saw2 + Lin FM gain + 0.000000 + + + saw2 + LP filter + 1.000000 + + + cutoff + -2.158551 + + + volume + -1.441060 + + + diff --git a/patches/broken_oscillator.om b/patches/broken_oscillator.om new file mode 100644 index 00000000..d053b858 --- /dev/null +++ b/patches/broken_oscillator.om @@ -0,0 +1,218 @@ + + + brokenosc + 1 + + lowpass + true + LADSPA + Mvclpf-4 + mvclpf24.so + 1603.000000 + 1077.000000 + + + midi_control_in_0 + true + Internal + midi_control_in + 1384.000000 + 1092.000000 + + + midi_control_in_1 + true + Internal + midi_control_in + + + midi_input + true + Internal + midi_input + 1228.000000 + 1087.000000 + + + output + true + Internal + audio_output + 1706.000000 + 1099.000000 + + + saw + true + LADSPA + Saw-VCO + vco_sawpulse.so + 1501.000000 + 1038.000000 + + + volume + true + Internal + control_input + 1486.000000 + 1194.000000 + 1.000000 + -10.000000 + + + midi_control_in_0 + Out (AR) + saw + Frequency + + + saw + Output + lowpass + Input + + + lowpass + Output + output + out + + + midi_control_in_1 + Out (AR) + lowpass + Frequency (AR) + + + saw + Output + lowpass + Exp FM + + + saw + Output + lowpass + Resonance (AR) + + + volume + in + lowpass + Output gain (dB) + + + midi_input + in + midi_control_in_0 + MIDI In + + + default + + lowpass + Input gain (dB) + 0.000000 + + + lowpass + Frequency (CR) + -0.415141 + + + lowpass + Exp FM gain + 7.547094 + + + lowpass + Resonance (CR) + 0.786085 + + + lowpass + Resonance gain + 0.999900 + + + lowpass + Filter poles + 2.148148 + + + lowpass + Output gain (dB) + 0.000000 + + + midi_control_in_0 + Controller Number + 97.000000 + + + midi_control_in_0 + Logarithmic + 0.224277 + + + midi_control_in_0 + Min + -2.000000 + + + midi_control_in_0 + Max + 0.000000 + + + midi_control_in_1 + Controller Number + 60.000000 + + + midi_control_in_1 + Logarithmic + 0.000000 + + + midi_control_in_1 + Min + 0.000000 + + + midi_control_in_1 + Max + 1.000000 + + + saw + Octave + 0.000000 + + + saw + Tune + 0.000000 + + + saw + Exp FM gain + 0.000000 + + + saw + Lin FM gain + 0.000000 + + + saw + LP filter + 1.000000 + + + volume + -2.382057 + + + diff --git a/patches/evildistbass.om b/patches/evildistbass.om new file mode 100644 index 00000000..7039bc23 --- /dev/null +++ b/patches/evildistbass.om @@ -0,0 +1,646 @@ + + + evildistbass + 1 + + AmpIV_0 + false + LADSPA + ladspa:1794 + 1552.666626 + 884.666687 + + + amp_env + false + LADSPA + ladspa:2022 + 1422.000000 + 1341.666626 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + cutoff + false + Internal + om:control_input + 1610.000000 + 1146.000000 + 0.500000 + 0.000000 + + + cutoff_env + false + LADSPA + ladspa:2022 + 1421.666748 + 1020.333374 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 1.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + cutoff_influence + false + LADSPA + ladspa:1669 + 1535.333252 + 1056.000000 + + Second Input + 0.000000 + 3.000000 + + + + cutoff_scale + false + LADSPA + ladspa:1669 + 1691.333374 + 1106.666748 + + Second Input + 0.000000 + 1000.000000 + + + + drive + false + Internal + om:control_input + 1809.000000 + 1106.000000 + 10.000000 + 0.000000 + + + lowpass + false + LADSPA + ladspa:1722 + 1956.666626 + 1053.000000 + + + master_amp + false + LADSPA + ladspa:1048 + 2397.000000 + 1094.000000 + + Gain + 0.000000 + 1.000000 + + + + midi_input + false + Internal + om:midi_input + 1142.000000 + 1158.000000 + + + note_in_0 + false + Internal + om:note_in + 1255.000000 + 1154.000000 + + + output + false + Internal + om:audio_output + 2504.666504 + 1144.666626 + + + plate_0 + false + LADSPA + ladspa:1423 + 1830.666748 + 998.333374 + + + res_env + false + LADSPA + ladspa:2022 + 1423.000000 + 1180.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 3.000000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + res_influence + false + LADSPA + ladspa:1669 + 1530.333374 + 1204.666626 + + + res_scale + false + LADSPA + ladspa:1669 + 1689.666626 + 1229.666626 + + Second Input + 0.000000 + 3.000000 + + + + resonance + false + Internal + om:control_input + 1595.333374 + 1291.333374 + 2.000000 + 0.000000 + + + saw_1 + false + LADSPA + ladspa:1641 + 1422.000000 + 895.000000 + + + sledgehammer + false + LADSPA + ladspa:1848 + 2059.666504 + 896.000000 + + Modulator influence + -1.000000 + 3.000000 + + + + voice_amp + false + LADSPA + ladspa:1668 + 2216.333496 + 1148.666626 + + + volume + false + Internal + om:control_input + 2321.666748 + 1025.333374 + 3.000000 + 0.000000 + + + note_in_0 + Gate + res_env + Gate + + + note_in_0 + Gate + amp_env + Gate + + + amp_env + Envelope Out + voice_amp + Second Input + + + note_in_0 + Gate + cutoff_env + Gate + + + note_in_0 + Trigger + res_env + Trigger + + + note_in_0 + Trigger + cutoff_env + Trigger + + + note_in_0 + Trigger + amp_env + Trigger + + + note_in_0 + Frequency + saw_1 + Frequency + + + drive + in + lowpass + Gain + + + volume + in + master_amp + Gain + + + voice_amp + Product Output + master_amp + Input + + + res_env + Envelope Out + res_influence + First Input + + + res_influence + Product Output + res_scale + First Input + + + res_scale + Product Output + lowpass + Resonance + + + resonance + in + res_scale + Second Input + + + cutoff_env + Envelope Out + cutoff_influence + First Input + + + cutoff_influence + Product Output + cutoff_scale + First Input + + + cutoff_scale + Product Output + lowpass + Frequency Input + + + cutoff + in + cutoff_scale + Second Input + + + saw_1 + Output + AmpIV_0 + in + + + AmpIV_0 + out + plate_0 + Input + + + plate_0 + Left output + lowpass + Input + + + lowpass + Output + sledgehammer + Carrier + + + sledgehammer + Output + voice_amp + First Input + + + AmpIV_0 + out + sledgehammer + Modulator + + + master_amp + Output + output + out + + + midi_input + in + note_in_0 + MIDI In + + + default + + AmpIV_0 + gain + 9.891598 + + + AmpIV_0 + temperature + 0.999900 + + + AmpIV_0 + bass + 4.354183 + + + AmpIV_0 + mid + 1.697363 + + + AmpIV_0 + treble + 0.000000 + + + AmpIV_0 + hi + 0.368953 + + + AmpIV_0 + drive + 0.999900 + + + amp_env + Delay Time (s) + 0.000000 + + + amp_env + Attack Time (s) + 0.002118 + + + amp_env + Hold Time (s) + 0.056531 + + + amp_env + Decay Time (s) + 0.014133 + + + amp_env + Sustain Level + 0.529982 + + + amp_env + Release Time (s) + 0.268524 + + + cutoff_env + Delay Time (s) + 0.000000 + + + cutoff_env + Attack Time (s) + 0.001213 + + + cutoff_env + Hold Time (s) + 0.000000 + + + cutoff_env + Decay Time (s) + 0.031970 + + + cutoff_env + Sustain Level + 0.302065 + + + cutoff_env + Release Time (s) + 0.017666 + + + cutoff_influence + Second Input + 0.731424 + + + cutoff_scale + Second Input + 0.067783 + + + lowpass + Gain + 9.999900 + + + lowpass + Frequency Offset + 251.428574 + + + lowpass + Frequency Pitch + -0.166111 + + + lowpass + Resonance Offset + 0.018648 + + + master_amp + Gain + 0.296600 + + + plate_0 + Reverb time + 0.129999 + + + plate_0 + Damping + 0.095397 + + + plate_0 + Dry-wet mix + 0.466384 + + + res_env + Delay Time (s) + 0.000000 + + + res_env + Attack Time (s) + 0.000000 + + + res_env + Hold Time (s) + 0.000000 + + + res_env + Decay Time (s) + 0.915103 + + + res_env + Sustain Level + 0.024733 + + + res_env + Release Time (s) + 0.148395 + + + res_influence + Second Input + 0.180194 + + + res_scale + Second Input + 0.169483 + + + sledgehammer + Rate + 0.000026 + + + sledgehammer + Modulator influence + 2.927700 + + + sledgehammer + Carrier influence + 0.357333 + + + diff --git a/patches/files b/patches/files new file mode 100644 index 00000000..c50ae56c --- /dev/null +++ b/patches/files @@ -0,0 +1,21 @@ +303.om +drums.om +broken_bass_synth.om +broken_oscillator.om +fm_operator.om +house_ensemble.om +karplus_strong_digeridoo.om +kick.om +organ.om +pad.om +saw_detuned.om +quick_bass.om +rhodes.om +saw_lp.om +sine.om +trance.om +wah_bass.om +hugebass.om +evildistbass.om +slapbass.om +meanbass.om diff --git a/patches/fm_operator.om b/patches/fm_operator.om new file mode 100644 index 00000000..b9d7dca6 --- /dev/null +++ b/patches/fm_operator.om @@ -0,0 +1,273 @@ + + + op3 + 4 + 1542 + 1104 + + amp_env + true + LADSPA + adsr_g+t + adsr_1680.so + 1469.000000 + 1213.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + attack + false + Internal + control_input + 1353.000000 + 1226.000000 + 0.100000 + 0.000000 + + + base_frequency + false + Internal + audio_input + 1455.000000 + 1009.000000 + + + decay + false + Internal + control_input + 1352.000000 + 1262.000000 + + + deviation + false + Internal + control_input + 1372.000000 + 1082.000000 + 5000.000000 + 0.000000 + + + fm_osc + true + LADSPA + fmOsc + fm_osc_1415.so + 1596.000000 + 1029.000000 + + + gate + false + Internal + audio_input + 1362.000000 + 1150.000000 + + + mod_influence + true + LADSPA + product_iaic_oa + product_1668.so + 1461.000000 + 1076.000000 + + + modulator + false + Internal + audio_input + 1366.000000 + 1041.000000 + + + output + false + Internal + audio_output + 1957.000000 + 1126.000000 + + + release + false + Internal + control_input + 1348.000000 + 1337.000000 + + + sustain + false + Internal + control_input + 1349.000000 + 1298.000000 + + + trigger + false + Internal + audio_input + 1352.000000 + 1188.000000 + + + voice_amp + true + LADSPA + product_iaia_oa + product_1668.so + 1847.000000 + 1096.000000 + + + gate + in + amp_env + Gate + + + trigger + in + amp_env + Trigger + + + attack + in + amp_env + Attack Time (s) + + + decay + in + amp_env + Decay Time (s) + + + sustain + in + amp_env + Sustain Level + + + release + in + amp_env + Release Time (s) + + + deviation + in + mod_influence + Second Input + + + base_frequency + in + fm_osc + Frequency (Hz) + + + modulator + in + mod_influence + First Input + + + mod_influence + Product Output + fm_osc + Frequency (Hz) + + + amp_env + Envelope Out + voice_amp + Second Input + + + fm_osc + Output + voice_amp + First Input + + + voice_amp + Product Output + output + out + + + default + + amp_env + Attack Time (s) + 0.001249 + + + amp_env + Decay Time (s) + 0.324968 + + + amp_env + Sustain Level + 0.274972 + + + amp_env + Release Time (s) + 0.224977 + + + fm_osc + Waveform (1=sin, 2=tri, 3=squ, 4=saw) + 1.000000 + + + mod_influence + Second Input + 3750.000000 + + + attack + 0.001249 + + + decay + 0.100348 + + + deviation + 498.084290 + + + release + 0.354803 + + + sustain + 0.476655 + + + diff --git a/patches/glitch_drums/glitch_drums.om b/patches/glitch_drums/glitch_drums.om new file mode 100644 index 00000000..d2a3e084 --- /dev/null +++ b/patches/glitch_drums/glitch_drums.om @@ -0,0 +1,29 @@ + + + glitch_drums + 1 + + audio_output_0 + true + Internal + audio_output + 1423.000000 + 1018.000000 + + + snare + snare.om + 1 + 1300.000000 + 980.000000 + + + snare + audio_output_0 + audio_output_0 + out + + + default + + diff --git a/patches/glitch_drums/rezzy_noise_wahp.om b/patches/glitch_drums/rezzy_noise_wahp.om new file mode 100644 index 00000000..85fcc6b8 --- /dev/null +++ b/patches/glitch_drums/rezzy_noise_wahp.om @@ -0,0 +1,166 @@ + + + foo + 1 + + adsr_g+t_0 + true + LADSPA + adsr_g+t + adsr_1680.so + 1507.000000 + 1138.000000 + + Attack Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + amp_mono_0 + true + LADSPA + amp_mono + cmt.so + 1711.000000 + 1100.000000 + + Gain + 0.000000 + 1.000000 + + + + audio_output_0 + true + Internal + audio_output + 1801.000000 + 1119.000000 + + + note_in_0 + true + Internal + note_in + 1391.000000 + 1158.000000 + + + pink_full_frequency_0 + true + LADSPA + pink_full_frequency + cmt.so + 1466.000000 + 1074.000000 + + + vcf_reslp_0 + true + LADSPA + vcf_reslp + vcf_cv_in.so + 1608.000000 + 1100.000000 + + Frequency Offset + 0.000000 + 20000.000000 + + + + note_in_0 + Gate + adsr_g+t_0 + Gate + + + note_in_0 + Trigger + adsr_g+t_0 + Trigger + + + adsr_g+t_0 + Envelope Out + vcf_reslp_0 + Frequency Input + + + vcf_reslp_0 + Output + amp_mono_0 + Input + + + amp_mono_0 + Output + audio_output_0 + out + + + pink_full_frequency_0 + Output + vcf_reslp_0 + Input + + + default + + adsr_g+t_0 + Attack Time (s) + 0.378113 + + + adsr_g+t_0 + Decay Time (s) + 0.025208 + + + adsr_g+t_0 + Sustain Level + 0.000000 + + + adsr_g+t_0 + Release Time (s) + 0.000000 + + + amp_mono_0 + Gain + 0.774923 + + + vcf_reslp_0 + Gain + 0.999900 + + + vcf_reslp_0 + Frequency Offset + 0.000000 + + + vcf_reslp_0 + Frequency Pitch + -1.206916 + + + vcf_reslp_0 + Resonance Offset + 0.982678 + + + diff --git a/patches/glitch_drums/snare.om b/patches/glitch_drums/snare.om new file mode 100644 index 00000000..9f080971 --- /dev/null +++ b/patches/glitch_drums/snare.om @@ -0,0 +1,359 @@ + + + snare + 1 + + adsr_g+t_0 + true + LADSPA + adsr_g+t + adsr_1680.so + 1353.000000 + 1072.000000 + + Attack Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + adsr_g+t_1 + true + LADSPA + adsr_g+t + adsr_1680.so + 1354.000000 + 970.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + audio_output_0 + true + Internal + audio_output + 1811.000000 + 1173.000000 + + + decimator_0 + true + LADSPA + decimator + decimator_1202.so + 1369.000000 + 1236.000000 + + + lp4pole_faraia_oa_0 + true + LADSPA + lp4pole_faraia_oa + lp4pole_1671.so + 1584.000000 + 1122.000000 + + + midi_input + true + Internal + midi_input + 1142.000000 + 1110.000000 + + + noise_source_white_0 + true + LADSPA + noise_source_white + cmt.so + 1241.000000 + 1252.000000 + + + note_in_0 + true + Internal + note_in + 1234.000000 + 1126.000000 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 1707.000000 + 1196.000000 + + + range_trans_cr_0 + true + LADSPA + range_trans_cr + range_trans_4210.so + 1469.000000 + 1096.000000 + + Input Min + 0.000000 + 1.000000 + + + Input Max + 0.000000 + 1.000000 + + + Output Min + 0.000000 + 1.000000 + + + Output Max + 0.000000 + 4.000000 + + + + range_trans_cr_1 + true + LADSPA + range_trans_cr + range_trans_4210.so + 1492.000000 + 995.000000 + + Input Min + 0.000000 + 1.000000 + + + Input Max + 0.000000 + 1.000000 + + + Output Min + 0.000000 + 1000.000000 + + + Output Max + 0.000000 + 10000.000000 + + + + product_iaia_oa_0 + Product Output + audio_output_0 + out + + + lp4pole_faraia_oa_0 + Output + product_iaia_oa_0 + First Input + + + adsr_g+t_0 + Envelope Out + range_trans_cr_0 + Input + + + range_trans_cr_0 + Output + lp4pole_faraia_oa_0 + Resonance + + + adsr_g+t_1 + Envelope Out + range_trans_cr_1 + Input + + + range_trans_cr_1 + Output + lp4pole_faraia_oa_0 + Cutoff Frequency + + + noise_source_white_0 + Output + decimator_0 + Input + + + adsr_g+t_1 + Envelope Out + product_iaia_oa_0 + Second Input + + + note_in_0 + Gate + adsr_g+t_1 + Gate + + + note_in_0 + Gate + adsr_g+t_0 + Gate + + + note_in_0 + Trigger + adsr_g+t_0 + Trigger + + + note_in_0 + Trigger + adsr_g+t_1 + Trigger + + + note_in_0 + Frequency + lp4pole_faraia_oa_0 + Cutoff Frequency + + + decimator_0 + Output + lp4pole_faraia_oa_0 + Input + + + midi_input + in + note_in_0 + MIDI In + + + default + + adsr_g+t_0 + Attack Time (s) + 0.318150 + + + adsr_g+t_0 + Decay Time (s) + 0.132062 + + + adsr_g+t_0 + Sustain Level + 0.886704 + + + adsr_g+t_0 + Release Time (s) + 0.084897 + + + adsr_g+t_1 + Attack Time (s) + 0.001265 + + + adsr_g+t_1 + Decay Time (s) + 0.063285 + + + adsr_g+t_1 + Sustain Level + 0.569563 + + + adsr_g+t_1 + Release Time (s) + 0.038310 + + + decimator_0 + Bit depth + 23.999901 + + + decimator_0 + Sample rate (Hz) + 48000.000000 + + + noise_source_white_0 + Amplitude + 1.000000 + + + range_trans_cr_0 + Input Min + 0.000000 + + + range_trans_cr_0 + Input Max + 1.000000 + + + range_trans_cr_0 + Output Min + 0.318150 + + + range_trans_cr_0 + Output Max + 1.818136 + + + range_trans_cr_1 + Input Min + 0.000000 + + + range_trans_cr_1 + Input Max + 1.000000 + + + range_trans_cr_1 + Output Min + 1000.000000 + + + range_trans_cr_1 + Output Max + 2093.023193 + + + diff --git a/patches/glitch_drums/whippy_hat.om b/patches/glitch_drums/whippy_hat.om new file mode 100644 index 00000000..f4bc50e8 --- /dev/null +++ b/patches/glitch_drums/whippy_hat.om @@ -0,0 +1,172 @@ + + + ch88_hh_01.om + 1 + + Mvclpf-4_0 + true + LADSPA + Mvclpf-4 + mvclpf24.so + 1453,000000 + 970,000000 + + + adsr_g+t_0 + true + LADSPA + adsr_g+t + adsr_1680.so + 1455.000000 + 1149.000000 + + Attack Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + audio_output_0 + true + Internal + audio_output + 1746.000000 + 1091.000000 + + + note_in_0 + true + Internal + note_in + 1294,000000 + 1064,000000 + + + pink_full_frequency_0 + true + LADSPA + pink_full_frequency + cmt.so + 1292,000000 + 969,000000 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 1597,000000 + 1066,000000 + + + pink_full_frequency_0 + Output + Mvclpf-4_0 + Input + + + note_in_0 + Trigger + adsr_g+t_0 + Trigger + + + adsr_g+t_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + Mvclpf-4_0 + Output + product_iaia_oa_0 + First Input + + + product_iaia_oa_0 + Product Output + audio_output_0 + out + + + note_in_0 + Gate + adsr_g+t_0 + Gate + + + pink_full_frequency_0 + Output + Mvclpf-4_0 + Exp FM + + + default + + Mvclpf-4_0 + Input gain (dB) + 0.000000 + + + Mvclpf-4_0 + Frequency (CR) + 5.051291 + + + Mvclpf-4_0 + Exp FM gain + 8.972242 + + + Mvclpf-4_0 + Resonance (CR) + 0.829957 + + + Mvclpf-4_0 + Resonance gain + 0.822052 + + + Mvclpf-4_0 + Filter poles + 4.000000 + + + Mvclpf-4_0 + Output gain (dB) + 0.000000 + + + adsr_g+t_0 + Attack Time (s) + 0.003952 + + + adsr_g+t_0 + Decay Time (s) + 0.019761 + + + adsr_g+t_0 + Sustain Level + 0.000000 + + + adsr_g+t_0 + Release Time (s) + 0.000000 + + + diff --git a/patches/house_ensemble.om b/patches/house_ensemble.om new file mode 100644 index 00000000..07ba5c7d --- /dev/null +++ b/patches/house_ensemble.om @@ -0,0 +1,258 @@ + + + master + 1 + + 303 + 303.om + 1 + 1458.000000 + 1142.000000 + + + + + + + + compressor + true + LADSPA + sc3 + sc3_1427.so + 1691.000000 + 953.000000 + + + kick + kick.om + 1 + 1467.000000 + 1000.000000 + + + midi_in_303 + true + Internal + midi_input + 1345.000000 + 1184.000000 + + + midi_in_bass + true + Internal + midi_input + 1327.000000 + 1094.000000 + + + midi_in_kick + true + Internal + midi_input + 1335.000000 + 1004.000000 + + + output + true + Internal + audio_output + 1831.000000 + 1081.000000 + + + quick_bass + quick_bass.om + 1 + 1452.000000 + 1083.000000 + + + reverb + true + LADSPA + Plate2x2 + caps.so + 1580.000000 + 1077.000000 + + + kick + output_0 + compressor + Sidechain + + + compressor + Left output + output + out + + + compressor + Right output + output + out + + + quick_bass + output + reverb + in:l + + + quick_bass + output + reverb + in:r + + + 303 + output + reverb + in:l + + + 303 + output + reverb + in:r + + + kick + output_0 + reverb + in:l + + + kick + output_0 + reverb + in:r + + + reverb + out:l + compressor + Left input + + + reverb + out:r + compressor + Right input + + + midi_in_303 + in + 303 + midi_input + + + midi_in_kick + in + kick + midi_input + + + midi_in_bass + in + quick_bass + midi_input + + + default + + 303 + cutoff + 0.383224 + + + 303 + drive + 9.999900 + + + 303 + resonance + 1.910084 + + + 303 + volume + 0.242507 + + + compressor + Attack time (ms) + 9.453181 + + + compressor + Release time (ms) + 199.258408 + + + compressor + Threshold level (dB) + -20.674189 + + + compressor + Ratio (1:n) + 8.780133 + + + compressor + Knee radius (dB) + 3.797266 + + + compressor + Makeup gain (dB) + 1.945938 + + + compressor + Chain balance + 0.964061 + + + kick + duration + 0.493996 + + + kick + volume + 0.373559 + + + quick_bass + volume + 0.446063 + + + reverb + bandwidth + 0.606054 + + + reverb + tail + 0.464732 + + + reverb + damping + 0.225661 + + + reverb + blend + 0.209465 + + + diff --git a/patches/hugebass.om b/patches/hugebass.om new file mode 100644 index 00000000..3fe6807b --- /dev/null +++ b/patches/hugebass.om @@ -0,0 +1,643 @@ + + + hugebass + 1 + + AmpIV_0 + true + LADSPA + AmpIV + caps.so + 1644.000000 + 1136.000000 + + + amp_mono_1 + true + LADSPA + amp_mono + amp.so + 2459.000000 + 1126.000000 + + Gain + 0.000000 + 1.000000 + + + + cutoff + true + Internal + control_input + 1660.000000 + 1396.000000 + 0.500000 + 0.000000 + + + dahdsr_g+t_control_0 + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1588.000000 + 995.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + dahdsr_g+t_control_1 + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1474.000000 + 1436.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 3.000000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + drive + true + Internal + control_input + 2025.000000 + 1366.000000 + 10.000000 + 0.000000 + + + midi_input + true + Internal + midi_input + 1111.000000 + 1247.000000 + + + note_in_0 + true + Internal + note_in + 1239.000000 + 1248.000000 + + + output + true + Internal + audio_output + 2597.666748 + 1189.000000 + + + plate_0 + true + LADSPA + plate + plate_1423.so + 1861.000000 + 1286.000000 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 2338.000000 + 1114.000000 + + + product_iaic_oa_0 + true + LADSPA + product_iaic_oa + product_1668.so + 1763.000000 + 1388.000000 + + Second Input + 0.000000 + 1000.000000 + + + + product_iaic_oa_1 + true + LADSPA + product_iaic_oa + product_1668.so + 1763.000000 + 1473.000000 + + Second Input + 0.000000 + 3.000000 + + + + product_iaic_oa_2 + true + LADSPA + product_iaic_oa + product_1668.so + 1605.000000 + 1440.000000 + + + product_iaic_oa_3 + true + LADSPA + product_iaic_oa + product_1668.so + 1607.000000 + 1312.000000 + + Second Input + 0.000000 + 3.000000 + + + + resonance + true + Internal + control_input + 1641.000000 + 1510.000000 + 2.000000 + 0.000000 + + + sawtooth_fa_oa_0 + true + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1468.000000 + 1131.000000 + + + sledgehammer_0 + true + LADSPA + sledgehammer + cmt.so + 2221.000000 + 1151.000000 + + Modulator influence + -1.000000 + 3.000000 + + + + smoothDecimate_0 + true + LADSPA + smoothDecimate + smooth_decimate_1414.so + 1957.000000 + 1257.000000 + + + vcf_lp_0 + true + LADSPA + vcf_lp + vcf_cv_in.so + 2091.000000 + 1334.000000 + + + volume + true + Internal + control_input + 2539.000000 + 1096.000000 + 3.000000 + 0.000000 + + + note_in_0 + Gate + dahdsr_g+t_control_1 + Gate + + + note_in_0 + Gate + dahdsr_g+t_control_0 + Gate + + + note_in_0 + Gate + dahdsr_g+t_control_2 + Gate + + + note_in_0 + Trigger + dahdsr_g+t_control_1 + Trigger + + + note_in_0 + Trigger + dahdsr_g+t_control_2 + Trigger + + + note_in_0 + Trigger + dahdsr_g+t_control_0 + Trigger + + + note_in_0 + Frequency + sawtooth_fa_oa_0 + Frequency + + + drive + in + vcf_lp_0 + Gain + + + volume + in + amp_mono_1 + Gain + + + product_iaia_oa_0 + Product Output + amp_mono_1 + Input + + + dahdsr_g+t_control_1 + Envelope Out + product_iaic_oa_2 + First Input + + + product_iaic_oa_2 + Product Output + product_iaic_oa_1 + First Input + + + product_iaic_oa_1 + Product Output + vcf_lp_0 + Resonance + + + resonance + in + product_iaic_oa_1 + Second Input + + + dahdsr_g+t_control_2 + Envelope Out + product_iaic_oa_3 + First Input + + + product_iaic_oa_3 + Product Output + product_iaic_oa_0 + First Input + + + product_iaic_oa_0 + Product Output + vcf_lp_0 + Frequency Input + + + cutoff + in + product_iaic_oa_0 + Second Input + + + sawtooth_fa_oa_0 + Output + AmpIV_0 + in + + + AmpIV_0 + out + plate_0 + Input + + + plate_0 + Left output + vcf_lp_0 + Input + + + plate_0 + Left output + smoothDecimate_0 + Input + + + smoothDecimate_0 + Output + vcf_lp_0 + Input + + + vcf_lp_0 + Output + sledgehammer_0 + Carrier + + + AmpIV_0 + out + sledgehammer_0 + Modulator + + + amp_mono_1 + Output + output + out + + + sledgehammer_0 + Output + product_iaia_oa_0 + Second Input + + + dahdsr_g+t_control_0 + Envelope Out + product_iaia_oa_0 + First Input + + + midi_input + in + note_in_0 + MIDI In + + + default + + AmpIV_0 + gain + 9.891598 + + + AmpIV_0 + temperature + 0.999900 + + + AmpIV_0 + bass + 6.420598 + + + AmpIV_0 + mid + 1.697363 + + + AmpIV_0 + treble + 0.000000 + + + AmpIV_0 + hi + -1.254659 + + + AmpIV_0 + drive + 0.999900 + + + amp_mono_1 + Gain + 0.296600 + + + dahdsr_g+t_control_0 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Attack Time (s) + 0.002118 + + + dahdsr_g+t_control_0 + Hold Time (s) + 0.056531 + + + dahdsr_g+t_control_0 + Decay Time (s) + 0.014133 + + + dahdsr_g+t_control_0 + Sustain Level + 0.529982 + + + dahdsr_g+t_control_0 + Release Time (s) + 0.268524 + + + dahdsr_g+t_control_1 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_1 + Attack Time (s) + 0.000000 + + + dahdsr_g+t_control_1 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_1 + Decay Time (s) + 0.915103 + + + dahdsr_g+t_control_1 + Sustain Level + 0.024733 + + + dahdsr_g+t_control_1 + Release Time (s) + 0.148395 + + + plate_0 + Reverb time + 2.919966 + + + plate_0 + Damping + 0.060065 + + + plate_0 + Dry-wet mix + 0.713710 + + + product_iaic_oa_0 + Second Input + 0.067783 + + + product_iaic_oa_1 + Second Input + 0.169483 + + + product_iaic_oa_2 + Second Input + 0.180194 + + + product_iaic_oa_3 + Second Input + 0.731424 + + + sledgehammer_0 + Rate + 0.000026 + + + sledgehammer_0 + Modulator influence + 2.927700 + + + sledgehammer_0 + Carrier influence + 0.357333 + + + smoothDecimate_0 + Resample rate + 13714.286133 + + + smoothDecimate_0 + Smoothing + 0.166061 + + + vcf_lp_0 + Gain + 9.999900 + + + vcf_lp_0 + Frequency Offset + 251.428574 + + + vcf_lp_0 + Frequency Pitch + 1.292336 + + + vcf_lp_0 + Resonance Offset + 0.001000 + + + cutoff + 0.341835 + + + drive + 9.999900 + + + resonance + 0.334680 + + + volume + 2.399920 + + + diff --git a/patches/karplus_strong_digeridoo.om b/patches/karplus_strong_digeridoo.om new file mode 100644 index 00000000..115e59d2 --- /dev/null +++ b/patches/karplus_strong_digeridoo.om @@ -0,0 +1,398 @@ + + + karplus_strong_digeridoo + 1 + + amp_env + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1465.000000 + 1117.000000 + + + cutoff_env + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1465.000000 + 1256.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 1.000000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + delay + true + LADSPA + fbdelay_0.1s + cmt.so + 1779.000000 + 1096.000000 + + + feedback_amount + true + LADSPA + product_iaic_oa + product_1668.so + 1887.000000 + 1093.000000 + + Second Input + 0.000000 + 1.000000 + + + + master_lowpass + true + LADSPA + vcf_reslp + vcf_cv_in.so + 1885.000000 + 1179.000000 + + + midi_input + true + Internal + midi_input + 1156.000000 + 1199.000000 + + + noise_lowpass + true + LADSPA + lp4pole_fcrcia_oa + lp4pole_1671.so + 1461.000000 + 1038.000000 + + Cutoff Frequency + 1.000000 + 24000.000000 + + + + note_in + true + Internal + note_in + 1354.000000 + 1194.000000 + + + out_left + true + Internal + audio_output + 2139.000000 + 1176.000000 + + + out_right + true + Internal + audio_output + 2137.000000 + 1260.000000 + + + rotary_speaker + true + LADSPA + tap_rotspeak + tap_rotspeak.so + 2016.000000 + 1125.000000 + + + voice_amp + true + LADSPA + product_iaia_oa + product_1668.so + 1571.000000 + 1123.000000 + + + white_noise + true + LADSPA + White + caps.so + 1371.000000 + 1050.000000 + + volume + 0.000000 + 1.000000 + + + + note_in + Trigger + amp_env + Trigger + + + amp_env + Envelope Out + voice_amp + Second Input + + + note_in + Gate + amp_env + Gate + + + voice_amp + Product Output + delay + Input + + + delay + Output + feedback_amount + First Input + + + feedback_amount + Product Output + delay + Input + + + white_noise + out + noise_lowpass + Input + + + noise_lowpass + Output + voice_amp + First Input + + + rotary_speaker + Output L + out_left + out + + + rotary_speaker + Output R + out_right + out + + + note_in + Gate + cutoff_env + Gate + + + note_in + Trigger + cutoff_env + Trigger + + + cutoff_env + Envelope Out + master_lowpass + Frequency Input + + + delay + Output + master_lowpass + Input + + + master_lowpass + Output + rotary_speaker + Input L + + + master_lowpass + Output + rotary_speaker + Input R + + + midi_input + in + note_in + MIDI In + + + default + + amp_env + Delay Time (s) + 0.000000 + + + amp_env + Attack Time (s) + 0.000000 + + + amp_env + Hold Time (s) + 0.000000 + + + amp_env + Decay Time (s) + 0.000000 + + + amp_env + Sustain Level + 1.000000 + + + amp_env + Release Time (s) + 0.000000 + + + cutoff_env + Delay Time (s) + 0.000000 + + + cutoff_env + Attack Time (s) + 0.003134 + + + cutoff_env + Hold Time (s) + 0.000000 + + + cutoff_env + Decay Time (s) + 0.021941 + + + cutoff_env + Sustain Level + 0.040748 + + + cutoff_env + Release Time (s) + 0.109707 + + + delay + Delay (Seconds) + 0.010466 + + + delay + Dry-Wet Balance + 0.517409 + + + delay + Feedback + 0.935178 + + + feedback_amount + Second Input + 0.112841 + + + master_lowpass + Gain + 0.576331 + + + master_lowpass + Frequency Offset + 901.470581 + + + master_lowpass + Frequency Pitch + -0.028218 + + + master_lowpass + Resonance Offset + 0.835729 + + + noise_lowpass + Cutoff Frequency + 1095.416992 + + + noise_lowpass + Resonance + 0.108759 + + + rotary_speaker + Rotor Frequency [Hz] + 1.865665 + + + rotary_speaker + Horn Frequency [Hz] + 1.423724 + + + rotary_speaker + Mic Distance [%] + 61.616100 + + + rotary_speaker + Rotor-Horn Mix + 0.423977 + + + white_noise + volume + 0.500000 + + + diff --git a/patches/kick.om b/patches/kick.om new file mode 100644 index 00000000..f45930a4 --- /dev/null +++ b/patches/kick.om @@ -0,0 +1,412 @@ + + + kick + 1 + 1467.000000 + 1000.000000 + + amp + true + LADSPA + amp_mono + cmt.so + 1972.000000 + 1296.000000 + + Gain + 0.000000 + 1.000000 + + + + dahdsr_hexp_0 + true + LADSPA + dahdsr_hexp + dahdsr_hexp.so + 1464.000000 + 1349.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.010000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + dahdsr_hexp_1 + true + LADSPA + dahdsr_hexp + dahdsr_hexp.so + 1453.000000 + 1107.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 1.000000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 0.300000 + + + Sustain Level + 0.000000 + 0.100000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + duration + true + Internal + control_input + 1380.000000 + 1433.000000 + 3.000000 + 0.000000 + + + midi_input + true + Internal + midi_input + 1243.000000 + 1186.000000 + + + output_0 + true + Internal + audio_output + 2047.000000 + 1288.000000 + + + product_iaic_oa_1 + true + LADSPA + product_iaic_oa + product_1668.so + 1717.000000 + 1183.000000 + + Second Input + 0.000000 + 2.000000 + + + + product_iaic_oa_2 + true + LADSPA + product_iaic_oa + product_1668.so + 1584.000000 + 1296.000000 + + Second Input + 0.000000 + 1.000000 + + + + range_trans_cr_0 + true + LADSPA + range_trans_cr + range_trans_4210.so + 1575.000000 + 1151.000000 + + Input Min + 0.000000 + 1.000000 + + + Input Max + 0.000000 + 1.000000 + + + Output Min + 0.000000 + 40.000000 + + + Output Max + 0.000000 + 400.000000 + + + + sine_faaa_0 + true + LADSPA + sine_faaa + cmt.so + 1766.000000 + 1359.000000 + + + sine_faaa_1 + true + LADSPA + sine_faaa + cmt.so + 1853.000000 + 1261.000000 + + + trigger_in_0 + true + Internal + trigger_in + 1333.000000 + 1187.000000 + + + volume + true + Internal + control_input + 1973.000000 + 1253.000000 + + + dahdsr_hexp_0 + Envelope Out + sine_faaa_0 + Amplitude + + + product_iaic_oa_1 + Product Output + sine_faaa_1 + Frequency + + + dahdsr_hexp_0 + Envelope Out + product_iaic_oa_2 + First Input + + + product_iaic_oa_2 + Product Output + sine_faaa_1 + Amplitude + + + trigger_in_0 + Trigger + dahdsr_hexp_0 + Trigger + + + trigger_in_0 + Trigger + dahdsr_hexp_1 + Trigger + + + range_trans_cr_0 + Output + sine_faaa_0 + Frequency + + + range_trans_cr_0 + Output + product_iaic_oa_1 + First Input + + + dahdsr_hexp_1 + Envelope Out + range_trans_cr_0 + Input + + + sine_faaa_1 + Output + amp + Input + + + sine_faaa_0 + Output + amp + Input + + + amp + Output + output_0 + out + + + volume + in + amp + Gain + + + duration + in + dahdsr_hexp_0 + Release Time (s) + + + midi_input + in + trigger_in_0 + MIDI In + + + default + + amp + Gain + 0.486438 + + + dahdsr_hexp_0 + Delay Time (s) + 0.000000 + + + dahdsr_hexp_0 + Attack Time (s) + 0.001873 + + + dahdsr_hexp_0 + Hold Time (s) + 0.000000 + + + dahdsr_hexp_0 + Decay Time (s) + 0.124987 + + + dahdsr_hexp_0 + Sustain Level + 0.999900 + + + dahdsr_hexp_0 + Release Time (s) + 0.381212 + + + dahdsr_hexp_1 + Delay Time (s) + 0.000000 + + + dahdsr_hexp_1 + Attack Time (s) + 0.000000 + + + dahdsr_hexp_1 + Hold Time (s) + 0.000000 + + + dahdsr_hexp_1 + Decay Time (s) + 0.083351 + + + dahdsr_hexp_1 + Sustain Level + 0.006750 + + + dahdsr_hexp_1 + Release Time (s) + 0.160747 + + + product_iaic_oa_1 + Second Input + 1.702618 + + + product_iaic_oa_2 + Second Input + 0.999900 + + + range_trans_cr_0 + Input Min + 0.000000 + + + range_trans_cr_0 + Input Max + 1.000000 + + + range_trans_cr_0 + Output Min + 34.758533 + + + range_trans_cr_0 + Output Max + 292.413727 + + + trigger_in_0 + Note Number + 36.000000 + + + duration + 0.493996 + + + volume + 0.373559 + + + diff --git a/patches/meanbass.om b/patches/meanbass.om new file mode 100644 index 00000000..091cb078 --- /dev/null +++ b/patches/meanbass.om @@ -0,0 +1,408 @@ + + + mean_bass + 1 + + adsr_g+t_0 + false + LADSPA + adsr_g+t + adsr_1680.so + 1375.000000 + 1272.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + detune + false + LADSPA + sum_iaic_oa + sum_1665.so + 1306.000000 + 1141.000000 + + Second Input + 0.000000 + 3.000000 + + + + master_amp + false + LADSPA + amp_mono + cmt.so + 2142.000000 + 1127.000000 + + + midi_input + false + Internal + midi_input + 1027.000000 + 1064.000000 + + + note_in_0 + false + Internal + note_in + 1123.000000 + 1065.000000 + + + out + false + Internal + audio_output + 2266.000000 + 1137.000000 + + + pwm_osc + false + LADSPA + sine_faac + sine.so + 1436.000000 + 1111.000000 + + Amplitude + 0.000000 + 1.000000 + + + + range_trans_cr_0 + false + LADSPA + range_trans_cr + range_trans_4210.so + 1544.000000 + 1154.000000 + + Input Min + -1.000000 + 1.000000 + + + Input Max + 0.000000 + 1.000000 + + + Output Min + -2.000000 + 3.000000 + + + Output Max + -1.000000 + 12.000000 + + + + saw_1 + false + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1760.000000 + 899.000000 + + + saw_2 + false + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1763.000000 + 958.000000 + + + saw_3 + false + LADSPA + pulse_fapa_oa + pulse_1645.so + 1716.000000 + 1070.000000 + + + vcf_reslp_0 + false + LADSPA + vcf_reslp + vcf_cv_in.so + 1888.000000 + 1047.000000 + + Gain + 0.000000 + 9.000000 + + + + vibrato + false + LADSPA + sine_fcac + sine.so + 1595.000000 + 1010.000000 + + Frequency (Hz) + 0.000000 + 1.000000 + + + Amplitude + 0.000000 + 1.000000 + + + + voice_amp + false + LADSPA + product_iaia_oa + product_1668.so + 2022.000000 + 1174.000000 + + + volume + false + Internal + control_input + 2055.000000 + 1083.000000 + + + note_in_0 + Frequency + saw_3 + Frequency + + + note_in_0 + Frequency + saw_2 + Frequency + + + pwm_osc + Output + range_trans_cr_0 + Input + + + note_in_0 + Frequency + detune + First Input + + + note_in_0 + Gate + adsr_g+t_0 + Gate + + + note_in_0 + Trigger + adsr_g+t_0 + Trigger + + + adsr_g+t_0 + Envelope Out + voice_amp + Second Input + + + vcf_reslp_0 + Output + voice_amp + First Input + + + vibrato + Output + saw_2 + Frequency + + + note_in_0 + Frequency + saw_1 + Frequency + + + voice_amp + Product Output + master_amp + Input + + + master_amp + Output + out + out + + + volume + in + master_amp + Gain + + + saw_3 + Output + vcf_reslp_0 + Input + + + range_trans_cr_0 + Output + saw_3 + Pulse Width + + + saw_2 + Output + vcf_reslp_0 + Input + + + saw_1 + Output + vcf_reslp_0 + Input + + + note_in_0 + Frequency + pwm_osc + Frequency (Hz) + + + detune + Summed Output + pwm_osc + Frequency (Hz) + + + midi_input + in + note_in_0 + MIDI In + + + default + + adsr_g+t_0 + Attack Time (s) + 0.001059 + + + adsr_g+t_0 + Decay Time (s) + 0.070664 + + + adsr_g+t_0 + Sustain Level + 0.855038 + + + adsr_g+t_0 + Release Time (s) + 0.127196 + + + detune + Second Input + 0.095403 + + + master_amp + Gain + 1.000000 + + + pwm_osc + Amplitude + 1.000000 + + + range_trans_cr_0 + Input Min + -1.000000 + + + range_trans_cr_0 + Input Max + 1.000000 + + + range_trans_cr_0 + Output Min + 0.057721 + + + range_trans_cr_0 + Output Max + 1.111897 + + + vcf_reslp_0 + Gain + 0.954053 + + + vcf_reslp_0 + Frequency Offset + 11514.286133 + + + vcf_reslp_0 + Frequency Pitch + -0.252751 + + + vcf_reslp_0 + Resonance Offset + 0.022178 + + + vibrato + Frequency (Hz) + 0.028266 + + + vibrato + Amplitude + 0.561781 + + + volume + 0.236515 + + + diff --git a/patches/organ.om b/patches/organ.om new file mode 100644 index 00000000..2c445aaf --- /dev/null +++ b/patches/organ.om @@ -0,0 +1,399 @@ + + + organ + 4 + + env + true + LADSPA + adsr_g+t + adsr_1680.so + 1549.000000 + 1203.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + freq_mod_2 + true + LADSPA + product_iaic_oa + product_1668.so + 1419.000000 + 1009.000000 + + Second Input + 0.000000 + 3.000000 + + + + freq_mod_3 + true + LADSPA + product_iaic_oa + product_1668.so + 1423.000000 + 1115.000000 + + Second Input + 0.000000 + 2.000000 + + + + master_amp + false + LADSPA + amp_mono + cmt.so + 1946.000000 + 1074.000000 + + + midi_input + false + Internal + midi_input + 1179.000000 + 1123.000000 + + + note_in + true + Internal + note_in + 1180.000000 + 1191.000000 + + + osc1 + true + LADSPA + sine_faac + cmt.so + 1595.000000 + 957.000000 + + Amplitude + 0.000000 + 1.000000 + + + + osc1_vol + false + Internal + control_input + 1277.000000 + 884.000000 + + + osc2 + true + LADSPA + sine_faac + cmt.so + 1597.000000 + 1041.000000 + + Amplitude + 0.000000 + 1.000000 + + + + osc2_vol + false + Internal + control_input + 1281.000000 + 955.000000 + + + osc3 + true + LADSPA + sine_faac + cmt.so + 1599.000000 + 1121.000000 + + Amplitude + 0.000000 + 1.000000 + + + + osc3_vol + false + Internal + control_input + 1185.000000 + 1081.000000 + + + output + false + Internal + audio_output + 2046.000000 + 1098.000000 + + + vibrato_osc + true + LADSPA + sine_fcac + cmt.so + 1314.000000 + 840.000000 + + Frequency + 1.000000 + 20.000000 + + + Amplitude + 0.000000 + 4.000000 + + + + voice_amp + true + LADSPA + product_iaia_oa + product_1668.so + 1741.000000 + 1107.000000 + + + volume + false + Internal + control_input + 1873.000000 + 1033.000000 + 3.000000 + 0.000000 + + + note_in + Gate + env + Gate + + + note_in + Trigger + env + Trigger + + + note_in + Frequency + freq_mod_2 + First Input + + + note_in + Frequency + freq_mod_3 + First Input + + + osc1 + Output + voice_amp + First Input + + + osc2 + Output + voice_amp + First Input + + + osc3 + Output + voice_amp + First Input + + + env + Envelope Out + voice_amp + Second Input + + + note_in + Frequency + osc1 + Frequency + + + freq_mod_2 + Product Output + osc2 + Frequency + + + freq_mod_3 + Product Output + osc3 + Frequency + + + volume + in + master_amp + Gain + + + master_amp + Output + output + out + + + midi_input + in + note_in + MIDI In + + + osc1_vol + in + osc1 + Amplitude + + + osc2_vol + in + osc2 + Amplitude + + + osc3_vol + in + osc3 + Amplitude + + + voice_amp + Product Output + master_amp + Input + + + vibrato_osc + Output + osc1 + Frequency + + + vibrato_osc + Output + osc2 + Frequency + + + vibrato_osc + Output + osc3 + Frequency + + + default + + env + Attack Time (s) + 0.003918 + + + env + Decay Time (s) + 0.055253 + + + env + Sustain Level + 0.541835 + + + env + Release Time (s) + 0.020406 + + + freq_mod_2 + Second Input + 1.500000 + + + freq_mod_3 + Second Input + 2.000000 + + + master_amp + Gain + 1.000000 + + + osc1 + Amplitude + 0.310314 + + + osc2 + Amplitude + 0.269566 + + + osc3 + Amplitude + 0.203741 + + + vibrato_osc + Frequency + 7.882617 + + + vibrato_osc + Amplitude + 3.999900 + + + volume + 0.624734 + + + osc1_vol + 0.404675 + + + osc2_vol + 0.379137 + + + osc3_vol + 0.137511 + + + diff --git a/patches/pad.om b/patches/pad.om new file mode 100644 index 00000000..46c3b3b8 --- /dev/null +++ b/patches/pad.om @@ -0,0 +1,575 @@ + + + pad + 4 + + amp_env + true + LADSPA + adsr_g+t + adsr_1680.so + 1540.000000 + 1206.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + freq_env + true + LADSPA + adsr_g+t + adsr_1680.so + 1540.000000 + 1313.000000 + + Attack Time (s) + 0.000000 + 5.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + freq_influence + true + LADSPA + range_trans_cr + range_trans_4210.so + 1681.000000 + 1229.000000 + + Input Min + 0.000000 + 1.000000 + + + Input Max + 0.000000 + 1.000000 + + + Output Min + 0.000000 + 5.000000 + + + Output Max + 0.000000 + 5.000000 + + + + freq_mult_1 + true + LADSPA + product_iaic_oa + product_1668.so + 1379.000000 + 1025.000000 + + Second Input + 0.000000 + 2.000000 + + + + freq_offset_1 + true + LADSPA + sum_iaic_oa + sum_1665.so + 1456.000000 + 1026.000000 + + Second Input + 0.000000 + 1.000000 + + + + freq_offset_2 + true + LADSPA + sum_iaic_oa + sum_1665.so + 1454.000000 + 1088.000000 + + Second Input + -1.000000 + 3.000000 + + + + lowpass + true + LADSPA + vcf_reslp + vcf_cv_in.so + 1794.000000 + 1169.000000 + + + master_amp + false + LADSPA + amp_mono + cmt.so + 1945.000000 + 1134.000000 + + + midi_input + false + Internal + midi_input + 1131.000000 + 1160.000000 + + + note_in + true + Internal + note_in + 1290.000000 + 1162.000000 + + + output + false + Internal + audio_output + 2033.000000 + 1158.000000 + + + res_env + true + LADSPA + adsr_g+t + adsr_1680.so + 1540.000000 + 1421.000000 + + Attack Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 4.000000 + + + + res_influence + true + LADSPA + range_trans_cr + range_trans_4210.so + 1688.000000 + 1356.000000 + + Input Min + 0.000000 + 1.000000 + + + Input Max + 0.000000 + 1.000000 + + + Output Min + 0.000000 + 1.000000 + + + Output Max + 0.000000 + 1.000000 + + + + saw1 + true + LADSPA + triangle_fasc_oa + triangle_1649.so + 1554.000000 + 1027.000000 + + + saw2 + true + LADSPA + triangle_fasc_oa + triangle_1649.so + 1553.000000 + 1086.000000 + + + saw3 + true + LADSPA + triangle_fasc_oa + triangle_1649.so + 1552.000000 + 1147.000000 + + + voice_amp + true + LADSPA + product_iaia_oa + product_1668.so + 1694.000000 + 1111.000000 + + + volume + false + Internal + control_input + 1865.000000 + 1115.000000 + + + note_in + Gate + amp_env + Gate + + + note_in + Trigger + amp_env + Trigger + + + amp_env + Envelope Out + voice_amp + Second Input + + + note_in + Frequency + saw3 + Frequency + + + note_in + Frequency + freq_offset_2 + First Input + + + note_in + Frequency + freq_mult_1 + First Input + + + freq_offset_2 + Summed Output + saw2 + Frequency + + + saw3 + Output + voice_amp + First Input + + + saw2 + Output + voice_amp + First Input + + + saw1 + Output + voice_amp + First Input + + + freq_mult_1 + Product Output + freq_offset_1 + First Input + + + freq_offset_1 + Summed Output + saw1 + Frequency + + + note_in + Gate + freq_env + Gate + + + note_in + Trigger + freq_env + Trigger + + + freq_env + Envelope Out + freq_influence + Input + + + note_in + Gate + res_env + Gate + + + note_in + Trigger + res_env + Trigger + + + res_env + Envelope Out + res_influence + Input + + + res_influence + Output + lowpass + Resonance + + + freq_influence + Output + lowpass + Frequency Input + + + voice_amp + Product Output + lowpass + Input + + + lowpass + Output + master_amp + Input + + + volume + in + master_amp + Gain + + + master_amp + Output + output + out + + + midi_input + in + note_in + MIDI In + + + default + + amp_env + Attack Time (s) + 0.055826 + + + amp_env + Decay Time (s) + 0.372512 + + + amp_env + Sustain Level + 0.843053 + + + amp_env + Release Time (s) + 0.999900 + + + freq_env + Attack Time (s) + 5.000000 + + + freq_env + Decay Time (s) + 0.318987 + + + freq_env + Sustain Level + 0.999900 + + + freq_env + Release Time (s) + 0.999900 + + + freq_influence + Input Min + 0.000000 + + + freq_influence + Input Max + 1.000000 + + + freq_influence + Output Min + 0.000000 + + + freq_influence + Output Max + 0.654749 + + + freq_mult_1 + Second Input + 2.000000 + + + freq_offset_1 + Second Input + 0.024998 + + + freq_offset_2 + Second Input + -0.400015 + + + lowpass + Gain + 0.300000 + + + lowpass + Frequency Offset + 20.000000 + + + lowpass + Frequency Pitch + -1.926742 + + + lowpass + Resonance Offset + 0.222978 + + + master_amp + Gain + 1.000000 + + + res_env + Attack Time (s) + 0.612551 + + + res_env + Decay Time (s) + 0.810730 + + + res_env + Sustain Level + 0.252227 + + + res_env + Release Time (s) + 4.000000 + + + res_influence + Input Min + 0.000000 + + + res_influence + Input Max + 1.000000 + + + res_influence + Output Min + 0.507642 + + + res_influence + Output Max + 0.715313 + + + saw1 + Slope + 0.946614 + + + saw2 + Slope + 0.049995 + + + saw3 + Slope + 0.949905 + + + volume + 0.597463 + + + diff --git a/patches/quick_bass.om b/patches/quick_bass.om new file mode 100644 index 00000000..28113dfe --- /dev/null +++ b/patches/quick_bass.om @@ -0,0 +1,275 @@ + + + quick_bass + 1 + + amp + true + LADSPA + product_iaia_oa + product_1668.so + 1576.000000 + 1158.000000 + + + env + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1409.000000 + 1203.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 1.000000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + filter_influence + true + LADSPA + range_trans_cr + range_trans_4210.so + 1572.000000 + 1256.000000 + + Input Min + 0.000000 + 1.000000 + + + Input Max + 0.000000 + 1.000000 + + + Output Min + -4.000000 + 1.000000 + + + Output Max + 0.000000 + 0.100000 + + + + lowpass + true + LADSPA + vcf_reslp + vcf_cv_in.so + 1757.000000 + 1189.000000 + + Frequency Offset + -400.000000 + 20000.000000 + + + + midi_input + true + Internal + midi_input + 1206.000000 + 1146.000000 + + + note_in + true + Internal + note_in + 1303.000000 + 1149.000000 + + + output + true + Internal + audio_output + 1859.000000 + 1201.000000 + + + square + true + LADSPA + square_fa_oa + square_1643.so + 1412.000000 + 1114.000000 + + + volume + true + Internal + control_input + 1681.000000 + 1228.000000 + + + note_in + Frequency + square + Frequency + + + note_in + Gate + env + Gate + + + square + Output + amp + First Input + + + env + Envelope Out + amp + Second Input + + + note_in + Trigger + env + Trigger + + + env + Envelope Out + filter_influence + Input + + + lowpass + Output + output + out + + + filter_influence + Output + lowpass + Frequency Input + + + amp + Product Output + lowpass + Input + + + volume + in + lowpass + Gain + + + midi_input + in + note_in + MIDI In + + + default + + env + Delay Time (s) + 0.000000 + + + env + Attack Time (s) + 0.000000 + + + env + Hold Time (s) + 0.000000 + + + env + Decay Time (s) + 0.081073 + + + env + Sustain Level + 0.000000 + + + env + Release Time (s) + 0.000000 + + + filter_influence + Input Min + 0.000000 + + + filter_influence + Input Max + 1.000000 + + + filter_influence + Output Min + 0.000000 + + + filter_influence + Output Max + 0.043200 + + + lowpass + Gain + 0.553999 + + + lowpass + Frequency Offset + 1254.054077 + + + lowpass + Frequency Pitch + -2.000000 + + + lowpass + Resonance Offset + 0.405959 + + + volume + 0.446063 + + + diff --git a/patches/rhodes.om b/patches/rhodes.om new file mode 100644 index 00000000..9bb83c80 --- /dev/null +++ b/patches/rhodes.om @@ -0,0 +1,327 @@ + + + rhodes + 4 + + freq_scale3 + true + LADSPA + product_iaic_oa + product_1668.so + 1384.333252 + 963.000000 + + Second Input + -5.000000 + 30.000000 + + + + freq_scale_2 + true + LADSPA + product_iaic_oa + product_1668.so + 1377.333252 + 1243.333374 + + Second Input + 0.000000 + 22.000000 + + + + master_amp + false + LADSPA + amp_mono + cmt.so + 1967.000000 + 1081.000000 + + + midi_input + false + Internal + midi_input + 1169.000000 + 1104.000000 + + + note_in_0 + true + Internal + note_in + 1290.000000 + 1097.000000 + + + op1 + fm_operator.om + 4 + 1603.666626 + 1062.666626 + + + op2 + fm_operator.om + 4 + 1735.666626 + 1190.000000 + + + op3 + fm_operator.om + 4 + 1730.333374 + 883.000000 + + + output + false + Internal + audio_output + 2054.000000 + 1105.000000 + + + velocity_amp + true + LADSPA + product_iaia_oa + product_1668.so + 1876.333374 + 1112.000000 + + + volume + false + Internal + control_input + 1892.333374 + 1061.666626 + + + note_in_0 + Frequency + freq_scale3 + First Input + + + note_in_0 + Frequency + freq_scale_2 + First Input + + + note_in_0 + Velocity + velocity_amp + First Input + + + note_in_0 + Frequency + op1 + base_frequency + + + op1 + output + velocity_amp + Second Input + + + note_in_0 + Trigger + op1 + trigger + + + note_in_0 + Gate + op1 + gate + + + freq_scale_2 + Product Output + op2 + base_frequency + + + note_in_0 + Gate + op2 + gate + + + note_in_0 + Trigger + op2 + trigger + + + op1 + output + op2 + modulator + + + op2 + output + velocity_amp + Second Input + + + freq_scale3 + Product Output + op3 + base_frequency + + + op1 + output + op3 + modulator + + + op3 + output + velocity_amp + Second Input + + + note_in_0 + Gate + op3 + gate + + + note_in_0 + Trigger + op3 + trigger + + + volume + in + master_amp + Gain + + + velocity_amp + Product Output + master_amp + Input + + + master_amp + Output + output + out + + + midi_input + in + note_in_0 + MIDI In + + + default + + freq_scale3 + Second Input + 3.000000 + + + freq_scale_2 + Second Input + 5.000000 + + + master_amp + Gain + 1.000000 + + + op1 + attack + 0.001249 + + + op1 + decay + 0.173896 + + + op1 + deviation + 0.000000 + + + op1 + release + 0.098804 + + + op1 + sustain + 0.458452 + + + op2 + attack + 0.001432 + + + op2 + decay + 0.067187 + + + op2 + deviation + 750.988098 + + + op2 + release + 0.215032 + + + op2 + sustain + 0.055330 + + + op3 + attack + 0.001249 + + + op3 + decay + 0.122517 + + + op3 + deviation + 770.750977 + + + op3 + release + 0.354803 + + + op3 + sustain + 0.476655 + + + volume + 0.520906 + + + diff --git a/patches/saw_detuned.om b/patches/saw_detuned.om new file mode 100644 index 00000000..841330d9 --- /dev/null +++ b/patches/saw_detuned.om @@ -0,0 +1,291 @@ + + + saw_detuned + 4 + + amp_env + true + LADSPA + adsr_g+t + adsr_1680.so + 1537.000000 + 1241.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 0.100000 + + + + freq_offset_1 + true + LADSPA + sum_iaic_oa + sum_1665.so + 1441.000000 + 1021.000000 + + Second Input + 0.000000 + 1.000000 + + + + freq_offset_2 + true + LADSPA + sum_iaic_oa + sum_1665.so + 1435.000000 + 1092.000000 + + Second Input + -1.000000 + 3.000000 + + + + freq_scale_1 + true + LADSPA + product_iaic_oa + product_1668.so + 1320.000000 + 1021.000000 + + Second Input + 0.000000 + 2.000000 + + + + master_amp + false + LADSPA + amp_mono + cmt.so + 1809.000000 + 1119.000000 + + + midi_input + false + Internal + midi_input + 1091.000000 + 1118.000000 + + + note_in + true + Internal + note_in + 1204.000000 + 1118.000000 + + + output + false + Internal + audio_output + 1907.000000 + 1145.000000 + + + saw1 + true + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1562.000000 + 1051.000000 + + + saw2 + true + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1563.000000 + 1104.000000 + + + saw3 + true + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1565.000000 + 1160.000000 + + + voice_amp + true + LADSPA + product_iaia_oa + product_1668.so + 1685.000000 + 1123.000000 + + + volume + false + Internal + control_input + 1735.000000 + 1071.000000 + + + note_in + Gate + amp_env + Gate + + + note_in + Trigger + amp_env + Trigger + + + amp_env + Envelope Out + voice_amp + Second Input + + + note_in + Frequency + freq_offset_2 + First Input + + + note_in + Frequency + freq_scale_1 + First Input + + + freq_scale_1 + Product Output + freq_offset_1 + First Input + + + note_in + Frequency + saw3 + Frequency + + + saw3 + Output + voice_amp + First Input + + + freq_offset_2 + Summed Output + saw2 + Frequency + + + saw2 + Output + voice_amp + First Input + + + freq_offset_1 + Summed Output + saw1 + Frequency + + + saw1 + Output + voice_amp + First Input + + + master_amp + Output + output + out + + + voice_amp + Product Output + master_amp + Input + + + volume + in + master_amp + Gain + + + midi_input + in + note_in + MIDI In + + + default + + amp_env + Attack Time (s) + 0.003330 + + + amp_env + Decay Time (s) + 0.055550 + + + amp_env + Sustain Level + 0.999900 + + + amp_env + Release Time (s) + 0.006660 + + + freq_offset_1 + Second Input + 0.749925 + + + freq_offset_2 + Second Input + -0.700007 + + + freq_scale_1 + Second Input + 2.000000 + + + master_amp + Gain + 1.000000 + + + volume + 0.356252 + + + diff --git a/patches/saw_lp.om b/patches/saw_lp.om new file mode 100644 index 00000000..f036263f --- /dev/null +++ b/patches/saw_lp.om @@ -0,0 +1,234 @@ + + + saw_lp + 1 + + amp + true + Internal + control_input + 1685.000000 + 1061.000000 + + + cutoff + true + Internal + control_input + 1546.000000 + 1212.000000 + 10000.000000 + 50.000000 + + + env + true + LADSPA + adsr_g+t + adsr_1680.so + 1406.000000 + 1150.000000 + + Attack Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + lowpass + true + LADSPA + vcf_reslp + vcf.so + 1627.000000 + 1134.000000 + + + master_amp + true + LADSPA + amp_mono + cmt.so + 1749.000000 + 1128.000000 + + Gain + 0.000000 + 1.000000 + + + + midi_input + true + Internal + midi_input + 1152.000000 + 1099.000000 + + + note_in + true + Internal + note_in + 1311.000000 + 1093.000000 + + + output + true + Internal + audio_output + 1843.000000 + 1153.000000 + + + saw + true + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1405.000000 + 1064.000000 + + + voice_amp + true + LADSPA + product_iaia_oa + product_1668.so + 1523.000000 + 1110.000000 + + + note_in + Gate + env + Gate + + + note_in + Trigger + env + Trigger + + + env + Envelope Out + voice_amp + Second Input + + + master_amp + Output + output + out + + + voice_amp + Product Output + lowpass + Input + + + lowpass + Output + master_amp + Input + + + note_in + Frequency + saw + Frequency + + + saw + Output + voice_amp + First Input + + + amp + in + master_amp + Gain + + + cutoff + in + lowpass + Frequency Offset + + + midi_input + in + note_in + MIDI In + + + default + + env + Attack Time (s) + 0.013512 + + + env + Decay Time (s) + 0.162146 + + + env + Sustain Level + 0.999900 + + + env + Release Time (s) + 0.162146 + + + lowpass + Gain + 0.999900 + + + lowpass + Frequency Offset + 923.618103 + + + lowpass + Frequency Pitch + -1.446654 + + + lowpass + Resonance Offset + 0.727473 + + + master_amp + Gain + 0.500000 + + + amp + 0.404151 + + + cutoff + 117.457626 + + + diff --git a/patches/sine.om b/patches/sine.om new file mode 100644 index 00000000..74e71d82 --- /dev/null +++ b/patches/sine.om @@ -0,0 +1,159 @@ + + + sine + 2 + + amp_env + true + LADSPA + adsr_g+t + adsr_1680.so + 1393.000000 + 1134.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 0.100000 + + + + midi_input + false + Internal + midi_input + 1212.000000 + 1092.000000 + + + note_in + true + Internal + note_in + 1315.000000 + 1091.000000 + + + output + false + Internal + audio_output + 1700.000000 + 1120.000000 + + + sine + true + LADSPA + sine_faaa + cmt.so + 1627.000000 + 1096.000000 + + + voice_amp + true + LADSPA + product_iaic_oa + product_1668.so + 1507.000000 + 1191.000000 + + + volume + false + Internal + control_input + 1409.000000 + 1251.000000 + + + note_in + Gate + amp_env + Gate + + + note_in + Trigger + amp_env + Trigger + + + note_in + Frequency + sine + Frequency + + + sine + Output + output + out + + + amp_env + Envelope Out + voice_amp + First Input + + + voice_amp + Product Output + sine + Amplitude + + + volume + in + voice_amp + Second Input + + + midi_input + in + note_in + MIDI In + + + default + + amp_env + Attack Time (s) + 0.003200 + + + amp_env + Decay Time (s) + 0.000000 + + + amp_env + Sustain Level + 1.000000 + + + amp_env + Release Time (s) + 0.003200 + + + voice_amp + Second Input + 0.000000 + + + volume + 0.634667 + + + diff --git a/patches/slapbass.om b/patches/slapbass.om new file mode 100644 index 00000000..82ba439c --- /dev/null +++ b/patches/slapbass.om @@ -0,0 +1,707 @@ + + + slapbass + 1 + + AmpIV_0 + true + LADSPA + AmpIV + caps.so + 1663.000000 + 1070.000000 + + + amp_env + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1438.000000 + 1307.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + cutoff + true + Internal + control_input + 1780.000000 + 1023.000000 + 0.500000 + 0.000000 + + + cutoff_env + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1287.000000 + 947.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 1.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + drive + true + Internal + control_input + 1969.000000 + 1175.000000 + 10.000000 + 0.000000 + + + master_amp + true + LADSPA + amp_mono + amp.so + 2446.000000 + 1253.000000 + + Gain + 0.000000 + 1.000000 + + + + midi_input + true + Internal + midi_input + 1081.000000 + 1248.000000 + + + note_in_0 + true + Internal + note_in + 1178.000000 + 1250.000000 + + + output + true + Internal + audio_output + 2566.000000 + 1281.000000 + + + plate_0 + true + LADSPA + plate + plate_1423.so + 1760.000000 + 1093.000000 + + + product_iaic_oa_0 + true + LADSPA + product_iaic_oa + product_1668.so + 1866.000000 + 966.000000 + + Second Input + 0.000000 + 1000.000000 + + + + product_iaic_oa_1 + true + LADSPA + product_iaic_oa + product_1668.so + 1734.000000 + 1257.000000 + + Second Input + 0.000000 + 3.000000 + + + + product_iaic_oa_2 + true + LADSPA + product_iaic_oa + product_1668.so + 1564.000000 + 1259.000000 + + + product_iaic_oa_3 + true + LADSPA + product_iaic_oa + product_1668.so + 1487.000000 + 956.000000 + + Second Input + 0.000000 + 3.000000 + + + + resonance + true + Internal + control_input + 1628.000000 + 1347.000000 + 2.000000 + 0.000000 + + + resonance_env + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1431.000000 + 1141.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 3.000000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + sawtooth_fa_oa_0 + true + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1445.000000 + 1061.000000 + + + sledgehammer + true + LADSPA + sledgehammer + cmt.so + 2183.000000 + 1188.000000 + + Modulator influence + -1.000000 + 3.000000 + + + + smoothDecimate_0 + true + LADSPA + smoothDecimate + smooth_decimate_1414.so + 1862.000000 + 1052.000000 + + + vcf_lp_0 + true + LADSPA + vcf_lp + vcf_cv_in.so + 2063.000000 + 1113.000000 + + + voice_amp + true + LADSPA + product_iaia_oa + product_1668.so + 2332.000000 + 1261.000000 + + + volume + true + Internal + control_input + 2357.000000 + 1176.000000 + 3.000000 + 0.000000 + + + note_in_0 + Gate + resonance_env + Gate + + + note_in_0 + Gate + amp_env + Gate + + + amp_env + Envelope Out + voice_amp + Second Input + + + note_in_0 + Gate + cutoff_env + Gate + + + note_in_0 + Trigger + resonance_env + Trigger + + + note_in_0 + Trigger + cutoff_env + Trigger + + + note_in_0 + Trigger + amp_env + Trigger + + + note_in_0 + Frequency + sawtooth_fa_oa_0 + Frequency + + + drive + in + vcf_lp_0 + Gain + + + volume + in + master_amp + Gain + + + voice_amp + Product Output + master_amp + Input + + + resonance_env + Envelope Out + product_iaic_oa_2 + First Input + + + product_iaic_oa_2 + Product Output + product_iaic_oa_1 + First Input + + + product_iaic_oa_1 + Product Output + vcf_lp_0 + Resonance + + + resonance + in + product_iaic_oa_1 + Second Input + + + cutoff_env + Envelope Out + product_iaic_oa_3 + First Input + + + product_iaic_oa_3 + Product Output + product_iaic_oa_0 + First Input + + + product_iaic_oa_0 + Product Output + vcf_lp_0 + Frequency Input + + + cutoff + in + product_iaic_oa_0 + Second Input + + + sawtooth_fa_oa_0 + Output + AmpIV_0 + in + + + AmpIV_0 + out + plate_0 + Input + + + plate_0 + Left output + vcf_lp_0 + Input + + + plate_0 + Left output + smoothDecimate_0 + Input + + + smoothDecimate_0 + Output + vcf_lp_0 + Input + + + vcf_lp_0 + Output + sledgehammer + Carrier + + + sledgehammer + Output + voice_amp + First Input + + + AmpIV_0 + out + sledgehammer + Modulator + + + master_amp + Output + output + out + + + midi_input + in + note_in_0 + MIDI In + + + default + + AmpIV_0 + gain + 9.891598 + + + AmpIV_0 + temperature + 0.999900 + + + AmpIV_0 + bass + 6.420598 + + + AmpIV_0 + mid + 1.697363 + + + AmpIV_0 + treble + 0.000000 + + + AmpIV_0 + hi + -1.254659 + + + AmpIV_0 + drive + 0.999900 + + + amp_env + Delay Time (s) + 0.000000 + + + amp_env + Attack Time (s) + 0.002118 + + + amp_env + Hold Time (s) + 0.056531 + + + amp_env + Decay Time (s) + 0.014133 + + + amp_env + Sustain Level + 0.529982 + + + amp_env + Release Time (s) + 0.268524 + + + cutoff_env + Delay Time (s) + 0.000000 + + + cutoff_env + Attack Time (s) + 0.003887 + + + cutoff_env + Hold Time (s) + 0.000000 + + + cutoff_env + Decay Time (s) + 0.028266 + + + cutoff_env + Sustain Level + 0.229659 + + + cutoff_env + Release Time (s) + 0.017666 + + + master_amp + Gain + 0.296600 + + + plate_0 + Reverb time + 2.919966 + + + plate_0 + Damping + 0.060065 + + + plate_0 + Dry-wet mix + 0.713710 + + + product_iaic_oa_0 + Second Input + 0.067783 + + + product_iaic_oa_1 + Second Input + 0.169483 + + + product_iaic_oa_2 + Second Input + 0.180194 + + + product_iaic_oa_3 + Second Input + 0.731424 + + + resonance_env + Delay Time (s) + 0.000000 + + + resonance_env + Attack Time (s) + 0.000000 + + + resonance_env + Hold Time (s) + 0.000000 + + + resonance_env + Decay Time (s) + 0.915103 + + + resonance_env + Sustain Level + 0.024733 + + + resonance_env + Release Time (s) + 0.148395 + + + sledgehammer + Rate + 0.000026 + + + sledgehammer + Modulator influence + 2.927700 + + + sledgehammer + Carrier influence + 0.357333 + + + smoothDecimate_0 + Resample rate + 13714.286133 + + + smoothDecimate_0 + Smoothing + 0.166061 + + + vcf_lp_0 + Gain + 9.999900 + + + vcf_lp_0 + Frequency Offset + 251.428574 + + + vcf_lp_0 + Frequency Pitch + 1.292336 + + + vcf_lp_0 + Resonance Offset + 0.001000 + + + cutoff + 0.163735 + + + drive + 5.840650 + + + resonance + 0.510119 + + + volume + 0.191298 + + + diff --git a/patches/testing/303-test.om b/patches/testing/303-test.om new file mode 100644 index 00000000..2d42505b --- /dev/null +++ b/patches/testing/303-test.om @@ -0,0 +1,520 @@ + + + 303 + 1 + + dahdsr_g+t_control_0 + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1642.000000 + 1286.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + dahdsr_g+t_control_1 + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1426.000000 + 1116.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 1.000000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + dahdsr_g+t_control_2 + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1427.000000 + 978.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + lp4pole_faraia_oa_0 + true + LADSPA + lp4pole_faraia_oa + lp4pole_1671.so + 1798.000000 + 1162.000000 + + + midi_control_in_0 + true + Internal + midi_control_in + 1299.000000 + 1000.000000 + + + midi_control_in_1 + true + Internal + midi_control_in + 1557.000000 + 964.000000 + + + note_in_0 + true + Internal + note_in + 1297.000000 + 1246.000000 + + + output_0 + true + Internal + audio_output + 2049.000000 + 1237.000000 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 1936.000000 + 1214.000000 + + + product_iaic_oa_0 + true + LADSPA + product_iaic_oa + product_1668.so + 1566.000000 + 1060.000000 + + Second Input + 0.000000 + 99999.000000 + + + + product_iaic_oa_1 + true + LADSPA + product_iaic_oa + product_1668.so + 1563.000000 + 1160.000000 + + Second Input + 0.000000 + 3.000000 + + + + sine_faac_0 + true + LADSPA + sine_faac + cmt.so + 1443.000000 + 1322.000000 + + + sum_iaic_oa_0 + true + LADSPA + sum_iaic_oa + sum_1665.so + 1692.000000 + 1084.000000 + + + sum_iaic_oa_1 + true + LADSPA + sum_iaic_oa + sum_1665.so + 1683.000000 + 1164.000000 + + + triangle_fasc_oa_0 + true + LADSPA + triangle_fasc_oa + triangle_1649.so + 1436.000000 + 1250.000000 + + + note_in_0 + Frequency + triangle_fasc_oa_0 + Frequency + + + note_in_0 + Gate + dahdsr_g+t_control_1 + Gate + + + note_in_0 + Gate + dahdsr_g+t_control_0 + Gate + + + triangle_fasc_oa_0 + Output + lp4pole_faraia_oa_0 + Input + + + dahdsr_g+t_control_2 + Envelope Out + product_iaic_oa_0 + First Input + + + product_iaic_oa_0 + Product Output + sum_iaic_oa_0 + First Input + + + sum_iaic_oa_0 + Summed Output + lp4pole_faraia_oa_0 + Cutoff Frequency + + + lp4pole_faraia_oa_0 + Output + product_iaia_oa_0 + First Input + + + dahdsr_g+t_control_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + product_iaia_oa_0 + Product Output + output_0 + out + + + note_in_0 + Gate + dahdsr_g+t_control_2 + Gate + + + product_iaic_oa_1 + Product Output + sum_iaic_oa_1 + First Input + + + sum_iaic_oa_1 + Summed Output + lp4pole_faraia_oa_0 + Resonance + + + dahdsr_g+t_control_1 + Envelope Out + product_iaic_oa_1 + First Input + + + midi_control_in_1 + Out (CR) + sum_iaic_oa_0 + Second Input + + + midi_control_in_0 + Out (CR) + sum_iaic_oa_1 + Second Input + + + sine_faac_0 + Output + product_iaia_oa_0 + First Input + + + note_in_0 + Frequency + sine_faac_0 + Frequency + + + note_in_0 + Trigger + dahdsr_g+t_control_1 + Trigger + + + note_in_0 + Trigger + dahdsr_g+t_control_2 + Trigger + + + note_in_0 + Trigger + dahdsr_g+t_control_0 + Trigger + + + default + + dahdsr_g+t_control_0 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Attack Time (s) + 0.001455 + + + dahdsr_g+t_control_0 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Decay Time (s) + 0.043685 + + + dahdsr_g+t_control_0 + Sustain Level + 0.999900 + + + dahdsr_g+t_control_0 + Release Time (s) + 0.363600 + + + dahdsr_g+t_control_1 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_1 + Attack Time (s) + 0.000000 + + + dahdsr_g+t_control_1 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_1 + Decay Time (s) + 0.227250 + + + dahdsr_g+t_control_1 + Sustain Level + 0.000000 + + + dahdsr_g+t_control_1 + Release Time (s) + 0.045450 + + + dahdsr_g+t_control_2 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_2 + Attack Time (s) + 0.004541 + + + dahdsr_g+t_control_2 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_2 + Decay Time (s) + 0.090900 + + + dahdsr_g+t_control_2 + Sustain Level + 0.090900 + + + dahdsr_g+t_control_2 + Release Time (s) + 0.636300 + + + midi_control_in_0 + Controller Number + 98.000000 + + + midi_control_in_0 + Logarithmic + 0.000000 + + + midi_control_in_0 + Min + 0.000000 + + + midi_control_in_0 + Max + 4.000000 + + + midi_control_in_0 + Out (CR) + 0.000000 + + + midi_control_in_1 + Controller Number + 97.000000 + + + midi_control_in_1 + Logarithmic + 1.000000 + + + midi_control_in_1 + Min + 471.474823 + + + midi_control_in_1 + Max + 16501.619141 + + + midi_control_in_1 + Out (CR) + 0.000000 + + + product_iaic_oa_0 + Second Input + 4999.950195 + + + product_iaic_oa_1 + Second Input + 2.174927 + + + sine_faac_0 + Amplitude + 1.000000 + + + sum_iaic_oa_0 + Second Input + 0.000000 + + + sum_iaic_oa_1 + Second Input + 0.000000 + + + triangle_fasc_oa_0 + Slope + 0.000000 + + + diff --git a/patches/testing/bar.om b/patches/testing/bar.om new file mode 100644 index 00000000..a23e8015 --- /dev/null +++ b/patches/testing/bar.om @@ -0,0 +1,105 @@ + + + bar + 1 + + audio_output_0 + true + Internal + audio_output + 1436.000000 + 1050.000000 + + + mbeq_0 + true + LADSPA + mbeq + mbeq_1197.so + 1300.000000 + 980.000000 + + + default + + mbeq_0 + 50Hz gain (low shelving) + 0.000000 + + + mbeq_0 + 100Hz gain + 0.000000 + + + mbeq_0 + 156Hz gain + 0.000000 + + + mbeq_0 + 220Hz gain + 0.000000 + + + mbeq_0 + 311Hz gain + 0.000000 + + + mbeq_0 + 440Hz gain + 0.000000 + + + mbeq_0 + 622Hz gain + 0.000000 + + + mbeq_0 + 880Hz gain + 0.000000 + + + mbeq_0 + 1250Hz gain + 0.000000 + + + mbeq_0 + 1750Hz gain + 0.000000 + + + mbeq_0 + 2500Hz gain + 0.000000 + + + mbeq_0 + 3500Hz gain + 0.000000 + + + mbeq_0 + 5000Hz gain + 0.000000 + + + mbeq_0 + 10000Hz gain + 0.000000 + + + mbeq_0 + 20000Hz gain + 0.000000 + + + mbeq_0 + latency + 768.000000 + + + diff --git a/patches/testing/connecttest.om b/patches/testing/connecttest.om new file mode 100644 index 00000000..5db78844 --- /dev/null +++ b/patches/testing/connecttest.om @@ -0,0 +1,74 @@ + + + conntest + 1 + + amp_mono_0 + true + LADSPA + amp_mono + cmt.so + 1457.000000 + 1009.000000 + + + audio_output_0 + true + Internal + audio_output + 1593.000000 + 1029.000000 + + + sine_fcac_0 + true + LADSPA + sine_fcac + sine.so + 1303.000000 + 998.000000 + + + sine_fcac_1 + true + LADSPA + sine_fcac + sine.so + 1306.000000 + 1065.000000 + + + amp_mono_0 + Output + audio_output_0 + out + + + default + + amp_mono_0 + Gain + 1.000000 + + + sine_fcac_0 + Frequency (Hz) + 440.000000 + + + sine_fcac_0 + Amplitude + 1.000000 + + + sine_fcac_1 + Frequency (Hz) + 440.000000 + + + sine_fcac_1 + Amplitude + 1.000000 + + + diff --git a/patches/testing/convert_test.om b/patches/testing/convert_test.om new file mode 100644 index 00000000..257de8d7 --- /dev/null +++ b/patches/testing/convert_test.om @@ -0,0 +1,96 @@ + + + converttest + 1 + + Saw-VCO_0 + true + LADSPA + Saw-VCO + vco_sawpulse.so + 1595.000000 + 1034.000000 + + + audio_output_0 + true + Internal + audio_output + 1692.000000 + 1044.000000 + + + hz_voct_ar_0 + true + LADSPA + hz_voct_ar + hz_voct_4200.so + 1489.000000 + 1045.000000 + + + interpolator_0 + true + LADSPA + interpolator + interpolator_1660.so + 1320.000000 + 1069.000000 + + Control Input + 0.000000 + 100.000000 + + + + Saw-VCO_0 + Output + audio_output_0 + out + + + interpolator_0 + Interpolated Output + hz_voct_ar_0 + Input + + + hz_voct_ar_0 + Output + Saw-VCO_0 + Frequency + + + default + + Saw-VCO_0 + Octave + 0.000000 + + + Saw-VCO_0 + Tune + 0.000000 + + + Saw-VCO_0 + Exp FM gain + 0.000000 + + + Saw-VCO_0 + Lin FM gain + 0.000000 + + + Saw-VCO_0 + LP filter + 1.000000 + + + interpolator_0 + Control Input + 0.000000 + + + diff --git a/patches/testing/convert_test2.om b/patches/testing/convert_test2.om new file mode 100644 index 00000000..0ed51b5f --- /dev/null +++ b/patches/testing/convert_test2.om @@ -0,0 +1,31 @@ + + + converttest + 1 + + audio_output_0 + true + Internal + audio_output + 1692.000000 + 1044.000000 + + + hz_voct_ar_0 + true + LADSPA + hz_voct_ar + hz_voct_4200.so + 1587.000000 + 1016.000000 + + + hz_voct_ar_0 + Output + audio_output_0 + out + + + default + + diff --git a/patches/testing/dssi_test.om b/patches/testing/dssi_test.om new file mode 100644 index 00000000..86980337 --- /dev/null +++ b/patches/testing/dssi_test.om @@ -0,0 +1,42 @@ + + + foo + 1 + + hexter_0 + false + DSSI + hexter + hexter.so + 0/65 + 1600.000000 + 1200.000000 + + + output_0 + false + Internal + output + 1705.000000 + 1206.000000 + + + hexter_0 + Output + output_0 + out + + + default + + hexter_0 + Tuning + 440.000000 + + + hexter_0 + Volume + 0.000000 + + + diff --git a/patches/testing/envtest.om b/patches/testing/envtest.om new file mode 100644 index 00000000..b8f43001 --- /dev/null +++ b/patches/testing/envtest.om @@ -0,0 +1,203 @@ + + + envtest + 1 + + Sin_0 + true + LADSPA + Sin + caps.so + 1554.000000 + 985.000000 + + + audio_output_0 + true + Internal + audio_output + 1761.000000 + 1072.000000 + + + dahdsr_g+t_control_0 + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1458.000000 + 1097.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 1.000000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + impulse_fc_0 + true + LADSPA + impulse_fc + impulse_1885.so + 1263.000000 + 1142.000000 + + Frequency (Hz) + 0.000000 + 1.000000 + + + + interpolator_0 + true + LADSPA + interpolator + interpolator_1660.so + 1313.000000 + 1040.000000 + + Control Input + 0.000000 + 1.000000 + + + + interpolator_1 + true + LADSPA + interpolator + interpolator_1660.so + 1307.000000 + 1092.000000 + + Control Input + 0.000000 + 1.000000 + + + + note_in_0 + true + Internal + note_in + 1336.000000 + 1156.000000 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 1647.000000 + 1053.000000 + + + product_iaia_oa_0 + Product Output + audio_output_0 + out + + + Sin_0 + out + product_iaia_oa_0 + First Input + + + dahdsr_g+t_control_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + interpolator_0 + Interpolated Output + dahdsr_g+t_control_0 + Gate + + + note_in_0 + Trigger + dahdsr_g+t_control_0 + Trigger + + + default + + Sin_0 + f + 440.000000 + + + Sin_0 + volume + 0.999900 + + + dahdsr_g+t_control_0 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Attack Time (s) + 0.999900 + + + dahdsr_g+t_control_0 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Decay Time (s) + 0.136350 + + + dahdsr_g+t_control_0 + Sustain Level + 0.272700 + + + dahdsr_g+t_control_0 + Release Time (s) + 0.636300 + + + impulse_fc_0 + Frequency (Hz) + 0.449955 + + + interpolator_0 + Control Input + 0.000000 + + + interpolator_1 + Control Input + 0.000000 + + + diff --git a/patches/testing/exptest.om b/patches/testing/exptest.om new file mode 100644 index 00000000..4727c639 --- /dev/null +++ b/patches/testing/exptest.om @@ -0,0 +1,95 @@ + + + exptest + 1 + + Saw-VCO_0 + false + LADSPA + Saw-VCO + vco_sawpulse.so + 1503.000000 + 1075.000000 + + + midi_control_in_0 + false + Internal + midi_control_in + 1384.000000 + 1092.000000 + + + output_0 + false + Internal + output + 1616.000000 + 1167.000000 + + + Saw-VCO_0 + Output + output_0 + out + + + midi_control_in_0 + Out (AR) + Saw-VCO_0 + Frequency + + + default + + Saw-VCO_0 + Octave + 0.000000 + + + Saw-VCO_0 + Tune + 0.000000 + + + Saw-VCO_0 + Exp FM gain + 0.000000 + + + Saw-VCO_0 + Lin FM gain + 0.000000 + + + Saw-VCO_0 + LP filter + 1.000000 + + + midi_control_in_0 + Controller Number + 97.000000 + + + midi_control_in_0 + Logarithmic + 0.172915 + + + midi_control_in_0 + Min + 0.000000 + + + midi_control_in_0 + Max + 0.000000 + + + midi_control_in_0 + Out (CR) + 0.000000 + + + diff --git a/patches/testing/foo.om b/patches/testing/foo.om new file mode 100644 index 00000000..3d94abaf --- /dev/null +++ b/patches/testing/foo.om @@ -0,0 +1,43 @@ + + + foo + 1 + + audio_output_0 + true + Internal + audio_output + 1446.000000 + 1053.000000 + + + bar + bar.om + 1 + /home/dave/code/om/om-synth/src/clients/patches/testing/bar.om + 1300.000000 + 980.000000 + + + slide_tc_0 + true + LADSPA + slide_tc + slide_2741.so + 1335.000000 + 1074.000000 + + + default + + slide_tc_0 + Rise time (s) + 0.000000 + + + slide_tc_0 + Fall time (s) + 0.000000 + + + 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 @@ + + + formanttest + 1 + + audio_output_0 + true + Internal + audio_output + 1612.000000 + 1124.000000 + + + formant_vc_0 + true + LADSPA + formant_vc + formant_filter_4300.so + 1501.000000 + 1094.000000 + + + noise_source_white_0 + true + LADSPA + noise_source_white + cmt.so + 1350.000000 + 1083.000000 + + Amplitude + 0.000000 + 1.000000 + + + + formant_vc_0 + Output + audio_output_0 + out + + + noise_source_white_0 + Output + formant_vc_0 + Input + + + default + + formant_vc_0 + Vowel + 0.000000 + + + noise_source_white_0 + Amplitude + 1.000000 + + + diff --git a/patches/testing/learntest.om b/patches/testing/learntest.om new file mode 100644 index 00000000..4dcbcb8d --- /dev/null +++ b/patches/testing/learntest.om @@ -0,0 +1,70 @@ + + + foo + 1 + + audio_output_0 + false + Internal + audio_output + 1680.000000 + 1181.000000 + + + midi_control_in_0 + false + Internal + midi_control_in + 1418.000000 + 1133.000000 + + + square_fa_oa_0 + false + LADSPA + square_fa_oa + square_1643.so + 1547.000000 + 1168.000000 + + + square_fa_oa_0 + Output + audio_output_0 + out + + + midi_control_in_0 + Out (AR) + square_fa_oa_0 + Frequency + + + default + + midi_control_in_0 + Controller Number + 60.000000 + + + midi_control_in_0 + Logarithmic + 0.000000 + + + midi_control_in_0 + Min + 0.000000 + + + midi_control_in_0 + Max + 0.000000 + + + midi_control_in_0 + Out (CR) + 0.000000 + + + diff --git a/patches/testing/miditest.om b/patches/testing/miditest.om new file mode 100644 index 00000000..584514e2 --- /dev/null +++ b/patches/testing/miditest.om @@ -0,0 +1,83 @@ + + + miditest + 1 + + midi_control_in_0 + false + Internal + midi_control_in + 1351.000000 + 1255.000000 + + + note_in_0 + false + Internal + note_in + 1348.000000 + 1170.000000 + + + output_0 + false + Internal + audio_output + 1632.000000 + 1222.000000 + + + triangle_fasc_oa_0 + false + LADSPA + triangle_fasc_oa + triangle_1649.so + 1481.000000 + 1248.000000 + + + triangle_fasc_oa_0 + Output + output_0 + out + + + midi_control_in_0 + Out (AR) + triangle_fasc_oa_0 + Frequency + + + default + + midi_control_in_0 + Controller Number + 97.000000 + + + midi_control_in_0 + Logarithmic + 0.231861 + + + midi_control_in_0 + Min + 30.000000 + + + midi_control_in_0 + Max + 400.000000 + + + midi_control_in_0 + Out (CR) + 0.000000 + + + triangle_fasc_oa_0 + Slope + 0.500000 + + + diff --git a/patches/testing/new_test/master.om b/patches/testing/new_test/master.om new file mode 100644 index 00000000..f9a2d969 --- /dev/null +++ b/patches/testing/new_test/master.om @@ -0,0 +1,98 @@ + + + master + 1 + + audio_output_0 + true + Internal + audio_output + 1599.000000 + 1143.000000 + + + audio_output_1 + true + Internal + audio_output + 1602.000000 + 1197.000000 + + + gverb_0 + true + LADSPA + gverb + gverb_1216.so + 1445.000000 + 1053.000000 + + + quick_bass + quick_bass.om + 1 + 1265.000000 + 1076.000000 + + + gverb_0 + Left output + audio_output_0 + out + + + gverb_0 + Right output + audio_output_1 + out + + + quick_bass + output_0 + gverb_0 + Input + + + default + + gverb_0 + Roomsize (m) + 191.272659 + + + gverb_0 + Reverb time (s) + 7.575000 + + + gverb_0 + Damping + 0.500000 + + + gverb_0 + Input bandwidth + 0.750000 + + + gverb_0 + Dry signal level (dB) + -0.000100 + + + gverb_0 + Early reflection level (dB) + -28.636423 + + + gverb_0 + Tail level (dB) + -38.181862 + + + quick_bass + volume + 0.554124 + + + diff --git a/patches/testing/new_test/quick-bass.om b/patches/testing/new_test/quick-bass.om new file mode 100644 index 00000000..2e716288 --- /dev/null +++ b/patches/testing/new_test/quick-bass.om @@ -0,0 +1,319 @@ + + + quick-bass + 2 + + Saw-VCO_0 + false + LADSPA + Saw-VCO + vco_sawpulse.so + 1585.000000 + 1139.000000 + + + adenv_0 + false + LADSPA + adenv + adenv.so + 1389.000000 + 1028.000000 + + Attack Time (s) + 0.000000 + 0.100000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + + audio_output_0 + false + Internal + audio_output + 1955.000000 + 1149.000000 + + + dahdsr_g+t_control_0 + false + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1463.000000 + 1228.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 0.200000 + + + + hz_voct_ar_0 + false + LADSPA + hz_voct_ar + hz_voct_4200.so + 1447.000000 + 1136.000000 + + + interpolator_0 + false + LADSPA + interpolator + interpolator_1660.so + 1583.000000 + 1085.000000 + + Control Input + 0.000000 + 4.000000 + + + + lp4pole_faraia_oa_0 + false + LADSPA + lp4pole_faraia_oa + lp4pole_1671.so + 1708.000000 + 1086.000000 + + + note_in_0 + false + Internal + note_in + 1293.000000 + 1128.000000 + + + product_iaia_oa_0 + false + LADSPA + product_iaia_oa + product_1668.so + 1826.000000 + 1136.000000 + + + product_iaic_oa_0 + false + LADSPA + product_iaic_oa + product_1668.so + 1484.000000 + 1019.000000 + + Second Input + 0.000000 + 5000.000000 + + + + sum_iaic_oa_0 + false + LADSPA + sum_iaic_oa + sum_1665.so + 1598.000000 + 1026.000000 + + Second Input + 0.000000 + 1000.000000 + + + + note_in_0 + Gate + dahdsr_g+t_control_0 + Gate + + + note_in_0 + Trigger + dahdsr_g+t_control_0 + Trigger + + + Saw-VCO_0 + Output + lp4pole_faraia_oa_0 + Input + + + lp4pole_faraia_oa_0 + Output + product_iaia_oa_0 + First Input + + + dahdsr_g+t_control_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + product_iaia_oa_0 + Product Output + audio_output_0 + out + + + note_in_0 + Gate + adenv_0 + Gate + + + note_in_0 + Trigger + adenv_0 + Trigger + + + product_iaic_oa_0 + Product Output + sum_iaic_oa_0 + First Input + + + note_in_0 + Frequency + hz_voct_ar_0 + Input + + + hz_voct_ar_0 + Output + Saw-VCO_0 + Frequency + + + interpolator_0 + Interpolated Output + lp4pole_faraia_oa_0 + Resonance + + + adenv_0 + Envelope Out + product_iaic_oa_0 + First Input + + + sum_iaic_oa_0 + Summed Output + lp4pole_faraia_oa_0 + Cutoff Frequency + + + default + + Saw-VCO_0 + Octave + 0.000000 + + + Saw-VCO_0 + Tune + 0.000000 + + + Saw-VCO_0 + Exp FM gain + 0.000000 + + + Saw-VCO_0 + Lin FM gain + 0.000000 + + + Saw-VCO_0 + LP filter + 1.000000 + + + adenv_0 + Attack Time (s) + 0.001514 + + + adenv_0 + Decay Time (s) + 0.181800 + + + dahdsr_g+t_control_0 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Attack Time (s) + 0.004541 + + + dahdsr_g+t_control_0 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Decay Time (s) + 0.112665 + + + dahdsr_g+t_control_0 + Sustain Level + 0.844986 + + + dahdsr_g+t_control_0 + Release Time (s) + 0.199900 + + + interpolator_0 + Control Input + 0.000000 + + + product_iaic_oa_0 + Second Input + 1000.000000 + + + sum_iaic_oa_0 + Second Input + 349.999969 + + + diff --git a/patches/testing/rangetest.om b/patches/testing/rangetest.om new file mode 100644 index 00000000..9ac64a58 --- /dev/null +++ b/patches/testing/rangetest.om @@ -0,0 +1,171 @@ + + + rangetest + 1 + + audio_output_0 + true + Internal + audio_output + 1746.000000 + 1096.000000 + + + interpolator_0 + true + LADSPA + interpolator + interpolator_1660.so + 1322.000000 + 970.000000 + + Control Input + 0.000000 + 1.000000 + + + + interpolator_1 + true + LADSPA + interpolator + interpolator_1660.so + 1321.000000 + 1029.000000 + + Control Input + 0.000000 + 1.000000 + + + + interpolator_2 + true + LADSPA + interpolator + interpolator_1660.so + 1322.000000 + 1086.000000 + + Control Input + 0.000000 + 5.000000 + + + + interpolator_3 + true + LADSPA + interpolator + interpolator_1660.so + 1311.000000 + 1143.000000 + + Control Input + 0.000000 + 100.000000 + + + + interpolator_4 + true + LADSPA + interpolator + interpolator_1660.so + 1370.000000 + 1239.000000 + + Control Input + 0.000000 + 1.000000 + + + + range_trans_ar_0 + true + LADSPA + range_trans_ar + range_trans_4210.so + 1539.000000 + 1023.000000 + + + square_fa_oa_0 + true + LADSPA + square_fa_oa + square_1643.so + 1645.000000 + 1081.000000 + + + interpolator_0 + Interpolated Output + range_trans_ar_0 + Input Min + + + interpolator_1 + Interpolated Output + range_trans_ar_0 + Input Max + + + interpolator_2 + Interpolated Output + range_trans_ar_0 + Output Min + + + interpolator_3 + Interpolated Output + range_trans_ar_0 + Output Max + + + square_fa_oa_0 + Output + audio_output_0 + out + + + range_trans_ar_0 + Output + square_fa_oa_0 + Frequency + + + interpolator_4 + Interpolated Output + range_trans_ar_0 + Input + + + default + + interpolator_0 + Control Input + 0.000000 + + + interpolator_1 + Control Input + 0.999900 + + + interpolator_2 + Control Input + 5.000000 + + + interpolator_3 + Control Input + 99.999901 + + + interpolator_4 + Control Input + 0.999900 + + + diff --git a/patches/testing/rangetest2.om b/patches/testing/rangetest2.om new file mode 100644 index 00000000..3b3b3f4d --- /dev/null +++ b/patches/testing/rangetest2.om @@ -0,0 +1,111 @@ + + + rangetest + 1 + + audio_output_0 + true + Internal + audio_output + 1746.000000 + 1096.000000 + + + interpolator_4 + true + LADSPA + interpolator + interpolator_1660.so + 1317.000000 + 1081.000000 + + Control Input + 0.000000 + 1.000000 + + + + range_trans_cr_0 + true + LADSPA + range_trans_cr + range_trans_4210.so + 1485.000000 + 1050.000000 + + Input Min + 0.000000 + 1.000000 + + + Input Max + 0.000000 + 1.000000 + + + Output Min + 0.000000 + 10.000000 + + + Output Max + 0.000000 + 300.000000 + + + + square_fa_oa_0 + true + LADSPA + square_fa_oa + square_1643.so + 1645.000000 + 1081.000000 + + + square_fa_oa_0 + Output + audio_output_0 + out + + + range_trans_cr_0 + Output + square_fa_oa_0 + Frequency + + + interpolator_4 + Interpolated Output + range_trans_cr_0 + Input + + + default + + interpolator_4 + Control Input + 0.599940 + + + range_trans_cr_0 + Input Min + 0.000000 + + + range_trans_cr_0 + Input Max + 1.000000 + + + range_trans_cr_0 + Output Min + 10.000000 + + + range_trans_cr_0 + Output Max + 300.000000 + + + diff --git a/patches/testing/subpatching/bar.om b/patches/testing/subpatching/bar.om new file mode 100644 index 00000000..d6ff063d --- /dev/null +++ b/patches/testing/subpatching/bar.om @@ -0,0 +1,15 @@ + + + bar + 1 + + baz + /home/dave/code/om/om-synth/src/clients/gtk/patches/subpatching/baz.om + 1 + 1300.000000 + 980.000000 + + + default + + diff --git a/patches/testing/subpatching/baz.om b/patches/testing/subpatching/baz.om new file mode 100644 index 00000000..f20a5707 --- /dev/null +++ b/patches/testing/subpatching/baz.om @@ -0,0 +1,181 @@ + + + baz + 1 + + baz2 + /home/dave/code/om/om-synth/src/clients/gtk/patches/subpatching/baz2.om + 1 + 1369.000000 + 1023.000000 + + + blah + /home/dave/code/om/om-synth/src/clients/gtk/patches/subpatching/blah.om + 1 + 1742.000000 + 1057.000000 + + + blahz0r + /home/dave/code/om/om-synth/src/clients/gtk/patches/subpatching/blahz0r.om + 1 + 1484.000000 + 987.000000 + + + branch_ia_oaoa_0 + true + LADSPA + branch_ia_oaoa + branch_1673.so + 1619.000000 + 977.000000 + + + branch_ia_oaoa_1 + true + LADSPA + branch_ia_oaoa + branch_1673.so + 1761.000000 + 976.000000 + + + branch_ic_ococ_0 + true + LADSPA + branch_ic_ococ + branch_1673.so + 1632.000000 + 1120.000000 + + + branch_ic_ococ_1 + true + LADSPA + branch_ic_ococ + branch_1673.so + 1476.000000 + 1119.000000 + + + blahz0r + audio_output_0 + blah + audio_input_0 + + + baz2 + audio_output_0 + blahz0r + audio_input_0 + + + baz2 + control_output_0 + blah + control_input_0 + + + blahz0r + audio_output_1 + branch_ia_oaoa_0 + Input + + + blahz0r + audio_output_1 + blah + audio_input_0 + + + branch_ia_oaoa_0 + Second Output + blah + audio_input_0 + + + branch_ia_oaoa_0 + First Output + branch_ia_oaoa_1 + Input + + + baz2 + control_output_0 + branch_ic_ococ_1 + Input + + + branch_ic_ococ_1 + First Output + branch_ic_ococ_0 + Input + + + branch_ic_ococ_1 + Second Output + branch_ic_ococ_0 + Input + + + branch_ic_ococ_0 + First Output + blah + control_input_0 + + + default + + baz2 + control_input_0 + 1.000000 + + + baz2 + control_output_0 + 1.000000 + + + blah + control_input_0 + 1.000000 + + + blah + control_output_0 + 1.000000 + + + branch_ic_ococ_0 + Input + 0.000000 + + + branch_ic_ococ_0 + First Output + 0.000000 + + + branch_ic_ococ_0 + Second Output + 0.000000 + + + branch_ic_ococ_1 + Input + 0.000000 + + + branch_ic_ococ_1 + First Output + 0.000000 + + + branch_ic_ococ_1 + Second Output + 0.000000 + + + diff --git a/patches/testing/subpatching/baz2.om b/patches/testing/subpatching/baz2.om new file mode 100644 index 00000000..72530f47 --- /dev/null +++ b/patches/testing/subpatching/baz2.om @@ -0,0 +1,57 @@ + + + baz2 + 1 + + audio_input_0 + true + Internal + audio_input + 1300.000000 + 980.000000 + + + audio_output_0 + true + Internal + audio_output + 1300.000000 + 980.000000 + + + control_input_0 + true + Internal + control_input + 1300.000000 + 980.000000 + + + control_output_0 + true + Internal + control_output + 1300.000000 + 980.000000 + + + quux + /home/dave/code/om/om-synth/src/clients/gtk/patches/subpatching/quux.om + 1 + 1300.000000 + 980.000000 + + + default + + control_input_0 + in + 0.000000 + + + control_output_0 + out + 0.000000 + + + diff --git a/patches/testing/subpatching/blah.om b/patches/testing/subpatching/blah.om new file mode 100644 index 00000000..584691ff --- /dev/null +++ b/patches/testing/subpatching/blah.om @@ -0,0 +1,50 @@ + + + blah + 1 + + audio_input_0 + true + Internal + audio_input + 1300.000000 + 980.000000 + + + audio_output_0 + true + Internal + audio_output + 1300.000000 + 980.000000 + + + control_input_0 + true + Internal + control_input + 1300.000000 + 980.000000 + + + control_output_0 + true + Internal + control_output + 1300.000000 + 980.000000 + + + default + + control_input_0 + in + 0.000000 + + + control_output_0 + out + 0.000000 + + + diff --git a/patches/testing/subpatching/blahz0r.om b/patches/testing/subpatching/blahz0r.om new file mode 100644 index 00000000..6a00efb8 --- /dev/null +++ b/patches/testing/subpatching/blahz0r.om @@ -0,0 +1,181 @@ + + + blahz0r + 1 + + audio_input_0 + true + Internal + audio_input + 1295.000000 + 1036.000000 + + + audio_output_0 + true + Internal + audio_output + 1684.000000 + 1051.000000 + + + audio_output_1 + true + Internal + audio_output + 1738.000000 + 1183.000000 + + + branch_ia_oaoa_0 + true + LADSPA + branch_ia_oaoa + branch_1673.so + 1376.000000 + 1084.000000 + + + branch_ia_oaoa_1 + true + LADSPA + branch_ia_oaoa + branch_1673.so + 1620.000000 + 1145.000000 + + + branch_ic_ococ_0 + true + LADSPA + branch_ic_ococ + branch_1673.so + 1558.000000 + 1221.000000 + + + branch_ic_ococ_1 + true + LADSPA + branch_ic_ococ + branch_1673.so + 1393.000000 + 1208.000000 + + + qwe + /home/dave/code/om/om-synth/src/clients/gtk/patches/subpatching/qwe.om + 1 + 1528.000000 + 1035.000000 + + + audio_input_0 + in + qwe + audio_input_0 + + + qwe + audio_output_0 + audio_output_0 + out + + + branch_ia_oaoa_0 + First Output + qwe + audio_input_0 + + + branch_ia_oaoa_1 + First Output + audio_output_0 + out + + + qwe + audio_output_0 + branch_ia_oaoa_1 + Input + + + branch_ic_ococ_1 + First Output + qwe + control_input_0 + + + branch_ic_ococ_1 + First Output + branch_ic_ococ_0 + Input + + + branch_ia_oaoa_1 + Second Output + audio_output_1 + out + + + audio_input_0 + in + branch_ia_oaoa_0 + Input + + + branch_ia_oaoa_1 + First Output + audio_output_1 + out + + + branch_ia_oaoa_0 + Second Output + qwe + audio_input_0 + + + default + + branch_ic_ococ_0 + Input + 0.000000 + + + branch_ic_ococ_0 + First Output + 0.000000 + + + branch_ic_ococ_0 + Second Output + 0.000000 + + + branch_ic_ococ_1 + Input + 0.000000 + + + branch_ic_ococ_1 + First Output + 0.000000 + + + branch_ic_ococ_1 + Second Output + 0.000000 + + + qwe + control_input_0 + 1.000000 + + + qwe + control_output_0 + 1.000000 + + + diff --git a/patches/testing/subpatching/foo.om b/patches/testing/subpatching/foo.om new file mode 100644 index 00000000..98f41e2b --- /dev/null +++ b/patches/testing/subpatching/foo.om @@ -0,0 +1,15 @@ + + + foo + 1 + + bar + /home/dave/code/om/om-synth/src/clients/gtk/patches/subpatching/bar.om + 1 + 1300.000000 + 980.000000 + + + default + + diff --git a/patches/testing/subpatching/quuux.om b/patches/testing/subpatching/quuux.om new file mode 100644 index 00000000..9bcb560f --- /dev/null +++ b/patches/testing/subpatching/quuux.om @@ -0,0 +1,8 @@ + + + quuux + 1 + + default + + diff --git a/patches/testing/subpatching/quuux2.om b/patches/testing/subpatching/quuux2.om new file mode 100644 index 00000000..73737a60 --- /dev/null +++ b/patches/testing/subpatching/quuux2.om @@ -0,0 +1,8 @@ + + + quuux2 + 1 + + default + + diff --git a/patches/testing/subpatching/quux.om b/patches/testing/subpatching/quux.om new file mode 100644 index 00000000..25270515 --- /dev/null +++ b/patches/testing/subpatching/quux.om @@ -0,0 +1,22 @@ + + + quux + 1 + + quuux + /home/dave/code/om/om-synth/src/clients/gtk/patches/subpatching/quuux.om + 1 + 1300.000000 + 980.000000 + + + quuux2 + /home/dave/code/om/om-synth/src/clients/gtk/patches/subpatching/quuux2.om + 1 + 1300.000000 + 980.000000 + + + default + + diff --git a/patches/testing/subpatching/qwe.om b/patches/testing/subpatching/qwe.om new file mode 100644 index 00000000..a740b478 --- /dev/null +++ b/patches/testing/subpatching/qwe.om @@ -0,0 +1,62 @@ + + + qwe + 1 + + audio_input_0 + true + Internal + audio_input + 1299.000000 + 1139.000000 + + + audio_output_0 + true + Internal + audio_output + 1408.000000 + 1164.000000 + + + control_input_0 + true + Internal + control_input + 1327.000000 + 1017.000000 + + + control_output_0 + true + Internal + control_output + 1569.000000 + 1062.000000 + + + control_input_0 + in + control_output_0 + out + + + audio_input_0 + in + audio_output_0 + out + + + default + + control_input_0 + in + 0.000000 + + + control_output_0 + out + 0.000000 + + + diff --git a/patches/testing/test.om b/patches/testing/test.om new file mode 100644 index 00000000..df96cdce --- /dev/null +++ b/patches/testing/test.om @@ -0,0 +1,38 @@ + + + asd + 1 + + mono_sampler_0 + true + DSSI + mono_sampler + trivial_sampler.so + load=/usr/share/sounds/gaim/leave.wav + 1300.000000 + 980.000000 + + + default + + mono_sampler_0 + Tuned (on-off) + 1.000000 + + + mono_sampler_0 + Base pitch (MIDI) + 60.000000 + + + mono_sampler_0 + Sustain (on-off) + 0.000000 + + + mono_sampler_0 + Release time (s) + 0.001000 + + + diff --git a/patches/testing/transport-test.om b/patches/testing/transport-test.om new file mode 100644 index 00000000..3e1ba6d3 --- /dev/null +++ b/patches/testing/transport-test.om @@ -0,0 +1,100 @@ + + + transport-test + 1 + + audio_output_0 + false + Internal + audio_output + 1666.000000 + 1146.000000 + + + fbdelay_1s_0 + false + LADSPA + fbdelay_1s + cmt.so + 1545.000000 + 1110.000000 + + + note_in_0 + false + Internal + note_in + 1302.000000 + 1144.000000 + + + sine_faaa_0 + false + LADSPA + sine_faaa + cmt.so + 1431.000000 + 1156.000000 + + + transport_0 + false + Internal + transport + 1435.000000 + 1086.000000 + + + transport_0 + s-per-beat + fbdelay_1s_0 + Delay (Seconds) + + + note_in_0 + Frequency + sine_faaa_0 + Frequency + + + note_in_0 + Gate + sine_faaa_0 + Amplitude + + + sine_faaa_0 + Output + fbdelay_1s_0 + Input + + + fbdelay_1s_0 + Output + audio_output_0 + out + + + default + + fbdelay_1s_0 + Delay (Seconds) + 1.000000 + + + fbdelay_1s_0 + Dry-Wet Balance + 0.500000 + + + fbdelay_1s_0 + Feedback + 0.500000 + + + transport_0 + s-per-beat + 0.000000 + + + diff --git a/patches/testing/voice_test.om b/patches/testing/voice_test.om new file mode 100644 index 00000000..7c35c71a --- /dev/null +++ b/patches/testing/voice_test.om @@ -0,0 +1,36 @@ + + + foo + 1 + + output_0 + false + Internal + output + 1600.000000 + 1200.000000 + + + square_fc_oa_0 + true + LADSPA + square_fc_oa + square_1643.so + 1496.000000 + 1187.000000 + + + square_fc_oa_0 + Output + output_0 + out + + + default + + square_fc_oa_0 + Frequency + 440.000000 + + + diff --git a/patches/trance.om b/patches/trance.om new file mode 100644 index 00000000..1a8623e9 --- /dev/null +++ b/patches/trance.om @@ -0,0 +1,585 @@ + + + trance + 4 + + amp_env + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1695.000000 + 991.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + bpm_1_offset + false + LADSPA + sum_icic_oc + sum_1665.so + 1990.000000 + 1009.000000 + + First Input + 0.000000 + 3.000000 + + + Second Input + 0.000000 + 1.000000 + + + + bpm_mult + false + LADSPA + product_icic_oc + product_1668.so + 1876.000000 + 1037.000000 + + First Input + 0.000000 + 1.000000 + + + Second Input + 0.000000 + 5.000000 + + + + cutoff + false + Internal + control_input + 1622.000000 + 1359.000000 + 4.000000 + 0.000000 + + + cutoff_env + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1395.000000 + 1253.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 0.100000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + cutoff_influence + true + LADSPA + range_trans_cr + range_trans_4210.so + 1505.000000 + 1245.000000 + + Input Min + 0.000000 + 1.000000 + + + Input Max + 0.000000 + 1.000000 + + + Output Min + 0.000000 + 1.000000 + + + Output Max + 0.000000 + 10.000000 + + + + delay_1 + false + LADSPA + fbdelay_1s + cmt.so + 2156.000000 + 1130.000000 + + + delay_2 + false + LADSPA + fbdelay_1s + cmt.so + 2158.000000 + 1242.000000 + + + detune + true + LADSPA + sum_iaic_oa + sum_1665.so + 1388.000000 + 1053.000000 + + Second Input + 0.000000 + 3.945900 + + + + lowpass + true + LADSPA + Mvclpf-4 + mvclpf24.so + 1705.000000 + 1175.000000 + + + midi_input + false + Internal + midi_input + 1134.000000 + 1189.000000 + + + note_in + true + Internal + note_in + 1262.000000 + 1167.000000 + + + output + false + Internal + audio_output + 2301.000000 + 1211.000000 + + + saw_1 + true + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1581.000000 + 1114.000000 + + + saw_2 + true + LADSPA + sawtooth_fa_oa + sawtooth_1641.so + 1582.000000 + 1172.000000 + + + transport + false + Internal + transport + 1797.000000 + 1037.000000 + + + voice_amp + true + LADSPA + product_iaia_oa + product_1668.so + 1818.000000 + 1172.000000 + + + volume + false + Internal + control_input + 1621.000000 + 1405.000000 + 1.000000 + -10.000000 + + + note_in + Gate + cutoff_env + Gate + + + cutoff_env + Envelope Out + cutoff_influence + Input + + + note_in + Gate + amp_env + Gate + + + note_in + Trigger + cutoff_env + Trigger + + + note_in + Trigger + amp_env + Trigger + + + amp_env + Envelope Out + voice_amp + First Input + + + cutoff_influence + Output + lowpass + Frequency (AR) + + + note_in + Frequency + saw_2 + Frequency + + + note_in + Frequency + detune + First Input + + + detune + Summed Output + saw_1 + Frequency + + + saw_1 + Output + lowpass + Input + + + saw_2 + Output + lowpass + Input + + + lowpass + Output + voice_amp + Second Input + + + cutoff + in + lowpass + Frequency (CR) + + + volume + in + lowpass + Output gain (dB) + + + voice_amp + Product Output + delay_1 + Input + + + delay_1 + Output + output + out + + + voice_amp + Product Output + delay_2 + Input + + + delay_2 + Output + output + out + + + bpm_mult + Product Output + delay_2 + Delay (Seconds) + + + transport + s-per-beat + bpm_mult + First Input + + + bpm_mult + Product Output + bpm_1_offset + Second Input + + + bpm_1_offset + Summed Output + delay_1 + Delay (Seconds) + + + midi_input + in + note_in + MIDI In + + + default + + amp_env + Delay Time (s) + 0.000000 + + + amp_env + Attack Time (s) + 0.003568 + + + amp_env + Hold Time (s) + 0.000000 + + + amp_env + Decay Time (s) + 0.137486 + + + amp_env + Sustain Level + 0.699930 + + + amp_env + Release Time (s) + 0.178554 + + + bpm_1_offset + First Input + 2.000000 + + + bpm_1_offset + Second Input + 0.000000 + + + bpm_mult + First Input + 0.000000 + + + bpm_mult + Second Input + 1.500000 + + + cutoff_env + Delay Time (s) + 0.000000 + + + cutoff_env + Attack Time (s) + 0.000000 + + + cutoff_env + Hold Time (s) + 0.000000 + + + cutoff_env + Decay Time (s) + 0.044440 + + + cutoff_env + Sustain Level + 0.422180 + + + cutoff_env + Release Time (s) + 0.055550 + + + cutoff_influence + Input Min + 0.000000 + + + cutoff_influence + Input Max + 1.000000 + + + cutoff_influence + Output Min + 0.000000 + + + cutoff_influence + Output Max + 5.405351 + + + delay_1 + Delay (Seconds) + 1.000000 + + + delay_1 + Dry-Wet Balance + 0.500000 + + + delay_1 + Feedback + 0.500000 + + + delay_2 + Delay (Seconds) + 1.000000 + + + delay_2 + Dry-Wet Balance + 0.500000 + + + delay_2 + Feedback + 0.500000 + + + detune + Second Input + 0.533216 + + + lowpass + Input gain (dB) + 1.108021 + + + lowpass + Frequency (CR) + -0.000050 + + + lowpass + Exp FM gain + 0.000000 + + + lowpass + Resonance (CR) + 0.310780 + + + lowpass + Resonance gain + 0.000000 + + + lowpass + Filter poles + 4.000000 + + + lowpass + Output gain (dB) + 0.000000 + + + cutoff + 0.119757 + + + volume + -5.251596 + + + diff --git a/patches/wah_bass.om b/patches/wah_bass.om new file mode 100644 index 00000000..c91b97e9 --- /dev/null +++ b/patches/wah_bass.om @@ -0,0 +1,318 @@ + + + wah_bass + 1 + + Mvclpf-4_0 + true + LADSPA + Mvclpf-4 + mvclpf24.so + 1787.000000 + 1167.000000 + + + dahdsr_g+t_control_0 + true + LADSPA + dahdsr_g+t_control + dahdsr_2021.so + 1322.000000 + 1208.000000 + + Delay Time (s) + 0.000000 + 1.000000 + + + Attack Time (s) + 0.000000 + 1.000000 + + + Hold Time (s) + 0.000000 + 1.000000 + + + Decay Time (s) + 0.000000 + 1.000000 + + + Release Time (s) + 0.000000 + 1.000000 + + + + midi_input + true + Internal + midi_input + 1196.000000 + 1154.000000 + + + note_in_0 + true + Internal + note_in + 1302.000000 + 1155.000000 + + + output_0 + true + Internal + audio_output + 1844.000000 + 1176.000000 + + + product_iaia_oa_0 + true + LADSPA + product_iaia_oa + product_1668.so + 1507.000000 + 1148.000000 + + + range_trans_cr_0 + true + LADSPA + range_trans_cr + range_trans_4210.so + 1569.000000 + 1231.000000 + + Input Min + 0.000000 + 1.000000 + + + Input Max + 0.000000 + 1.000000 + + + Output Min + 0.000000 + 1.000000 + + + Output Max + 0.000000 + 4.000000 + + + + square_fa_oa_0 + true + LADSPA + square_fa_oa + square_1643.so + 1336.000000 + 1130.000000 + + + tap_sigmoid_0 + true + LADSPA + tap_sigmoid + tap_sigmoid.so + 1651.000000 + 1140.000000 + + + volume + true + Internal + control_input + 1706.000000 + 1348.000000 + 1.000000 + -10.000000 + + + note_in_0 + Frequency + square_fa_oa_0 + Frequency + + + note_in_0 + Gate + dahdsr_g+t_control_0 + Gate + + + square_fa_oa_0 + Output + product_iaia_oa_0 + First Input + + + dahdsr_g+t_control_0 + Envelope Out + product_iaia_oa_0 + Second Input + + + product_iaia_oa_0 + Product Output + tap_sigmoid_0 + Input + + + Mvclpf-4_0 + Output + output_0 + out + + + tap_sigmoid_0 + Output + Mvclpf-4_0 + Input + + + note_in_0 + Trigger + dahdsr_g+t_control_0 + Trigger + + + dahdsr_g+t_control_0 + Envelope Out + range_trans_cr_0 + Input + + + range_trans_cr_0 + Output + Mvclpf-4_0 + Frequency (AR) + + + range_trans_cr_0 + Output + Mvclpf-4_0 + Resonance (AR) + + + volume + in + Mvclpf-4_0 + Output gain (dB) + + + midi_input + in + note_in_0 + MIDI In + + + default + + Mvclpf-4_0 + Input gain (dB) + 0.000000 + + + Mvclpf-4_0 + Frequency (CR) + -1.428609 + + + Mvclpf-4_0 + Exp FM gain + 0.000000 + + + Mvclpf-4_0 + Resonance (CR) + 0.369139 + + + Mvclpf-4_0 + Resonance gain + 0.232952 + + + Mvclpf-4_0 + Filter poles + 4.000000 + + + Mvclpf-4_0 + Output gain (dB) + 0.000000 + + + dahdsr_g+t_control_0 + Delay Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Attack Time (s) + 0.227250 + + + dahdsr_g+t_control_0 + Hold Time (s) + 0.000000 + + + dahdsr_g+t_control_0 + Decay Time (s) + 0.409050 + + + dahdsr_g+t_control_0 + Sustain Level + 0.636300 + + + dahdsr_g+t_control_0 + Release Time (s) + 0.000000 + + + range_trans_cr_0 + Input Min + 0.000000 + + + range_trans_cr_0 + Input Max + 1.000000 + + + range_trans_cr_0 + Output Min + 0.463368 + + + range_trans_cr_0 + Output Max + 2.536522 + + + tap_sigmoid_0 + Pre Gain [dB] + 19.999901 + + + tap_sigmoid_0 + Post Gain [dB] + 0.000000 + + + volume + -5.319918 + + + -- cgit v1.2.1