class PMStream
- PMStream
- Reference
- Object
Overview
This abstract superclass represents a PortMidi I/O stream.
Direct Known Subclasses
Defined in:
port_midi/pm_stream.crConstructors
Instance Method Summary
-
#close
Closes the stream.
-
#host_error? : Bool
Returns
trueif the stream has a pending host error. - #stream : LibPortMIDI::Stream
-
#synchronize
Synchronizes the stream.
Constructor Detail
Instance Method Detail
def host_error? : Bool
#
Returns true if the stream has a pending host error.
The PortMidi docs note that normally you won't have to call this method.