summaryrefslogtreecommitdiffstats
path: root/src/clients/console/patches/dssi_test.omp
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients/console/patches/dssi_test.omp')
-rw-r--r--src/clients/console/patches/dssi_test.omp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/clients/console/patches/dssi_test.omp b/src/clients/console/patches/dssi_test.omp
new file mode 100644
index 00000000..0613a57b
--- /dev/null
+++ b/src/clients/console/patches/dssi_test.omp
@@ -0,0 +1,19 @@
+/create_patch si patch1 1
+/patches/patch1/add_output s out_1
+/patches/patch1/add_output s out_2
+
+/patches/patch1/add_midi_input
+
+/patches/patch1/load_dssi_plugin sss trivial_synth.so trivial_synth synth
+
+/patches/patch1/connect ssss midi_in Frequency synth Frequency
+/patches/patch1/connect ssss synth Output output out_1
+/patches/patch1/connect ssss synth Output output out_2
+
+/patches/patch1/set_control ssf midi_in Frequency 440
+
+/patches/patch1/set_control ssf osc Slope 0.5
+
+/patches/patch1/activate
+/engine/set_master_patch s patch1
+/engine/start