Class: MIDIEvents::ControlChange

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary

Attributes included from ChannelMessage

#data, #name

Method Summary

Methods included from ChannelMessage

#initialize, new

Methods included from MIDIEvents

with_context