aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/source/support.hpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-08-02 19:18:22 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:55 +0200
commit5e1268fb9920b248ee377797b130605f669c6dee (patch)
tree7ec1b4df27755433675d3f5dfb095d6eb8d1e8b3 /sc4pd/source/support.hpp
parent0d2a4d810fdc7ecbe67de784d4eb901cd5699c38 (diff)
main header file
svn path=/trunk/externals/tb/; revision=1903
Diffstat (limited to 'sc4pd/source/support.hpp')
-rw-r--r--sc4pd/source/support.hpp6
1 files changed, 0 insertions, 6 deletions
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())