Skip to content

Commit

Permalink
HotFix for 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jmamma committed Sep 10, 2018
1 parent ea62f0d commit cd72262
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
MCL 2.16a 10/08/2018

Hotfix:

Write original would be broken in some scenarios.

MCL 2.16 08/08/2018

Changes:
Expand Down
3 changes: 3 additions & 0 deletions avr/cores/megacommand/MCL/MCLActions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ void MCLActions::send_pattern_kit_to_md() {
// Used as a way of flaggin which A4 tracks are to be sent
uint8_t a4_send[6] = {0, 0, 0, 0, 0, 0};
A4Sound sound_array[4];

if (write_original == 1) { pattern_rec.patternLength = temptrack.length; }

while ((i < 20)) {

if ((note_interface.notes[i] > 1)) {
Expand Down

0 comments on commit cd72262

Please sign in to comment.