Class: Rtmidi::Message::ChannelAftertouch

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



10
11
12
# File 'lib/rtmidi/message.rb', line 10

def channel
  @channel
end

#pressureObject

Returns the value of attribute pressure

Returns:

  • (Object)

    the current value of pressure



10
11
12
# File 'lib/rtmidi/message.rb', line 10

def pressure
  @pressure
end