SolfaMode
SolfaMode
OSC message addresses with upper case characters are converted into all lowercase strings. See api/externals/OSC/cl-osc/osc.lisp, JBJMC201309, force-string. (defun force-string (data) (string-downcase (string data))) This should fix it: (defun force-string (data)...
The miminum note duration setting might not work as expected. Problem may the following line in BasicPitch::setParameters. mParams.minNoteLength = static_cast(std::round(inMinNoteDurationMs * FFT_HOP / BASIC_PITCH_SAMPLE_RATE)); From how it is used in...
Resolves: #22354 Resolves: #18382 For a long time the midi output was broken in MuseScore 4. Due to inconsistent use of MIDI 2.0 and MIDI 1.0 data values a midi...