name
MidiOut
None available
description
The MidiOut class is for sending midi events. An MidiOut is defined by a port and a midichannel. To get a MidiOut you have to use the getMidiOut() method of the MidiIO class.
constructors
none available
methods
Looks if two MidiOuts are equal.
Use this method to send a control change to the midioutput.
With this method you can send a note on to your midi output.
With this method you can send program changes to your midi output.
usage
Web & Application
related