Class: Rtmidi::Message::ProgramChange
- Inherits:
-
Struct
- Object
- Struct
- Rtmidi::Message::ProgramChange
- Defined in:
- lib/rtmidi/message.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#program ⇒ Object
Returns the value of attribute program.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
9 10 11 |
# File 'lib/rtmidi/message.rb', line 9 def channel @channel end |
#program ⇒ Object
Returns the value of attribute program
9 10 11 |
# File 'lib/rtmidi/message.rb', line 9 def program @program end |