From acbda29f838280ba98cf9e9e539e9d8a6e8fc6ad Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Jun 2006 15:07:31 +0000 Subject: Added Om aka Graph aka god knows what git-svn-id: http://svn.drobilla.net/lad/grauph@9 a436a847-0d15-0410-975c-d299462d15a1 --- src/clients/console/patches/super_simple_patch.omp | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/clients/console/patches/super_simple_patch.omp (limited to 'src/clients/console/patches/super_simple_patch.omp') diff --git a/src/clients/console/patches/super_simple_patch.omp b/src/clients/console/patches/super_simple_patch.omp new file mode 100644 index 00000000..02dc63a2 --- /dev/null +++ b/src/clients/console/patches/super_simple_patch.omp @@ -0,0 +1,36 @@ +/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