Class: Webmidi::Message::System::Stop
- Defined in:
- lib/webmidi/message/system.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#==, #channel, #deconstruct, #deconstruct_keys, #eql?, #hash, #initialize, #same_bytes?, #same_event?, #to_binary, #to_hex, #with
Constructor Details
This class inherits a constructor from Webmidi::Message::Base
Instance Method Details
#to_bytes ⇒ Object
144 145 146 |
# File 'lib/webmidi/message/system.rb', line 144 def to_bytes [0xFC] end |