File: control

package info (click to toggle)
abcmidi 20210221-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,212 kB
  • sloc: ansic: 31,612; sh: 434; makefile: 106
file content (40 lines) | stat: -rw-r--r-- 1,648 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
Source: abcmidi
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Dennis Braun <d_braun@kabelmail.de>
Section: sound
Priority: optional
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/multimedia-team/abcmidi
Vcs-Git: https://salsa.debian.org/multimedia-team/abcmidi.git
Homepage: https://ifdo.ca/~seymour/runabc/top.html
Rules-Requires-Root: no

Package: abcmidi
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: abcm2ps,
          timidity | pmidi,
          postscript-viewer
Conflicts: abcmidi-yaps
Replaces: abcmidi-yaps
Description: converter from ABC to MIDI format and back
 This package contains the programs `abc2midi' and `midi2abc',  which
 convert from the abc musical notation format to standard MIDI format
 and vice-versa. They can generate accompaniment from guitar chords
 in the abc file, as well as insert various MIDI events; the
 MIDI-to-abc translation tries to figure out bars, triplets and
 accidentals on its own.
 .
 The package also contains `abc2abc' (an abc prettyprinter/transposer),
 `mftext' (a program that dumps a MIDI file as text), and `midicopy'
 (a program that extracts specific tracks, channels or time intervals
 from a MIDI file).
 .
 The package also contains Yet another ABC to PostScript converter (yaps)
 which translates tunes written in the ABC format to PostScript,
 which can then be viewed on screen or printed. It is essentially a
 (non-exclusive) alternative to abc2ps, being based on the abc2ps
 PostScript code together with the ABC parser from the abcmidi package.