summaryrefslogtreecommitdiff
path: root/src/mdaPiano.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaPiano.cpp')
-rw-r--r--src/mdaPiano.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mdaPiano.cpp b/src/mdaPiano.cpp
index a015439..a3c0311 100644
--- a/src/mdaPiano.cpp
+++ b/src/mdaPiano.cpp
@@ -38,8 +38,7 @@ mdaPiano::mdaPiano(double rate)
}
notes[0] = EVENTS_DONE;
- cpos = sustain = activevoices = 0;
- comb = new float[256];
+ sustain = activevoices = 0;
update();
}