WindowsMIDIOutput

Undocumented in source.

Constructors

this
this(UINT deviceID)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

start
int start()

Starts the MIDI output stream.

stop
int stop()

Stops the MIDI output stream.

write
void write(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
HMIDIOUT handle;
Undocumented in source.
lastErrorCode
MMRESULT lastErrorCode;

The last error code produced by the OS

Inherited Members

From MIDIOutput

lastStatusCode
int lastStatusCode;

The last status code returned by a function

write
void write(ubyte[] buffer)

Sends data to the output

start
int start()

Starts the MIDI output stream.

stop
int stop()

Stops the MIDI output stream.

Meta