Class: CoreMIDI::Events::NoteOff

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

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel



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

def channel
  @channel
end

#pitchObject

Returns the value of attribute pitch



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

def pitch
  @pitch
end

#velocityObject

Returns the value of attribute velocity



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

def velocity
  @velocity
end