aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
Diffstat (limited to 'externals')
-rw-r--r--externals/grill/vst/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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; }