arduino_midi_library:Arduino的MIDI

时间:2024-02-19 18:14:54
【文件属性】:

文件名称:arduino_midi_library:Arduino的MIDI

文件大小:126KB

文件格式:ZIP

更新时间:2024-02-19 18:14:54

arduino midi arduino-midi-library ArduinoC++

Arduino MIDI库 该库将MIDI I / O通信添加到Arduino板。 产品特点 新增功能:通过USB,蓝牙,IP和AppleMIDI的MIDI(请参见“ )。 新增:主动感应支持 与所有Arduino开发板兼容(以及具有AVR处理器的克隆)。 发送和接收各种MIDI消息(包括所有系统消息,SysEx,时钟等)的简便快捷方法。 OMNI输入读数(读取所有通道)。 软件直通,带有消息过滤功能。 可更轻松地处理输入消息。 最后收到的消息将被保存,直到收到新的消息为止。 可配置:。 为合并/拆分器应用程序创建多个MIDI接口。 使用任何串行端口,硬件或软件。 入门 使用Arduino库管理器安装库。 开始编码: # include < MIDI> // Create and bind the MIDI interface to the default hardware Serial port MIDI_CREATE_DEFAULT_INSTANCE (); void setup () { MIDI. begin (MIDI_CHANNEL_O


【文件预览】:
arduino_midi_library-master
----.github()
--------ISSUE_TEMPLATE()
----external()
--------CMakeLists.txt(30B)
--------google-test()
----.gitmodules(112B)
----src()
--------serialMIDI.h(4KB)
--------MIDI.cpp(4KB)
--------MIDI.h(12KB)
--------midi_Settings.h(4KB)
--------midi_Platform.h(2KB)
--------CMakeLists.txt(217B)
--------midi_Defs.h(10KB)
--------MIDI.hpp(55KB)
--------midi_Message.h(3KB)
--------midi_Namespace.h(2KB)
----.vscode()
--------c_cpp_properties.json(2KB)
--------arduino.json(39B)
--------settings.json(277B)
--------tasks.json(736B)
----doc()
--------midi_DoxygenMainPage.h(1KB)
--------Doxyfile(101KB)
--------.gitignore(11B)
--------sysex-codec.md(3KB)
----CMakeLists.txt(189B)
----builder()
--------CMakeLists.txt(998B)
----res()
--------packaging.command(852B)
--------validator()
--------library-manager.png(18KB)
----keywords.txt(5KB)
----examples()
--------DualMerger()
--------Input()
--------AltPinSerial()
--------RPN_NRPN()
--------Bench()
--------ErrorCallback()
--------SimpleSynth()
--------Callbacks()
--------Basic_IO()
----CONTRIBUTING.md(518B)
----.travis.yml(3KB)
----LICENSE(1KB)
----test()
--------CMakeLists.txt(53B)
--------unit-tests()
--------mocks()
----README.md(6KB)
----ReleaseNotes.md(1KB)
----library.properties(344B)
----.editorconfig(147B)
----.gitignore(131B)
----library.json(659B)

网友评论