MIDI Target Manufacturer(s): Kawai
New features:
- layout now understands single data dumps (patch data) from the synth
- single data dumps can be called from the layout by selecting block, bank and number same as in the K1
This was quite some work, since it was my first project using Streambyter and I struggled repeatedly with Kawais strange sysex implementation plus the partly wrong/incomplete description in the manual.
The Wave Select picker tool has a limitation: the K1r uses two different commands to select a wave from either the range 1-128 or from 129-256. Previously I used a super control to show both controls in one. But since super controls in MD don“t react to incoming MIDI, I had to make two controls again. They react properly, but you need to figure out, which one has been changed and now shows the actual value.
Similar for button groups: they seem not to react to MIDI, but I could easily exchange them for crossfaders or sliders.