/*! Thisisa[CoreMIDI](https://developer.apple.com/documentation/coremidi) library for Rust built on top of the low-level bindings [coremidi-sys](https://github.com/jonas-k/coremidi-sys). CoreMIDIisamacOSframeworkthatprovidesAPIsforcommunicatingwithMIDI(MusicalInstrumentDigitalInterface)devices,includinghardwarekeyboardsandsynthesizers.
Pleaseseethe[examples](https://github.com/chris-zen/coremidi/tree/master/examples) for getting an idea of how it looks like, but if you are eager to see an example, this is how you would send some note:
mod any_object; mod client; mod device; mod endpoints; mod entity; mod events; mod notifications; mod object; mod packets; mod ports; mod properties; mod protocol;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.