#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.
Collaboration diagram for MIDI_PipeFactory< N, Pipe >: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 |
Definition at line 663 of file MIDI_Pipes.hpp.
Definition at line 668 of file MIDI_Pipes.hpp.
Definition at line 669 of file MIDI_Pipes.hpp.
Definition at line 660 of file MIDI_Pipes.hpp.
Definition at line 661 of file MIDI_Pipes.hpp.