MidiOutputThreadImplementation.injectEvent

Injects a midi event to the stream. It will be triggered as soon as possible and will NOT trigger you callback.

  1. void injectEvent(ubyte a, ubyte b, ubyte c)
    class MidiOutputThreadImplementation
    shared
    void
    injectEvent
    (
    ubyte a
    ,
    ubyte b
    ,
    ubyte c
    )
  2. void injectEvent(MidiEvent event)

Meta