]> git.sesse.net Git - nageru/commit
Add support for controlling the audio using a MIDI controller.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 9 Oct 2016 10:19:23 +0000 (12:19 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 19 Oct 2016 22:55:44 +0000 (00:55 +0200)
commit937b6ab9e4c5d13fe7f7bdcb5a17bf48929f44ce
tree5682719a8986b0189e4b6afd710e470f6218562c
parentd02079ef22fb3ef05ced8592b2dbf28bb5b289b3
Add support for controlling the audio using a MIDI controller.

This allows the user to control the audio using a dedicated controller,
as opposed to the mouse, which generally is a more direct and intuitive
user interface.

This is rather raw at the moment (e.g., hardcoded MIDI address, no real UI
indications of bank switches, and no UI for editing the mapping), but the
required basics are generally in place.
Makefile
flags.cpp
flags.h
mainwindow.cpp
mainwindow.h
midi_mapper.cpp [new file with mode: 0644]
midi_mapper.h [new file with mode: 0644]
midi_mapping.proto [new file with mode: 0644]
nonlinear_fader.cpp