Control Surface  1.1.1
MIDI Control Surface library for Arduino
Classes | Variables
Channel.hpp File Reference
#include <stdint.h>
#include <Settings/NamespaceSettings.hpp>
Include dependency graph for Channel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Channel
 A type-safe class for MIDI channels. More...
 

Variables

constexpr Channel CHANNEL_1 = 1_ch
 
constexpr Channel CHANNEL_2 = 2_ch
 
constexpr Channel CHANNEL_3 = 3_ch
 
constexpr Channel CHANNEL_4 = 4_ch
 
constexpr Channel CHANNEL_5 = 5_ch
 
constexpr Channel CHANNEL_6 = 6_ch
 
constexpr Channel CHANNEL_7 = 7_ch
 
constexpr Channel CHANNEL_8 = 8_ch
 
constexpr Channel CHANNEL_9 = 9_ch
 
constexpr Channel CHANNEL_10 = 10_ch
 
constexpr Channel CHANNEL_11 = 11_ch
 
constexpr Channel CHANNEL_12 = 12_ch
 
constexpr Channel CHANNEL_13 = 13_ch
 
constexpr Channel CHANNEL_14 = 14_ch
 
constexpr Channel CHANNEL_15 = 15_ch
 
constexpr Channel CHANNEL_16 = 16_ch
 

Variable Documentation

◆ CHANNEL_1

constexpr Channel CHANNEL_1 = 1_ch
constexpr

◆ CHANNEL_2

constexpr Channel CHANNEL_2 = 2_ch
constexpr

◆ CHANNEL_3

constexpr Channel CHANNEL_3 = 3_ch
constexpr

◆ CHANNEL_4

constexpr Channel CHANNEL_4 = 4_ch
constexpr

◆ CHANNEL_5

constexpr Channel CHANNEL_5 = 5_ch
constexpr
Examples
1.First-Output.ino, and MIDI_controller-97.ino.

Definition at line 115 of file Channel.hpp.

◆ CHANNEL_6

constexpr Channel CHANNEL_6 = 6_ch
constexpr
Examples
1.First-Output.ino, and MIDI_controller-97.ino.

Definition at line 116 of file Channel.hpp.

◆ CHANNEL_7

constexpr Channel CHANNEL_7 = 7_ch
constexpr
Examples
1.First-Output.ino, and MIDI_controller-97.ino.

Definition at line 117 of file Channel.hpp.

◆ CHANNEL_8

constexpr Channel CHANNEL_8 = 8_ch
constexpr
Examples
1.First-Output.ino, and MIDI_controller-97.ino.

Definition at line 118 of file Channel.hpp.

◆ CHANNEL_9

constexpr Channel CHANNEL_9 = 9_ch
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 119 of file Channel.hpp.

◆ CHANNEL_10

constexpr Channel CHANNEL_10 = 10_ch
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 120 of file Channel.hpp.

◆ CHANNEL_11

constexpr Channel CHANNEL_11 = 11_ch
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 121 of file Channel.hpp.

◆ CHANNEL_12

constexpr Channel CHANNEL_12 = 12_ch
constexpr
Examples
MIDI_controller-97.ino.

Definition at line 122 of file Channel.hpp.

◆ CHANNEL_13

constexpr Channel CHANNEL_13 = 13_ch
constexpr

Definition at line 123 of file Channel.hpp.

◆ CHANNEL_14

constexpr Channel CHANNEL_14 = 14_ch
constexpr

Definition at line 124 of file Channel.hpp.

◆ CHANNEL_15

constexpr Channel CHANNEL_15 = 15_ch
constexpr

Definition at line 125 of file Channel.hpp.

◆ CHANNEL_16

constexpr Channel CHANNEL_16 = 16_ch
constexpr

Definition at line 126 of file Channel.hpp.