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