adiron 3d3c093173 Added bending to MIDI (#2740)
This is done via MI_BENDD and MI_BENDU. At the moment the value is
hardcoded and cannot be adjusted (future commit?) and is the max for the
`midi_send_pitchbend` function (up or down).

`MI_BENDD` and `MI_BENDU` both require `#define MIDI_ADVANCED`

MIDI pitch bend was already implemented in `protocol/midi.c`, I merely
added the keycodes to trigger them. :) (thanks to Jack, two years ago
in commit fb4fe52c apparently)
2018-04-18 22:22:08 -04:00
..
2017-04-09 18:34:59 +03:00
2017-03-28 15:20:36 -07:00
2017-03-28 15:20:36 -07:00
2017-04-19 01:40:16 +07:00
2017-04-19 01:40:16 +07:00
2017-03-28 15:20:36 -07:00
2017-06-11 12:30:48 -04:00