Class: CoreMIDI::Events::ChannelPressure

Inherits:
Struct
  • Object
show all
Defined in:
lib/coremidi.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



45
46
47
# File 'lib/coremidi.rb', line 45

def channel
  @channel
end

#pressureObject

Returns the value of attribute pressure

Returns:

  • (Object)

    the current value of pressure



45
46
47
# File 'lib/coremidi.rb', line 45

def pressure
  @pressure
end