aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/examples/source/henon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/examples/source/henon.cpp')
-rw-r--r--externals/grill/flext/examples/source/henon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/grill/flext/examples/source/henon.cpp b/externals/grill/flext/examples/source/henon.cpp
index 39d446eb..e48b9555 100644
--- a/externals/grill/flext/examples/source/henon.cpp
+++ b/externals/grill/flext/examples/source/henon.cpp
@@ -91,6 +91,7 @@ void henon::Setup(t_classid c)
FLEXT_CADDBANG(c,0,m_bang);
FLEXT_CADDMETHOD_(c,0,"reset",m_reset);
+ // methods for non-left inlets
FLEXT_CADDMETHOD(c,1,m_alpha);
FLEXT_CADDMETHOD(c,2,m_beta);