#include <MIDI_Interfaces/MIDI_Pipes.hpp>
template<size_t N, class Pipe = MIDI_Pipe>
struct MIDI_PipeFactory< N, Pipe >
Class that produces multiple MIDI_Pipes.
- Template Parameters
-
N | The maximum number of pipes it can produce. |
Pipe | The type of pipes to produce. |
- See also
- MIDI Routing
-
Routing MIDI messages (MIDI tutorial)
- Examples
- Dual-MIDI-Interface.ino, MIDI-Monitor-OLED.ino, and MIDI_Pipes-Routing.ino.
Definition at line 659 of file MIDI_Pipes.hpp.
◆ getNext()
template<size_t N, class Pipe = MIDI_Pipe>
◆ operator[]() [1/2]
template<size_t N, class Pipe = MIDI_Pipe>
Pipe & operator[] |
( |
size_t | i | ) |
|
|
inline |
◆ operator[]() [2/2]
template<size_t N, class Pipe = MIDI_Pipe>
const Pipe & operator[] |
( |
size_t | i | ) |
const |
|
inline |
◆ pipes
template<size_t N, class Pipe = MIDI_Pipe>
◆ index
template<size_t N, class Pipe = MIDI_Pipe>
The documentation for this struct was generated from the following file: