# File lib/midilib/event.rb, line 408
    def initialize(delta_time = 0)
        super(START, delta_time)
    end