Class that produces multiple MIDI_Pipes.  
 More...
#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.  | 
  
   
- Examples
 - Dual-MIDI-Interface.ino, and MIDI_Pipes-Routing.ino.
 
Definition at line 557 of file MIDI_Pipes.hpp.
 
◆ getNext()
◆ operator[]() [1/2]
  
  
      
        
          | Pipe& operator[]  | 
          ( | 
          size_t  | 
          i | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator[]() [2/2]
  
  
      
        
          | const Pipe& operator[]  | 
          ( | 
          size_t  | 
          i | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ pipes
◆ index
The documentation for this struct was generated from the following file: