Module events

Source
Expand description

Contains data structures representing events sent to crate::synth::Synths

Structs§

Event
An event that occurred at a specific time within a buffer.
Events
Contains an iterator that yields events in order of increasing sample offset.
NoteData
Contains data common to both NoteOn and NoteOff events.
NoteExpressionData
Contains data about note expression.
NoteID
Represents an identifier for a note

Enums§

Data
The data associated with an event, independent of the time it occurred.
NoteExpression
A specific type of note expression.