diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-02-25 04:32:10 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-02-25 04:32:10 +0000 |
commit | 0300ab2189742d254bd95c147a1779a60dac298f (patch) | |
tree | ffb899baf3e414005ba539aa736fdd8106f33283 /externals/grill/flext/examples | |
parent | e7c5d894c808fefbb2d77832f36a0b50123d0fb5 (diff) |
""
svn path=/trunk/; revision=428
Diffstat (limited to 'externals/grill/flext/examples')
-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); |