Closed izzyreal closed 1 year ago
The new velocity is set properly, as you can see by exiting and returning to the step editor. Probably a missing notifyObservers invocation inside NoteOnEvent::setVelocity. Works fine for other NoteOnEvent and other *Event properties.
notifyObservers
NoteOnEvent::setVelocity
NoteOnEvent
*Event
#01a8666e878c1dcfc6fb50bb9e1b09d1785ba1c5 fixes this
Verified
The new velocity is set properly, as you can see by exiting and returning to the step editor. Probably a missing
notifyObservers
invocation insideNoteOnEvent::setVelocity
. Works fine for otherNoteOnEvent
and other*Event
properties.