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, 0 insertions, 19 deletions
diff --git a/src/clients/console/patches/dssi_test.omp b/src/clients/console/patches/dssi_test.omp
deleted file mode 100644
index 0613a57b..00000000
--- a/src/clients/console/patches/dssi_test.omp
+++ /dev/null
@@ -1,19 +0,0 @@
-/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