Skip to content

Commit

Permalink
Note stuck on cartridge browsing. Should fix #220.
Browse files Browse the repository at this point in the history
  • Loading branch information
asb2m10 committed Mar 1, 2021
1 parent 99b1532 commit 23ab38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/PluginData.cpp
Expand Up @@ -195,6 +195,7 @@ void DexedAudioProcessor::unpackOpSwitch(char packOpValue) {
}

int DexedAudioProcessor::updateProgramFromSysex(const uint8_t *rawdata) {
panic();
memcpy(data, rawdata, 155);
unpackOpSwitch(0x3F);
lfo.reset(data + 137);
Expand Down

0 comments on commit 23ab38b

Please sign in to comment.