iota.audio.midi

Undocumented in source.

Public Imports

iota.audio.types
public import iota.audio.types;
Undocumented in source.
iota.audio.midiin
public import iota.audio.midiin;
Undocumented in source.
iota.audio.midiout
public import iota.audio.midiout;
Undocumented in source.

Members

Functions

getMIDIInputDevs
string[] getMIDIInputDevs()

Returns the name of all MIDI input devices.

getMIDIOutputDevs
string[] getMIDIOutputDevs()

Returns the name of all MIDI output devices.

initMIDI
int initMIDI()

Initializes MIDI subsystem.

openMIDIInput
int openMIDIInput(MIDIInput input, uint num, size_t bufSize)

Opens an input for a MIDI stream.

openMIDIOutput
int openMIDIOutput(MIDIOutput output, uint num)

Opens an output for a MIDI stream.

Variables

inDevs
string[] inDevs;
Undocumented in source.
lastErrorCode
MMRESULT lastErrorCode;

Te last error code that occured on the OS side.

lastStatusCode
int lastStatusCode;

The last error code that occured on middleware side.

outDevs
string[] outDevs;
Undocumented in source.

Meta