aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/source/support.hpp
diff options
context:
space:
mode:
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())