aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/fldsp.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-02-12 04:56:09 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-02-12 04:56:09 +0000
commit3d2c0b82fb2192cc3295dd0f64b09163db6b63ef (patch)
tree29352122c1a9c2ecff276cc26e13366d31e78cf1 /externals/grill/flext/source/fldsp.h
parent771bef794b7edb7ef6cbe78acf2ee93b39f10f74 (diff)
Max: use high-priority click instead of qelem for message-posting
fixed flext::Timer::At method eliminated ChannelsIn/ChannelsOut fix for flext_dsp @ Max better STL support on OSX svn path=/trunk/; revision=2567
Diffstat (limited to 'externals/grill/flext/source/fldsp.h')
-rw-r--r--externals/grill/flext/source/fldsp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/externals/grill/flext/source/fldsp.h b/externals/grill/flext/source/fldsp.h
index 7b7f381a..a9452aa6 100644
--- a/externals/grill/flext/source/fldsp.h
+++ b/externals/grill/flext/source/fldsp.h
@@ -51,12 +51,6 @@ public:
//! returns current block (aka vector) size
int Blocksize() const { return blksz; }
- //! returns number of input channels
- int ChannelsIn() const { return chnsin; }
-
- //! returns number of output channels
- int ChannelsOut() const { return chnsout; }
-
//! typedef describing a signal vector
#if FLEXT_SYS == FLEXT_SYS_JMAX
typedef fts_symbol_t t_signalvec;