Class: Webmidi::Message::System::Start

Inherits:
Base
  • Object
show all
Defined in:
lib/webmidi/message/system.rb

Instance Attribute Summary

Attributes inherited from Base

#timestamp

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_bytesObject



132
133
134
# File 'lib/webmidi/message/system.rb', line 132

def to_bytes
  [0xFA]
end