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