File: control

package info (click to toggle)
pd-midifile 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: ansic: 1,802; makefile: 36; sh: 31
file content (32 lines) | stat: -rw-r--r-- 980 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
Source: pd-midifile
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-puredata,
Standards-Version: 4.7.3
Section: sound
Homepage: https://github.com/pd-externals/midifile
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-midifile.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-midifile

Package: pd-midifile
Architecture: any
Depends:
 ${misc:Depends},
 ${puredata:Depends},
 ${shlibs:Depends},
Recommends:
 ${puredata:Recommends},
Suggests:
 ${puredata:Suggests},
Provides:
 ${puredata:Provides},
Description: Read and write MIDI files within Pd
 [midifile] allows one to read/write MIDI files from within Pure Data
 (Pd).
 .
 While Pd has built-in capabilities for handline live MIDI input and output,
 it has no facilities to work with MIDI files.
 Use this library if you need to work with such files.