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
|
Source: pd-rtclib
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
debhelper (>=11~),
dh-buildinfo,
Standards-Version: 4.1.3
Section: sound
Homepage: https://download.puredata.info/rtclib
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-rtclib.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-rtclib
Package: pd-rtclib
Architecture: all
Depends:
${shlibs:Depends},
puredata | pd,
pd-libdir,
pd-cyclone,
pd-list-abs,
pd-zexy,
${misc:Depends},
Description: Real Time Composition Library for Pure Data (Pd)
This software library offers the possibility to experiment with a number of
compositional techniques, such as serial procedures, permutations and
controlled randomness.
.
Most of these objects are geared towards straightforward processing of data.
By using these specialized objects together in a patch, programming becomes
much more clear and easy.
.
Many functions that are often useful in algorithmic composition are provided
with this library - therefore the composer could concentrate rather on the
composition than the programming aspects.
|