armos ~master (2017-11-12T13:15:57Z)
Dub
Repo
MidiStream
armos
communication
midi
class
MidiStream {
this
(int id, size_t bufferSize);
static
int
defaultInputDeviceId
();
MidiStream
close
();
MidiMessage
[]
popMessages
();
}
Constructors
this
this
(int id, size_t bufferSize)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
close
MidiStream
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
popMessages
MidiMessage
[]
popMessages
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
defaultInputDeviceId
int
defaultInputDeviceId
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
armos
communication
midi
classes
MidiStream
structs
MidiMessage