Skip to content

Commit

Permalink
reset internal seq mute state on midi start
Browse files Browse the repository at this point in the history
  • Loading branch information
jmamma committed Mar 19, 2019
1 parent 5ca0977 commit be7e254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avr/cores/megacommand/MCL/MCLSeq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ void MCLSeq::onMidiStartImmediateCallback() {
void MCLSeq::onMidiStartCallback() {
for (uint8_t i = 0; i < num_md_tracks; i++) {
md_tracks[i].update_params();
md_tracks[i].mute_state = SEQ_MUTE_OFF;
}

for (uint8_t n = 0; n < 20; n++) {
Expand Down

0 comments on commit be7e254

Please sign in to comment.