Class: Rtmidi::Message::NoteOff
- Inherits:
-
Struct
- Object
- Struct
- Rtmidi::Message::NoteOff
- 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.
-
#velocity ⇒ Object
Returns the value of attribute velocity.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
5 6 7 |
# File 'lib/rtmidi/message.rb', line 5 def channel @channel end |
#note ⇒ Object
Returns the value of attribute note
5 6 7 |
# File 'lib/rtmidi/message.rb', line 5 def note @note end |
#velocity ⇒ Object
Returns the value of attribute velocity
5 6 7 |
# File 'lib/rtmidi/message.rb', line 5 def velocity @velocity end |