Class: Webmidi::Message::System::Clock

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



126
127
128
# File 'lib/webmidi/message/system.rb', line 126

def to_bytes
  [0xF8]
end