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
|
Source: octave-audio
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-octave (>= 1.2.3),
dh-sequence-octave,
librtmidi-dev,
python3 <!nodoc>,
texlive <!nodoc>
Standards-Version: 4.7.0
Homepage: https://gnu-octave.github.io/packages/audio/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-audio.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-audio
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no
Package: octave-audio
Architecture: any
Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
Description: MIDI functions for Octave
This package provides MIDI functionality for Octave, a numerical
computation software. Three types of functions are provided: (1)
functions that directly allow opening, sending and receiving MIDI
messages, (2) functions that provide a layer on top of the device
functions for using MIDI controls, and (3) basic functions that allow
read and write of MIDI files.
.
This Octave add-on package is part of the Octave-Forge project.
|