From 60ee6bb60b11bbfbccf56f335c9c6213e6daa79d Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 5 Dec 2002 05:36:32 +0000 Subject: "" svn path=/trunk/; revision=278 --- externals/grill/flext/source/fldsp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 56959c72..b1fbe23d 100644 --- a/externals/grill/flext/source/fldsp.h +++ b/externals/grill/flext/source/fldsp.h @@ -83,9 +83,9 @@ public: */ virtual void m_signal(int n,t_sample *const *insigs,t_sample *const *outsigs); -#ifndef MAXMSP +#if FLEXT_SYS != FLEXT_SYS_MAX /*! \brief called with "enable" message: pauses/resumes dsp - \note PD only - implicitely defined in MaxMSP + \note PD only - implicitely defined in Max/MSP */ virtual void m_enable(bool on); #endif @@ -132,8 +132,8 @@ private: // callback functions static void cb_dsp(t_class *c,t_signal **s); -#ifndef MAXMSP - static void cb_enable(t_class *c,t_flint on); +#if FLEXT_SYS != FLEXT_SYS_MAX + static void cb_enable(t_class *c,t_float on); bool dspon; #endif -- cgit v1.2.1