mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
"last_controllable_value" is using midi value range (0..127). It is used to compare received midi-value with the actual controllable for non-motorized surfaces, and this change allows the first event to already be in_sync. Previously the first MIDI-event was usually ignored (because last_controllable_value was out of bounds or didn't match the 0..127 range. |
||
|---|---|---|
| .. | ||
| MSVCardour_genericmidi | ||
| generic_midi_control_protocol.cc | ||
| generic_midi_control_protocol.h | ||
| gmcp_gui.cc | ||
| interface.cc | ||
| midiaction.cc | ||
| midiaction.h | ||
| midicontrollable.cc | ||
| midicontrollable.h | ||
| midifunction.cc | ||
| midifunction.h | ||
| midiinvokable.cc | ||
| midiinvokable.h | ||
| wscript | ||