aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/source/DelayN.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sc4pd/source/DelayN.cpp')
-rw-r--r--sc4pd/source/DelayN.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc4pd/source/DelayN.cpp b/sc4pd/source/DelayN.cpp
index 176c6c3..6bbbb18 100644
--- a/sc4pd/source/DelayN.cpp
+++ b/sc4pd/source/DelayN.cpp
@@ -32,7 +32,7 @@
http://www.audiosynth.com
Coded while listening to:
-
+
*/
#include "sc4pd.hpp"
@@ -54,8 +54,7 @@ protected:
virtual void m_dsp(int n, t_sample *const *in, t_sample *const *out)
{
changed = false;
- DelayUnit_Reset(m_maxdelaytime, m_delaytime);
- post("start");
+ DelayUnit_Reset();
}
void m_set(float f)