summaryrefslogtreecommitdiffstats
path: root/src/clients/console/patches/dssi_test.omp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-10 02:43:54 +0000
committerDavid Robillard <d@drobilla.net>2006-06-10 02:43:54 +0000
commit47246db7e9d71ba694b719001033fba1766a58c4 (patch)
tree25614ea4f2c92033a3cd37f6413df742f09a5369 /src/clients/console/patches/dssi_test.omp
parent98fe0e7056e6697396249531785d3899f94d79be (diff)
downloadingen-47246db7e9d71ba694b719001033fba1766a58c4.tar.gz
ingen-47246db7e9d71ba694b719001033fba1766a58c4.tar.bz2
ingen-47246db7e9d71ba694b719001033fba1766a58c4.zip
More juggling
git-svn-id: http://svn.drobilla.net/lad/grauph@16 a436a847-0d15-0410-975c-d299462d15a1
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