File: control

package info (click to toggle)
python-mido 1.3.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 920 kB
  • sloc: python: 4,006; makefile: 127; sh: 4
file content (29 lines) | stat: -rw-r--r-- 1,185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: python-mido
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
 python3-pytest (>= 2.9.2)
Standards-Version: 4.6.0
Homepage: https://github.com/mido/mido
X-Python3-Version: >= 3.6
Vcs-Git: https://salsa.debian.org/debian/python-mido.git
Vcs-Browser: https://salsa.debian.org/debian/python-mido
Rules-Requires-Root: no

Package: python3-mido
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: libportmidi0, libportmidi-dev, python3-rtmidi
Description: 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.