MIDIOutput.write

Sends data to the output

class MIDIOutput
abstract @nogc nothrow
void
write
(
ubyte[] buffer
)

Parameters

buffer ubyte[]

Data that will be written to the output.

Meta