diff options
| author | Mick Grierson <mickgrierson@gmail.com> | 2011-11-11 17:18:13 +0000 |
|---|---|---|
| committer | Mick Grierson <mickgrierson@gmail.com> | 2011-11-11 17:18:13 +0000 |
| commit | 27e1a37935902ec971d5502429c191e3288f0d07 (patch) | |
| tree | ce02f7e87226e93067f54b1173440db6a11e15ad /maximilian.cpp | |
| parent | 1d99419e6b50b4cacb776fb711874de03dbadc2f (diff) | |
delay init rewrite
Diffstat (limited to 'maximilian.cpp')
| -rw-r--r-- | maximilian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maximilian.cpp b/maximilian.cpp index 1786be7..be1c081 100644 --- a/maximilian.cpp +++ b/maximilian.cpp @@ -219,7 +219,7 @@ void maxiEnvelope::trigger(int index, double amp) { //and this maxiDelayline::maxiDelayline() { - memory[88200]=NULL; + memset( memory, 0, 88200*sizeof (double) ); } |
