Control Surface  1.2.0
MIDI Control Surface library for Arduino
Classes | Typedefs
MIDIAddress.hpp File Reference
#include <Def/Def.hpp>
+ Include dependency graph for MIDIAddress.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MIDIChannelCN
 A class for saving a MIDI channel and cable number. More...
 
class  RelativeMIDIAddress
 A class for saving an offset to a MIDI address. More...
 
class  MIDIAddress
 A type-safe utility class for saving a MIDI address consisting of a 7-bit address, a 4-bit channel, and a 4-bit cable number. More...
 

Typedefs

using MIDICNChannel = MIDIChannelCN
 
using MIDICNChannelAddress = MIDIAddress
 

Typedef Documentation

◆ MIDICNChannel

Deprecated:

Definition at line 60 of file MIDIAddress.hpp.

◆ MIDICNChannelAddress

Deprecated:

Definition at line 302 of file MIDIAddress.hpp.