Class: Rtmidi::Message::ChannelAftertouch
- Inherits:
-
Struct
- Object
- Struct
- Rtmidi::Message::ChannelAftertouch
- Defined in:
- lib/rtmidi/message.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#pressure ⇒ Object
Returns the value of attribute pressure.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
10 11 12 |
# File 'lib/rtmidi/message.rb', line 10 def channel @channel end |
#pressure ⇒ Object
Returns the value of attribute pressure
10 11 12 |
# File 'lib/rtmidi/message.rb', line 10 def pressure @pressure end |