A class for saving an offset to a MIDI address. More...
#include <Def/MIDIAddress.hpp>
 Collaboration diagram for RelativeMIDIAddress: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 | 
A class for saving an offset to a MIDI address.
It can be added to a MIDIAddress.
Definition at line 64 of file MIDIAddress.hpp.
      
  | 
  inlineconstexpr | 
Definition at line 68 of file MIDIAddress.hpp.
      
  | 
  inlineconstexpr | 
Definition at line 69 of file MIDIAddress.hpp.
      
  | 
  inlineconstexpr | 
Definition at line 77 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 84 of file MIDIAddress.hpp.