iomidi:用于MIDI输入和输出的Python库

时间:2021-05-21 00:13:23
【文件属性】:
文件名称:iomidi:用于MIDI输入和输出的Python库
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-21 00:13:23
python midi io Python 伊奥米迪 用于基本MIDI输入和输出的Python库。 安装 您可以通过在终端中键入以下内容来通过安装: pip install iomidi 例子 创建一个MIDI文件 import iomidi # A MIDI file consists of one or more MIDI tracks. # Create an empty track. track = iomidi . MIDITrack () # A MIDI track is a series of one or more events. # Create some events. pressC = iomidi . NoteOnEvent ( delta = 100 , # time to wait after the previous event in terms of ticks channel =
【文件预览】:
iomidi-master
----iomidi.py(12KB)
----setup.cfg(40B)
----setup.py(310B)
----README.md(1KB)
----.gitignore(33B)

网友评论