diff options
Diffstat (limited to 'externals/grill/flext/examples/source')
-rw-r--r-- | externals/grill/flext/examples/source/henon.cpp | 1 |
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); |