Skip to content

Fix Blofeld, Korg MS2000, Adaptation Programming Guide done

Compare
Choose a tag to compare
@christofmuc christofmuc released this 05 Dec 16:45
· 1787 commits to master since this release

Fixes made to the following adaptations, please report back if they work now:

  • Korg MS2000
  • Waldorf Blofeld

I have made an Adaptation Programming Guide, linked in from the README.md. Also, the adaptations got more capabilities:

  • For slower synths, there is a new method generalMessageDelay() that can optionally implemented returning the milliseconds to wait before sending something to the synth.
  • They can optionally implement a function friendlyBankName to calculate the name of the bank so it matches the display in the synth
  • deviceDetectWaitMilliseconds() is not optional, default is 200 ms.