Returns a new instance of Start.
371 372 373
# File 'lib/midilib/event.rb', line 371 def initialize(delta_time = 0) super(START, delta_time) end