Class: CoreMIDI::Events::KeyPressure
- Inherits:
-
Struct
- Object
- Struct
- CoreMIDI::Events::KeyPressure
- 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.
-
#pressure ⇒ Object
Returns the value of attribute pressure.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
43 44 45 |
# File 'lib/coremidi.rb', line 43 def channel @channel end |
#pitch ⇒ Object
Returns the value of attribute pitch
43 44 45 |
# File 'lib/coremidi.rb', line 43 def pitch @pitch end |
#pressure ⇒ Object
Returns the value of attribute pressure
43 44 45 |
# File 'lib/coremidi.rb', line 43 def pressure @pressure end |