Fix Blofeld, Korg MS2000, Adaptation Programming Guide done
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.