File: control

package info (click to toggle)
python-pypm 0.0.7-7
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 100 kB
  • sloc: python: 155; makefile: 16
file content (26 lines) | stat: -rwxr-xr-x 1,153 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
Source: python-pypm
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Matthew Grant <matthewgrant5@gmail.com>
Build-Depends: cdbs, debhelper (>= 5.0.38), python-support, python-pyrex, libportmidi-dev, libasound2-dev, python-all-dev
Standards-Version: 3.9.1
Homepage: http://bitbucket.org/aalex/pyportmidi/

Package: python-pypm
Architecture: any
Replaces: python-portmidi
Provides: python-portmidi
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4), python-support, libportmidi0
Suggests: timidity, freepats
Description: Python interface to libportmidi
 pyPortMidi is a Python wrapper for PortMidi. PortMidi is a cross-platform C
 library for realtime MIDI control. Using pyPortMidi, you can send and receive
 MIDI data in realtime from Python.
 .
 Besides using pyPortMidi to communicate to synthesizers and the like, it is
 possible to use pyPortMidi as a way to send MIDI messages between software
 packages on the same computer.
 .
 The original code is from John Harrison.
 See http://python-pyrex.media.mit.edu/~harrison/pyportmidi.html