class

PMStream

Inherits Reference < Object

This abstract superclass represents a PortMidi I/O stream.

Constructors

new(stream : LibPortMIDI::Stream)
Source

Instance methods

close

Closes the stream. Raises an exception on error.

Source
host_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.

Source
stream
Source
synchronize

Synchronizes the stream. Raises an exception on error.

Source