File: control

package info (click to toggle)
mididings 0~20120419~ds0-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 960 kB
  • ctags: 1,555
  • sloc: python: 5,085; cpp: 3,454; ansic: 319; makefile: 8
file content (90 lines) | stat: -rw-r--r-- 2,647 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: mididings
Section: sound
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 9~),
 libasound2-dev,
 libboost-python-dev (>= 1.54),
 libboost-thread-dev (>= 1.54),
 libjack-dev,
 libsmf-dev,
 python-all-dev (>= 2.6.6-3~),
 python-gobject-dev (>= 2.18.0)
Standards-Version: 3.9.4
X-Python-Version: >= 2.5
Homepage: http://das.nasophon.de/mididings/

Package: python-mididings
Section: python
Architecture: any
Depends:
 python-decorator,
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Suggests:
 python-dbus,
 python-liblo,
 python-pyinotify,
 python-tk
Provides:
 ${python:Provides}
Description: MIDI routing library for Python
 mididings is a MIDI router and processor based on Python,
 supporting ALSA and JACK MIDI.
 .
 Features:
  * MIDI routing and filtering
    Filter events depending on their event type, channel,
    note number, velocity, etc., and freely route them
    between an arbitrary number of input and output ports.
  * Modifying and converting MIDI events
    Transpose notes, apply velocity curves, change
    controller values and ranges, or convert events to any
    other MIDI event type. mididings also includes more
    complex functions like a diatonic harmonizer, floating
    split points, latched notes, and more.
  * Seamless switching between patches
    Set up different "scenes", each with its own MIDI
    routing and processing, and switch between them at any
    time, even while playing. Switching scenes does not
    affect notes already held, and does not result in
    dropouts or stuck notes!
  * MIDI event monitoring, running external commands
    Print MIDI event data to the console to help debugging
    your patches and configuring your MIDI controllers. In
    addition to its MIDI output, mididings can also
    execute shell commands and send OSC or DBUS messages.

Package: mididings
Architecture: all
Depends:
 python,
 python-dbus,
 python-liblo,
 python-mididings (<< ${source:Upstream-Version}+1~),
 python-mididings (>= ${source:Version}),
 python-pyinotify,
 python-tk,
 ${misc:Depends},
 ${python:Depends}
Suggests:
 mididings-doc
Description: MIDI router and processor based on Python
 mididings is a MIDI router and processor based on Python,
 supporting ALSA and JACK MIDI.
 .
 This package contains the mididings and livedings
 applications.

Package: mididings-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends}
Description: mididings Documentation
 mididings is a MIDI router and processor based on Python,
 supporting ALSA and JACK MIDI.
 .
 This package contains the documentation files for mididings.