#include <MIDI_Interfaces/MIDI_Pipes.hpp>
Class that produces multiple MIDI_Pipes.
| N | The maximum number of pipes it can produce. |
| Pipe | The type of pipes to produce. |
Definition at line 659 of file MIDI_Pipes.hpp.
Public Member Functions | |
| Pipe & | getNext () |
| Pipe & | operator[] (size_t i) |
| const Pipe & | operator[] (size_t i) const |
Public Attributes | |
| Pipe | pipes [N] |
| size_t | index = 0 |
|
inline |
Definition at line 663 of file MIDI_Pipes.hpp.
|
inline |
Definition at line 668 of file MIDI_Pipes.hpp.
|
inline |
Definition at line 669 of file MIDI_Pipes.hpp.
| Pipe pipes[N] |
Definition at line 660 of file MIDI_Pipes.hpp.
| size_t index = 0 |
Definition at line 661 of file MIDI_Pipes.hpp.