From 6a34f67a66eee984d72393ad41c3bdf9b6f10279 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Thu, 23 Jan 2003 12:32:04 +0000 Subject: included patch from Jesse Chappell svn path=/trunk/externals/plugin~/; revision=359 --- plugin~_vst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin~_vst.c') 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: -- cgit v1.2.1