Module: MIDIEvents::Constant::Status
Overview
Shortcuts for dealing with MIDI status bytes
Provides quick lookup of status byte values by their human-readable names (e.g., "Note On" => 0x9).
Class Method Summary collapse
-
.find(status_name) ⇒ Integer?
(also: #[])
Find a status byte value by its name.
Instance Method Summary collapse
-
#find(status_name) ⇒ Integer?
(also: #[])
Find a status byte value by its name.