t-asano
Results
1
comments of
t-asano
I made the following changes. Are they effective? ```cpp --- MidiThread.cpp.org +++ MidiThread.cpp @@ -117,7 +117,11 @@ if((header & 0x0f) == channel){ synthMutex.lock(); - synth.on(note, static_cast(velocity) / 127.0f); + if...