From 0709ac9fabf4184675df1c3d8e205a2790adaadb Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 8 Jan 2005 04:58:31 +0000 Subject: minor updates adapted the queue stuff to work with the new set_callback functionality reconsidered flext::buffer:Update added object construction and destruction flags updated autoconf system small updates better templates, some minor changes update for linux cleanups svn path=/trunk/; revision=2476 --- externals/grill/flext/source/fldsp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/flext/source/fldsp.h') diff --git a/externals/grill/flext/source/fldsp.h b/externals/grill/flext/source/fldsp.h index 21a3aadb..80731848 100644 --- a/externals/grill/flext/source/fldsp.h +++ b/externals/grill/flext/source/fldsp.h @@ -50,7 +50,7 @@ public: //! returns current block (aka vector) size int Blocksize() const { return blksz; } - + /*! \brief returns number of audio system input channels \bug Doesn't work in Max/MSP - is always 0 */ @@ -60,7 +60,7 @@ public: \bug Doesn't work in Max/MSP - is always 0 */ int ChannelsOut() const { return chnsout; } - + //! typedef describing a signal vector #if FLEXT_SYS == FLEXT_SYS_JMAX typedef fts_symbol_t t_signalvec; -- cgit v1.2.1