christofmuc / KnobKraft-orm

The KnobKraft Orm - The free modern cross-platform MIDI Sysex Librarian
GNU Affero General Public License v3.0
184 stars 23 forks source link

Adaptations should be able to supply "layer names" #292

Closed christofmuc closed 5 months ago

christofmuc commented 8 months ago

We have the possibility to show and change names of layes. This is all thanks to the Propher Rev 2, which was the original synth KK was written for. But other synths do not necessarily have layer names, but patches migh consist e.g. of one patch and two tones.

It would be good if we could name this correctly, so we need a function like

def friendlyLayerNames(): return [ "Patch", "Upper Tone", "Lower Tone"]

or similar so the UI could display that correctly.

This came out of the long MKS70 thread.

christofmuc commented 5 months ago

Done. 2.2.0 can do this, called friendlyLayerTitles()