MidiIO class public functions
An index of inherited functions can be found at the bottom of this page.
- MidiIO(void);
- No description available.
- MidiIO(int outPort, int inPort);
- No description available.
- ~MidiIO();
- Does nothing.
- void close(void);
- Closes both the input and output ports.
- void closeInput(void);
- Closes input port.
- void closeOutput(void);
- Closes the output port.
- int getChannelInOffset(void) const;
- Will be deleted soon.
- int getChannelOutOffset(void) const;
- Will be deleted soon.
- int getInputPort(void);
- Returns the MIDI input port from which the object receives input.
- int getInputTrace(void);
- Returns true if trace of MIDI input is on; otherwise returns false. If trace is on, then will print to screen the MIDI message received.
- int getNumInputPorts(void);
- calls MidiInput::getNumPorts().
- int getNumOutputPorts(void);
- MidiOutput::getNumPorts().
- int getOutputPort(void);
- Returns the MIDI output port to which the object directs output.
- int getOutputTrace(void);
- No description available.
- int open(void);
- Opens the input and output MIDI ports.
- int openInput(void);
- Opens the input MIDI port.
- int openOutput(void);
- Opens the output MIDI port.
- void setChannelOffset(int anOffset);
- Will be deleted soon.
- void setInputPort(int aPort);
- No description available.
- void setInputTrace(int aState);
- No description available.
- void setOutputPort(int aPort);
- No description available.
- void setOutputTrace(int aState);
- No description available.
- void toggleInputTrace(void);
- No description available.
- void toggleOutputTrace(void);
- No description available.
Functions inherited from MidiOutput:
Functions inherited from MidiOutPort:
Functions inherited from MidiInput:
Functions inherited from MidiInPort: