Class: Rtmidi::Message::ControlChange

Inherits:
Struct
  • Object
show all
Defined in:
lib/rtmidi/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



8
9
10
# File 'lib/rtmidi/message.rb', line 8

def channel
  @channel
end

#controllerObject

Returns the value of attribute controller

Returns:

  • (Object)

    the current value of controller



8
9
10
# File 'lib/rtmidi/message.rb', line 8

def controller
  @controller
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'lib/rtmidi/message.rb', line 8

def value
  @value
end