Class: CoreMIDI::Events::ProgramChange
- Inherits:
-
Struct
- Object
- Struct
- CoreMIDI::Events::ProgramChange
- Defined in:
- lib/coremidi.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#preset ⇒ Object
Returns the value of attribute preset.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
44 45 46 |
# File 'lib/coremidi.rb', line 44 def channel @channel end |
#preset ⇒ Object
Returns the value of attribute preset
44 45 46 |
# File 'lib/coremidi.rb', line 44 def preset @preset end |