re. windowsrefund https://github.com/rncbc/qtractor/blob/main/src/qtractorMidiEditView.cpp Line number 664 painter.fillRect(x + 1, y + 1, w1 - 4, h1 - 3, rgbNote); I changed that to painter.fillRect(x + 0, y + 0, w1 - 0, h1 - 0, rgbNote); Notes will lose shadow but snapping is good now ( at least for me ). Try changing it. Compile and test it. Reply
https://github.com/rncbc/qtractor/blob/main/src/qtractorMidiEditView.cpp
Line number 664
I changed that to
Notes will lose shadow but snapping is good now ( at least for me ).
Try changing it. Compile and test it.