#include <Def/MIDIAddress.hpp>
A class for saving an offset to a MIDI address.
It can be added to a MIDIAddress.
Definition at line 109 of file MIDIAddress.hpp.
Public Member Functions | |
constexpr | RelativeMIDIAddress () |
constexpr | RelativeMIDIAddress (int deltaAddress, int deltaChannel=0, int deltaCableNumber=0) |
constexpr bool | isValid () const |
RelativeMIDIAddress & | operator+= (RelativeMIDIAddress that) |
Compound addition. More... | |
Private Attributes | |
RawMIDIAddress | addresses |
|
inlineconstexpr |
Definition at line 113 of file MIDIAddress.hpp.
|
inlineconstexpr |
Definition at line 114 of file MIDIAddress.hpp.
|
inlineconstexpr |
Definition at line 122 of file MIDIAddress.hpp.
RelativeMIDIAddress & operator+= | ( | RelativeMIDIAddress | that | ) |
Compound addition.
Element-wise addition, result is valid if both operands were valid.
Definition at line 5 of file MIDIAddress.cpp.
|
private |
Definition at line 129 of file MIDIAddress.hpp.