Class: MIDIMessage::ControlChange

Inherits:
Object
  • Object
show all
Includes:
ChannelMessage
Defined in:
lib/midi-message/messages.rb

Overview

MIDI Control Change message

Constant Summary collapse

DATA =
[:channel, :index, :value]
DISPLAY_NAME =
"Control Change"
CONSTANT =
{ "Control Change" => :index }

Constants included from MIDIMessage

ChannelPressure, Controller, PolyAftertouch, PolyPressure, PolyphonicPressure, VERSION

Instance Attribute Summary

Attributes included from ChannelMessage

#data, #name

Method Summary

Methods included from ChannelMessage

#initialize, #initialize_properties, new

Methods included from MIDIMessage

parse, with_context