Expand description
Contains data structures representing events sent to crate::synth::Synth
s
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.
- Note
Data - Contains data common to both
NoteOn
andNoteOff
events. - Note
Expression Data - 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.
- Note
Expression - A specific type of note expression.