Files
ardour/libs/surfaces
Robin Gareus 9398a6f60a Fix generic MIDI encoder off by one
Increment for CC values > 0x40, decrement control for values <= 40.
 - 0x41 increment by one
 - 0x40 decrement by one

previously: 0x3f decremented by one, 0x3e by two, .. 0x00 by 64,
but 0x40 also by 64.
2020-06-06 17:10:31 +02:00
..
2020-03-21 19:46:38 +01:00
2020-03-21 19:46:38 +01:00
2020-04-05 14:45:18 -07:00
2020-02-20 12:53:57 -07:00
2020-03-21 19:46:38 +01:00
2020-02-22 23:10:24 +01:00