Control Surface
main
MIDI Control Surface library for Arduino
|
Go to the source code of this file.
Classes | |
class | RelativeCCSender |
Class that sends relative/incremental MIDI control change messages. More... | |
Enumerations | |
enum | relativeCCmode { TWOS_COMPLEMENT , BINARY_OFFSET , SIGN_MAGNITUDE , NEXT_ADDRESS = 4 , REAPER_RELATIVE_1 = TWOS_COMPLEMENT , REAPER_RELATIVE_2 = BINARY_OFFSET , REAPER_RELATIVE_3 = SIGN_MAGNITUDE , TRACKTION_RELATIVE = TWOS_COMPLEMENT , MACKIE_CONTROL_RELATIVE = SIGN_MAGNITUDE , KORG_KONTROL_INC_DEC_1 = NEXT_ADDRESS } |
The encoding to use for relative control change value. More... | |
enum relativeCCmode |
The encoding to use for relative control change value.
Definition at line 10 of file RelativeCCSender.hpp.