]> git.sesse.net Git - nageru/commit
Support pitch bend as a virtual MIDI controller.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 10 Jan 2019 18:28:46 +0000 (19:28 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 10 Jan 2019 18:28:50 +0000 (19:28 +0100)
commitbeead04c23b42c815f448cd0126d87f9627bbfde
treee36eab13e505237e3d787f111cf95e63a7bf411d
parent9c29ca89b638194f5771c22fadf6bf490d4595a3
Support pitch bend as a virtual MIDI controller.

The primary reason this is important is that it's got higher range
(up to 14-bit). Also, DJ controllers with a slider typically send
pitch bend values, so it's useful just to get to use them.
meson.build
nageru/controller_spin_box.h [new file with mode: 0644]
nageru/midi_mapper.cpp
nageru/midi_mapping_dialog.cpp
shared/midi_device.cpp
shared/midi_device.h