Remapping midi keyboard to nonstandard tunings
Is it possible to remap the midi keyboard to tunings that are not 12EDO? For example, if I wanted to remap the white keys to the 14EDO major scale, is that possible? If it is not a thing currently in the app, then is it possible to program it in via QML?
Comments
Which MIDI keyboard are you referring to? Some piece of hardware that send standard MIDI pitch information?
The short answer is "no".
You might create a remapping plugin that then remaps a (selection of a) score from "entered pitches" to "your custom pitches with accidentals and tuning" but I currently see no way of how this could be achieved in a "live" manner
In reply to Which MIDI keyboard are you… by jeetee
What I would want is to remap the already standard midi information that is sent to play something else. Is that possible in Musescore or QML, or do I have to write my own program to do something like that?
In reply to What I would want is to… by TheZipCreator
The answer remains "no", this is not available within MuseScore (and thus also not to the QML plugin interface).
Writing your own MIDI-remapper software that presents itself as a MIDI-device can indeed work.