You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#438 Added the LegacyLoaderCapability for adaptations that need to load older or non-standard file formats, and documented the new hook in the Adaptation Programming Guide.
#508 Added the CustomProgramChangeCapability Python binding so adaptations can define their own program change behavior.
Added a simulated MIDI wire test layer for adaptation tests, covering bank downloads, edit buffer requests, and send-to-synth code paths.
Exposed the filename currently being processed to Python adaptations, so file-based import logic can make better decisions.
Synths:
#433 and #72 Added the Kawai K5000 adaptation with bank import support and test data. Heroic effort by @markusschloesser on this what I think is our most complex adpatation yet!
#517 Added the Roland SE-02 adaptation contributed by @MammaScan. Many thanks for this!
#501 Improved Korg microKORG/microKORG S bank dump requests from @ilantz by returning the request sequence in the format expected by the C++ sender.
#460Korg R3 adaptation added. By now it is possible to get adaptations 100% written by AI by just giving them the manual download. This adds a new GenericKorg python module which can be used for new Korg adaptations to reduce code duplication.