MidiOutDevice

Undocumented in source.

Constructors

this
this(MidiOutDeviceDesc desc)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
open
bool open()
Undocumented in source. Be warned that the author may not have intended to support it.
sendEvent
void sendEvent(ubyte b1)
Undocumented in source. Be warned that the author may not have intended to support it.
sendEvent
void sendEvent(ubyte b1, ubyte b2)
Undocumented in source. Be warned that the author may not have intended to support it.
sendEvent
void sendEvent(ubyte b1, ubyte b2, ubyte b3)
Undocumented in source. Be warned that the author may not have intended to support it.
sendEvent
void sendEvent(ubyte b1, ubyte b2, ubyte b3, ubyte b4)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

closed
bool closed;
Undocumented in source.
desc
MidiOutDeviceDesc desc;
Undocumented in source.
hdrPrepared
bool hdrPrepared;
Undocumented in source.

Meta