diff options
author | David Robillard <d@drobilla.net> | 2006-06-14 18:40:05 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-14 18:40:05 +0000 |
commit | 531bde92d57b6eb014390b7051a9353a445fcc6a (patch) | |
tree | fb797e760d6899c57acb215881c692f57e08749a /src/progs/console/patches/test_patch.omp | |
parent | 5a7beed295e6c8cee627774b9ca4d2e0eff510c1 (diff) | |
download | ingen-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/test_patch.omp')
-rw-r--r-- | src/progs/console/patches/test_patch.omp | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/src/progs/console/patches/test_patch.omp b/src/progs/console/patches/test_patch.omp deleted file mode 100644 index 04c0487b..00000000 --- a/src/progs/console/patches/test_patch.omp +++ /dev/null @@ -1,48 +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_ladspa_plugin isss 1 triangle_1649.so triangle_fcsc_oa osc -/patches/patch1/load_ladspa_plugin isss 1 adsr_1653.so adsr aenv -/patches/patch1/load_ladspa_plugin isss 1 product_1668.so product_iaia_oa amp -/patches/patch1/load_ladspa_plugin isss 1 lp4pole_1671.so lp4pole_fcrcia_oa filt -/patches/patch1/load_ladspa_plugin isss 1 adsr_1653.so adsr fenv -/patches/patch1/load_ladspa_plugin isss 1 product_1668.so product_iaic_oa fscale -/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 "Driving Signal" -/patches/patch1/connect ssss midi_in Gate fenv "Driving Signal" -/patches/patch1/connect ssss osc Output filt Input -/patches/patch1/connect ssss fenv "Envelope Out" output out_1 -/patches/patch1/connect ssss fscale "Product Output" filt "Cutoff Frequency" -/patches/patch1/connect ssss filt Output amp "First Input" -/patches/patch1/connect ssss aenv "Envelope Out" output out_2 -/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 filt Resonance 3.0 -/patches/patch1/set_control ssf osc Slope 1.0 -/patches/patch1/set_control ssf fscale "Second Input" 900 -/patches/patch1/set_control ssf endamp "Second Input" 0.5 - -/patches/patch1/set_control ssf aenv "Trigger Threshold" 0 -/patches/patch1/set_control ssf aenv "Attack Time (s)" 0.1 -/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/set_control ssf fenv "Trigger Threshold" 0 -/patches/patch1/set_control ssf fenv "Attack Time (s)" 0.1 -/patches/patch1/set_control ssf fenv "Decay Time (s)" 0.2 -/patches/patch1/set_control ssf fenv "Sustain Level" 0.6 -/patches/patch1/set_control ssf fenv "Release Time (s)" 0.4 - -/patches/patch1/activate -/engine/set_master_patch s patch1 -/engine/start |