This abstract superclass represents a PortMidi I/O stream.
Constructors
new(stream : LibPortMIDI::Stream)
SourceInstance methods
close
Closes the stream. Raises an exception on error.
Sourcehost_error?
Returns true if the stream has a pending host error.
The PortMidi docs note that normally you won't have to call this method.
Sourcesynchronize
Synchronizes the stream. Raises an exception on error.
Source