Expand description
Contains data structures representing events sent to crate::synth::Synth
s
Structs§
- An event that occurred at a specific time within a buffer.
- Contains an iterator that yields events in order of increasing sample offset.
- Contains data common to both
NoteOn
andNoteOff
events. - Contains data about note expression.
- Represents an identifier for a note
Enums§
- The data associated with an event, independent of the time it occurred.
- A specific type of note expression.