OutputStream
An output MIDI stream.
Constructors
Opens and returns a new OutputStream. This convenience method provides
default for most of its arguments.
Instance methods
Terminates outgoing messages immediately. This stream should be closed immediately after this call. Raises an exception on error.
Writes the length LibPortMIDI::Event structs in buffer. Raises an
exception on error.
Writes all of the LibPortMIDI::Event structs in buffer. Raises an
exception on error.
Writes a single msg at time when_tstamp (now by default). Raises an exception on error.
Writes a single MIDI message consisting of status, data1 (default value 0), and data2 (default 0) at time when_tstamp (default now). Raises an exception on error.
Writes a sysex msg at time when_tstamp (now by default). Raises an exception on error.