summaryrefslogtreecommitdiffstats
path: root/src/clients/console/patches/old_super_simple_patch.omp
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients/console/patches/old_super_simple_patch.omp')
-rw-r--r--src/clients/console/patches/old_super_simple_patch.omp36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/clients/console/patches/old_super_simple_patch.omp b/src/clients/console/patches/old_super_simple_patch.omp
new file mode 100644
index 00000000..1abd3c23
--- /dev/null
+++ b/src/clients/console/patches/old_super_simple_patch.omp
@@ -0,0 +1,36 @@
+/create_patch si patch1 4
+/patches/patch1/add_output s out_1
+/patches/patch1/add_output s out_2
+
+/patches/patch1/add_midi_input
+
+/patches/patch1/load_ladspa_plugin isss 1 triangle_1649.so triangle_fcsc_oa osc
+/patches/patch1/load_ladspa_plugin isss 1 dahdsr_2021.so dahdsr_cg+t_control aenv
+/patches/patch1/load_ladspa_plugin isss 1 product_1668.so product_iaia_oa amp
+/patches/patch1/load_ladspa_plugin isss 1 product_1668.so product_iaic_oa endamp
+
+/patches/patch1/connect ssss midi_in Frequency osc Frequency
+/patches/patch1/connect ssss midi_in Gate aenv "Gate"
+/patches/patch1/connect ssss osc Output amp "First Input"
+/patches/patch1/connect ssss aenv "Envelope Out" amp "Second Input"
+/patches/patch1/connect ssss amp "Product Output" endamp "First Input"
+/patches/patch1/connect ssss endamp "Product Output" output out_1
+/patches/patch1/connect ssss endamp "Product Output" output out_2
+
+
+/patches/patch1/set_control ssf midi_in Frequency 200
+/patches/patch1/set_control ssf midi_in Gate 0
+/patches/patch1/set_control ssf osc Slope 0.5
+/patches/patch1/set_control ssf endamp "Second Input" 0.5
+
+/patches/patch1/set_control ssf aenv "Trigger" 0
+/patches/patch1/set_control ssf aenv "Delay Time (s)" 0.0
+/patches/patch1/set_control ssf aenv "Attack Time (s)" 0.001
+/patches/patch1/set_control ssf aenv "Hold Time (s)" 0.0
+/patches/patch1/set_control ssf aenv "Decay Time (s)" 0.3
+/patches/patch1/set_control ssf aenv "Sustain Level" 0.5
+/patches/patch1/set_control ssf aenv "Release Time (s)" 0.5
+
+/patches/patch1/activate
+/engine/set_master_patch s patch1
+/engine/start