QMidi:用于 MIDI 输出和 MIDI 文件 IO 的 Qt 库

时间:2021-05-30 05:59:11
【文件属性】:
文件名称:QMidi:用于 MIDI 输出和 MIDI 文件 IO 的 Qt 库
文件大小:24KB
文件格式:ZIP
更新时间:2021-05-30 05:59:11
C++ 米迪 在 Qt 中支持 MIDI 的一种简单的跨平台方式。 支持 MIDI 输出和 MIDI 文件 I/O。 Windows (Windows Multimedia)、Linux (ALSA)、Haiku (Midi Kit 2) 和 macOS (CoreMIDI) 支持 MIDI 输出。 MIDI 输出 QMidiOut类为系统的 MIDI 输出提供了一个接口。 /* devices() returns a QMap where the key is the ID and * the value is the user-friendly name. */ QMap vals = QMidiOut::devices(); QMidiOut midi; midi.connect( /* one of the keys (IDs) from `de
【文件预览】:
QMidi-master
----.gitignore(80B)
----src()
--------QMidiFile.cpp(22KB)
--------QMidiOut.h(1KB)
--------QMidiIn.cpp(293B)
--------QMidiOut.cpp(2KB)
--------QMidi.pri(605B)
--------OS()
--------QMidiIn.h(3KB)
--------QMidiFile.h(5KB)
----.travis.yml(207B)
----LICENSE.txt(1KB)
----meson.build(1KB)
----examples()
--------qtplaysmf()
----README.md(2KB)
----.gitattributes(66B)
----CMakeLists.txt(1KB)
----.editorconfig(216B)

网友评论