Skip to content

Commit

Permalink
Revert fix for chain row bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jmamma committed Jan 5, 2020
1 parent e524487 commit b159207
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Bug fix release:
- Prevent MCL from sending bogus LFO destination track which could cause MD
lockup.

- Chaining an entire row, and then immediately pressing play on the MD
could cause corrupt sysex data to be sent to the MD, causing an abupt
pattern change. fixed.

- Sequencer notes would occasionally drop out when using page_select page.
fixed.

Expand Down
5 changes: 1 addition & 4 deletions avr/cores/megacommand/MCL/MCLActions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,15 +381,12 @@ void MCLActions::send_tracks_to_devices() {

/*Send the encoded kit to the MD via sysex*/

/*
md_setsysex_recpos(4, MD.kit.origPosition);
MD.kit.toSysex();
MD.loadKit(MD.kit.origPosition);
*/

// mcl_seq.disable();
// md_setsysex_recpos(4, MD.kit.origPosition);
md_set_kit(&MD.kit);
//md_set_kit(&MD.kit);

// Send Analog4
#ifdef EXT_TRACKS
Expand Down

0 comments on commit b159207

Please sign in to comment.