Fixes #55 ; wrong sysex info for hardware

pull/1/head
asb2m10 8 years ago
parent 3d95dff408
commit 87ca47eabb
  1. BIN
      Builds/MacOSX/Dexed.xcodeproj/project.xcworkspace/xcuserdata/asb2m10.xcuserdatad/UserInterfaceState.xcuserstate
  2. 4
      Source/PluginData.cpp

@ -1,6 +1,6 @@
/**
*
* Copyright (c) 2014-2015 Pascal Gauthier.
* Copyright (c) 2014-2016 Pascal Gauthier.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -37,7 +37,7 @@ uint8_t sysexChecksum(const uint8_t *sysex, int size) {
}
void exportSysexPgm(uint8_t *dest, uint8_t *src) {
uint8_t header[] = { 0xF0, 0x43, 0x00, 0x00, 0x01, 0x1B };
uint8_t header[] = { 0xF0, 0x43, 0x00, 0x09, 0x01, 0x1B };
memcpy(dest, header, 6);

Loading…
Cancel
Save