[ 源代码: python-mido ]
软件包:python3-mido(1.2.10-1)
Python 3 module for working with MIDI messages and ports
Python 3 module for working with convenient messages objects, it has full support for the 18 messages defined by the MIDI standard. Mido brings support for MIDI files (read, write, create and play) with complete access to every message in the file, including all common meta messages. Implements MIDI over TCP/IP with socket ports, allowing wireless MIDI between two computers. Also includes programs for playing MIDI files, listing ports and serving and forwarding ports over a network.
其他与 python3-mido 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: libportmidi-dev
- library for real-time MIDI input/output
-
- sug: libportmidi0
- library for real-time MIDI input/output
-
- sug: python3-rtmidi
- Python wrapper for the RtMidi C++ library written with Cython