fundamental / rtosc

Realtime Safe OSC packet serialization and dispatch
https://fundamental-code.com/wiki/rtosc/
MIT License
85 stars 16 forks source link

Bug In Rebinding MIDI Mapping After Unlearning #33

Closed fundamental closed 7 years ago

fundamental commented 7 years ago

There appears to be a bug in midimapper. Perhaps some data isn't cleared on unlearning things properly?

<trebmuh> launching Zyn with the advanced UI (FLTK)
<trebmuh> then, middle-click on the "Pan" rotative knob
<trebmuh> then, moving the "Modulation" wheel on my MIDI-USB keyboard
<trebmuh> ok, the Pan is assigned, and works as expected
<trebmuh> now, I shift+middle-click on the Pan knob on the GUI
<trebmuh> the MIDI control is unlearned. Fine.
<trebmuh> then, I middle-click on the Pan knob and move the modulation wheel on my keyboard (in order to re-learn it)
<trebmuh> something is fishy here : if I move the modulation wheel on my keyboard, the Pan knob goes staight to 0
trebmuh commented 7 years ago

Yes, that does fix it. Thanks Mark.