From d1f912c93aef58acb6b69b16576792bbcd608399 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 12 Jun 2003 13:21:24 +0000 Subject: "" svn path=/trunk/; revision=700 --- externals/grill/vst/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill') diff --git a/externals/grill/vst/src/main.cpp b/externals/grill/vst/src/main.cpp index c74c1dcc..5cacb80a 100644 --- a/externals/grill/vst/src/main.cpp +++ b/externals/grill/vst/src/main.cpp @@ -65,7 +65,7 @@ protected: V mg_winy(I &y) const { y = plug?plug->getY():0; } V ms_winx(I x) { if(plug) plug->setX(x); } V ms_winy(I y) { if(plug) plug->setY(y); } - + V mg_chnsin(I &c) const { c = plug?plug->getNumInputs():0; } V mg_chnsout(I &c) const { c = plug?plug->getNumOutputs():0; } V mg_params(I &p) const { p = plug?plug->GetNumParams():0; } -- cgit v1.2.1