File: control

package info (click to toggle)
tse3 0.3.1-6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 4,888 kB
  • ctags: 4,135
  • sloc: cpp: 22,940; sh: 8,559; makefile: 332; perl: 47
file content (51 lines) | stat: -rw-r--r-- 2,016 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
Source: tse3
Section: sound
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10~), libasound2-dev [linux-any]
Standards-Version: 4.1.0
Homepage: http://tse3.sourceforge.net/

Package: libtse3-0.3.1c2a
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: libtse3-0.3.1
Replaces: libtse3-0.3.1
Description: portable MIDI sequencer engine in C++
 TSE3 is a portable open source MIDI sequencer engine written in C++.
 It provides programmers with rich and powerful sequencing
 capabilities.  Although it does not provide a user interface, it
 provides a lot of assistance to a UI, attempting to provide as much
 functionality as possible in as generic a manner as possible.
 .
 This package provides the shared library libtse3, which is required
 in order to run programs linked against tse3.

Package: libtse3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libtse3-0.3.1c2a (= ${binary:Version})
Description: portable MIDI sequencer engine in C++ - development files
 TSE3 is a portable open source MIDI sequencer engine written in C++.
 It provides programmers with rich and powerful sequencing
 capabilities.  Although it does not provide a user interface, it
 provides a lot of assistance to a UI, attempting to provide as much
 functionality as possible in as generic a manner as possible.
 .
 This package provides the headers and static libraries that are
 needed to compile something that uses tse3. It is not required to run
 programs that are linked against tse3.

Package: tse3play
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: MIDI/TSE3MDL player/converter
 tse3play plays TSE3MDL files and MIDI files using the TSE3 sequencer
 engine.
 .
 It can convert files between the two supported formats. While playing
 it provides text-based visual feedback and can stream an English
 representation of the contents of the file to standard output.