Class: CoreMIDI::Events::NoteOn

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



41
42
43
# File 'lib/coremidi.rb', line 41

def channel
  @channel
end

#pitchObject

Returns the value of attribute pitch

Returns:

  • (Object)

    the current value of pitch



41
42
43
# File 'lib/coremidi.rb', line 41

def pitch
  @pitch
end

#velocityObject

Returns the value of attribute velocity

Returns:

  • (Object)

    the current value of velocity



41
42
43
# File 'lib/coremidi.rb', line 41

def velocity
  @velocity
end