Class: CoreMIDI::Events::ChannelPressure
- Inherits:
-
Struct
- Object
- Struct
- CoreMIDI::Events::ChannelPressure
- Defined in:
- lib/coremidi.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
45 46 47 |
# File 'lib/coremidi.rb', line 45 def channel @channel end |
#pressure ⇒ Object
Returns the value of attribute pressure
45 46 47 |
# File 'lib/coremidi.rb', line 45 def pressure @pressure end |