13
0
livetrax/libs
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
..
appleutility
ardour Ignore NO-OP Latency changes 2020-06-05 20:44:57 +02:00
ardouralsautil
audiographer Add/remove source(s) in our MSVC project (audiographer) 2020-06-05 12:41:55 +01:00
backends Tweak PulseAudio re-initialization 2020-06-05 04:24:09 +02:00
canvas
clearlooks-newer
evoral Add ControlList docs that are relevant for Lua 2020-05-28 18:52:02 +02:00
fluidsynth
fst
gtkmm2ext add text to TRANSLATORS file explaining how contextual translation msgids work and should be translated 2020-05-20 14:40:10 -06:00
hidapi
libltc
lua
midi++2
panners
pbd
plugins
ptformat
qm-dsp
surfaces Fix generic MIDI encoder off by one 2020-06-06 17:10:31 +02:00
temporal Further change needed for 'libtemporal' 2020-05-29 12:28:13 +01:00
vamp-plugins Amend previous commit (no default namespace std) 2020-05-24 23:22:20 +02:00
vamp-pyin
vfork
waveview
widgets tweak Prompter API to allow skipping the default "Cancel" button 2020-05-18 16:04:41 -06:00
zita-convolver
zita-resampler