From 5e1268fb9920b248ee377797b130605f669c6dee Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Mon, 2 Aug 2004 19:18:22 +0000 Subject: main header file svn path=/trunk/externals/tb/; revision=1903 --- sc4pd/source/support.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sc4pd/source/support.hpp') diff --git a/sc4pd/source/support.hpp b/sc4pd/source/support.hpp index bb5537a..34e260a 100644 --- a/sc4pd/source/support.hpp +++ b/sc4pd/source/support.hpp @@ -95,9 +95,3 @@ WARRANTIES, see the file, "license.txt," in this distribution. #define SIGFUN(FUN) &thisType::FUN -/* this macro has to be redefined to work with flext */ - -// calculate a slope for control rate interpolation to audio rate. -//#define CALCSLOPE(next,prev) ((next - prev) * unit->mRate->mSlopeFactor) -#undef CALCSLOPE -#define CALCSLOPE(next,prev) ((next - prev) * 1/Blocksize()) -- cgit v1.2.1