Adding Scala tuning support to instrument
-
How can I add Scala .scl tuning file support for my instrument for loading custom tuning and microtonal scales on fly?
-
The simplest solution is converting the detune values to an JS array and use this with
Message.setFineDetune()
. If you have the same detune values for each octave, useMessage.getNoteNumber() % 12
to stay within the array limits