Class: CoreMIDI::Events::NoteOff
- Inherits:
-
Struct
- Object
- Struct
- CoreMIDI::Events::NoteOff
- Defined in:
- lib/coremidi.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#pitch ⇒ Object
Returns the value of attribute pitch.
-
#velocity ⇒ Object
Returns the value of attribute velocity.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
42 43 44 |
# File 'lib/coremidi.rb', line 42 def channel @channel end |
#pitch ⇒ Object
Returns the value of attribute pitch
42 43 44 |
# File 'lib/coremidi.rb', line 42 def pitch @pitch end |
#velocity ⇒ Object
Returns the value of attribute velocity
42 43 44 |
# File 'lib/coremidi.rb', line 42 def velocity @velocity end |