summaryrefslogtreecommitdiff
path: root/src/mdaPiano.cpp
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-01-16 08:22:10 +0800
committerrekado <rekado@elephly.net>2013-01-16 08:22:10 +0800
commitd16e2c3fed6a27eac77d34ed09308f21b290ce49 (patch)
tree9d2e9f50e7267bace43efc21990845095fdf13d9 /src/mdaPiano.cpp
parent3bae19eb9196300b9ad89becabaff72313dd0d82 (diff)
remove activevoices and voices loop
Diffstat (limited to 'src/mdaPiano.cpp')
-rw-r--r--src/mdaPiano.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaPiano.cpp b/src/mdaPiano.cpp
index a47e912..e25c709 100644
--- a/src/mdaPiano.cpp
+++ b/src/mdaPiano.cpp
@@ -36,7 +36,7 @@ mdaPiano::mdaPiano(double rate)
}
notes[0] = EVENTS_DONE;
- sustain = activevoices = 0;
+ sustain = 0;
update();
}