summaryrefslogtreecommitdiffstats
path: root/src/progs/console/patches/dssi_test.omp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-14 18:40:05 +0000
committerDavid Robillard <d@drobilla.net>2006-06-14 18:40:05 +0000
commit531bde92d57b6eb014390b7051a9353a445fcc6a (patch)
treefb797e760d6899c57acb215881c692f57e08749a /src/progs/console/patches/dssi_test.omp
parent5a7beed295e6c8cee627774b9ca4d2e0eff510c1 (diff)
downloadingen-531bde92d57b6eb014390b7051a9353a445fcc6a.tar.gz
ingen-531bde92d57b6eb014390b7051a9353a445fcc6a.tar.bz2
ingen-531bde92d57b6eb014390b7051a9353a445fcc6a.zip
Removed ancient console client that did nothing
git-svn-id: http://svn.drobilla.net/lad/grauph@38 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/console/patches/dssi_test.omp')
-rw-r--r--src/progs/console/patches/dssi_test.omp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/progs/console/patches/dssi_test.omp b/src/progs/console/patches/dssi_test.omp
deleted file mode 100644
index 0613a57b..00000000
--- a/src/progs/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