From 531bde92d57b6eb014390b7051a9353a445fcc6a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Jun 2006 18:40:05 +0000 Subject: Removed ancient console client that did nothing git-svn-id: http://svn.drobilla.net/lad/grauph@38 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/console/patches/super_simple_patch.omp | 36 ------------------------ 1 file changed, 36 deletions(-) delete mode 100644 src/progs/console/patches/super_simple_patch.omp (limited to 'src/progs/console/patches/super_simple_patch.omp') diff --git a/src/progs/console/patches/super_simple_patch.omp b/src/progs/console/patches/super_simple_patch.omp deleted file mode 100644 index 02dc63a2..00000000 --- a/src/progs/console/patches/super_simple_patch.omp +++ /dev/null @@ -1,36 +0,0 @@ -/load_plugins - -/create_patch si patch1 1 - -/patches/patch1/load_internal_plugin iss 0 midi_in midi_in -/patches/patch1/load_internal_plugin iss 0 output output - -/patches/patch1/load_ladspa_plugin isss 0 triangle_1649.so triangle_fcsc_oa osc -/patches/patch1/load_ladspa_plugin isss 0 dahdsr_2021.so dahdsr_cg+t_control aenv -/patches/patch1/load_ladspa_plugin isss 0 product_1668.so product_iaia_oa amp -/patches/patch1/load_ladspa_plugin isss 0 product_1668.so product_iaic_oa endamp - -/patches/patch1/connect sisi midi_in 0 osc 0 -/patches/patch1/connect sisi midi_in 1 aenv 0 -/patches/patch1/connect sisi osc 2 amp 0 -/patches/patch1/connect sisi aenv 8 amp 1 -/patches/patch1/connect sisi amp 2 endamp 0 -/patches/patch1/connect sisi endamp 2 output 0 -/patches/patch1/connect sisi endamp 2 output 1 - - -/patches/patch1/set_control sif midi_in 0 200 -/patches/patch1/set_control sif midi_in 1 1.0 -/patches/patch1/set_control sif osc 1 0.5 -/patches/patch1/set_control sif endamp 1 0.5 - -/patches/patch1/set_control sif aenv 1 0 -/patches/patch1/set_control sif aenv 2 0.0 -/patches/patch1/set_control sif aenv 3 0.001 -/patches/patch1/set_control sif aenv 4 0.0 -/patches/patch1/set_control sif aenv 5 0.3 -/patches/patch1/set_control sif aenv 6 0.5 -/patches/patch1/set_control sif aenv 7 0.5 - -/engine/set_master_patch i 0 -/engine/start -- cgit v1.2.1