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: pd-pan
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Hans-Christoph Steiner <hans@eds.org>,
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
debhelper (>=11~),
Standards-Version: 4.1.3
Homepage: https://puredata.info
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-pan.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-pan
Package: pd-pan
Architecture: all
Depends:
${shlibs:Depends},
puredata-core | pd,
${misc:Depends},
pd-hcs,
Recommends:
pd-libdir,
pd-pddp,
Description: library of stereo panning algorithms for Pd
A library of stereo panning algorithms from various sources, including equal
power panning and linear panning. Panning objects include: equal_power_pan~,
gogins_pan~, gpan~, linear_pan~, square_root_pan~, and pan_core~. pan_core~
can be used as a "core" for objects that implement other pan algorithms. All
of these objects are implemented in Pd.
|