From b1592077693b6eb1cd8542372840475134098cd7 Mon Sep 17 00:00:00 2001 From: Justin Mammarella Date: Sun, 5 Jan 2020 22:40:05 +1100 Subject: [PATCH] Revert fix for chain row bug --- Changelog | 4 ---- avr/cores/megacommand/MCL/MCLActions.cpp | 5 +---- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Changelog b/Changelog index 8b8e07601..198763361 100644 --- a/Changelog +++ b/Changelog @@ -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. diff --git a/avr/cores/megacommand/MCL/MCLActions.cpp b/avr/cores/megacommand/MCL/MCLActions.cpp index 6d4ae31bd..66eee514f 100644 --- a/avr/cores/megacommand/MCL/MCLActions.cpp +++ b/avr/cores/megacommand/MCL/MCLActions.cpp @@ -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