event-stream [Class]

An abstract class implementing most of the basic input and output protocol.

  event-stream provides the following slots to all score file and event stream subclasses:

name {string}
Holds the name (string) of the stream.
start {number}
Holds an optional initial start time for the stream. If specified, events earlier than start will not be written to the stream.
end {number}
Holds an optional initial end time for the stream. If specified, events later than end will not be written to the stream.
timescale {number}
Holds an optional scale factor for time values sent to the stream.

See Also:

About Open


Last Modified: 5-Mar-1998