diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-01-23 12:32:04 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-01-23 12:32:04 +0000 |
commit | 6a34f67a66eee984d72393ad41c3bdf9b6f10279 (patch) | |
tree | 871fa02b2222b22f87d343a786c1478cd49ed43f /plugin~_vst.c | |
parent | 19485158a55f6903562d50c309e933d636abd847 (diff) |
included patch from Jesse Chappell <jesse@essej.net>
svn path=/trunk/externals/plugin~/; revision=359
Diffstat (limited to 'plugin~_vst.c')
-rw-r--r-- | plugin~_vst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin~_vst.c b/plugin~_vst.c index c8427e5..ed05a00 100644 --- a/plugin~_vst.c +++ b/plugin~_vst.c @@ -1,6 +1,6 @@ /* plugin~, a Pd tilde object for hosting LADSPA/VST plug-ins Copyright (C) 2000 Jarno Seppänen - $Id: plugin~_vst.c,v 1.1 2002-11-19 09:51:40 ggeiger Exp $ + $Id: plugin~_vst.c,v 1.2 2003-01-23 12:32:04 ggeiger Exp $ This file is part of plugin~. @@ -381,7 +381,7 @@ plugin_tilde_vst_audioMaster (AEffect* effect, /* Send "control" messages from here */ memset (param_name, 0, 9); effect->dispatcher (effect, effGetParamName, index, 0, param_name, 0); - plugin_tilde_emit_control_output (effect->user, param_name, opt); + plugin_tilde_emit_control_output (effect->user, param_name, opt, index); return 0; break; case audioMasterVersion: |