]> git.sesse.net Git - nageru/history - midi_mapper.cpp
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / midi_mapper.cpp
2018-04-30 Steinar H. GundersonAdd support for stereo width on the audio bus.
2018-02-19 Steinar H. GundersonDo not try to subscribe to our own MIDI port; causes...
2017-02-11 Steinar H. GundersonIgnore data from MIDI through; it causes us to basicall...
2017-02-11 Steinar H. GundersonIn the MIDI mapper, handle lost events without exiting...
2017-01-25 Steinar H. GundersonGive all of our threads meaningful names, to aid with...
2016-10-25 Steinar H. GundersonFix a missing break in a switch.
2016-10-25 Steinar H. GundersonCheck the return value of writing to the eventfd.
2016-10-25 Steinar H. GundersonFinal touch before release: Remove the MIDI controller...
2016-10-25 Steinar H. GundersonDon't try to set up MIDI mapper highlights before the...
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-25 Steinar H. GundersonAdd mute buttons.
2016-10-25 Steinar H. GundersonDon't highlight any controllers if no MIDI controller...
2016-10-25 Steinar H. GundersonAdd support for feedback lights (LEDs) on MIDI controllers.
2016-10-25 Steinar H. GundersonAdd the two final missing MIDI mappings, namely buttons...
2016-10-25 Steinar H. GundersonHighlight which controllers have currently active MIDI...
2016-10-22 Steinar H. GundersonImplement auto-training controllers in the MIDI input...
2016-10-22 Steinar H. GundersonMake the save and load buttons in the MIDI mapping...
2016-10-22 Steinar H. GundersonAdd an editor for the MIDI mappings.
2016-10-22 Steinar H. GundersonListen on all MIDI ports (including hotplug).
2016-10-22 Steinar H. GundersonRewrite the ALSA sequencer input loop.
2016-10-19 Steinar H. GundersonAdd support for controlling the audio using a MIDI...