minuit.device.winmm

Members

Classes

MnInputHandle
class MnInputHandle

Handle of an input port.

MnInputPort
class MnInputPort

A single midi input port.

MnOutputHandle
class MnOutputHandle

Handle of an output port.

MnOutputPort
class MnOutputPort

A single midi output port.

Functions

mnCanReceiveInput
bool mnCanReceiveInput(MnInputHandle handle)
Undocumented in source. Be warned that the author may not have intended to support it.
mnCloseInput
void mnCloseInput(MnInputHandle handle)
Undocumented in source. Be warned that the author may not have intended to support it.
mnCloseOutput
void mnCloseOutput(MnOutputHandle handle)
Undocumented in source. Be warned that the author may not have intended to support it.
mnFetchInputs
MnInputPort[] mnFetchInputs()
Undocumented in source. Be warned that the author may not have intended to support it.
mnFetchOutputs
MnOutputPort[] mnFetchOutputs()
Undocumented in source. Be warned that the author may not have intended to support it.
mnOpenInput
MnInputHandle mnOpenInput(MnInputPort port)
Undocumented in source. Be warned that the author may not have intended to support it.
mnOpenOutput
MnOutputHandle mnOpenOutput(MnOutputPort port)
Undocumented in source. Be warned that the author may not have intended to support it.
mnReceiveInput
ubyte[] mnReceiveInput(MnInputHandle handle)
Undocumented in source. Be warned that the author may not have intended to support it.
mnSendOutput
void mnSendOutput(MnOutputHandle handle, ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
mnSendOutput
void mnSendOutput(MnOutputHandle handle, ubyte a, byte b)
Undocumented in source. Be warned that the author may not have intended to support it.
mnSendOutput
void mnSendOutput(MnOutputHandle handle, ubyte a, ubyte b, ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
mnSendOutput
void mnSendOutput(MnOutputHandle handle, ubyte a, ubyte b, ubyte c, ubyte d)
Undocumented in source. Be warned that the author may not have intended to support it.
mnSendOutput
void mnSendOutput(MnOutputHandle handle, const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Enalye