Class: MIDI::SystemCommon

Inherits:
Event
  • Object
show all
Defined in:
lib/midilib/event.rb

Direct Known Subclasses

SongPointer, SongSelect, SystemExclusive, TuneRequest

Instance Attribute Summary

Attributes inherited from Event

#delta_time, #print_channel_numbers_from_one, #print_decimal_numbers, #print_note_names, #status, #time_from_start

Instance Method Summary collapse

Methods inherited from Event

#<=>, #channel_to_s, #data_as_bytes, #number_to_s, #quantize_to, #to_s

Constructor Details

#initialize(status, delta_time) ⇒ SystemCommon

Returns a new instance of SystemCommon.



261
262
263
# File 'lib/midilib/event.rb', line 261

def initialize(status, delta_time)
  super(status, delta_time)
end