izzyreal / mpc

mpc2000xl emulator static library
GNU General Public License v3.0
73 stars 8 forks source link

Step editor NoteOnEvent::setVelocity mutations are not updated in the UI #178

Closed izzyreal closed 1 year ago

izzyreal commented 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.

Merwijn commented 1 year ago

#01a8666e878c1dcfc6fb50bb9e1b09d1785ba1c5 fixes this

izzyreal commented 1 year ago

Verified