Class: MIDIEvents::ControlChange
- Inherits:
-
Object
- Object
- MIDIEvents::ControlChange
- Includes:
- ChannelMessage
- Defined in:
- lib/midi-events/messages.rb
Overview
MIDI Control Change message
Constant Summary collapse
- STATUS =
0xB
- DATA =
[:channel, :index, :value].freeze
- DISPLAY_NAME =
'Control Change'.freeze
- CONSTANT =
{ 'Control Change' => :index }.freeze
Constants included from MIDIEvents
ChannelPressure, Controller, PolyAftertouch, PolyPressure, PolyphonicPressure, VERSION