Expand description
Enum representing the MIDI message.
Re-exports§
pub use crate::message::channel::Channel;pub use crate::message::control_function::ControlFunction;pub use crate::message::data::u14::U14;pub use crate::message::data::u7::U7;pub use crate::message::data::FromClamped;pub use crate::message::data::FromOverFlow;pub use crate::message::notes::Note;
Modules§
- channel
- Enum representing the MIDI channel.
- control_
function - Control function definitions.
- data
- Primitives and structures used in USB MIDI data.
- notes
- Enum representing the MIDI notes.
- raw
- Type for the raw MIDI message.
Enums§
- Message
- Represents the MIDI messages.
Type Aliases§
- Velocity
- Note velocity value.