Class: Webmidi::Message::System::Start
- 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
132 133 134 |
# File 'lib/webmidi/message/system.rb', line 132 def to_bytes [0xFA] end |