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
|
Source: pd-motex
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper (>= 7.0.50~),
quilt (>= 0.46-7~),
puredata-dev | puredata (<< 0.43)
Standards-Version: 3.9.1
Homepage: http://puredata.info
Vcs-Git: git://git.debian.org/pkg-multimedia/pd-motex.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-motex.git;a=summary
Package: pd-motex
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
pd,
pd-libdir
Recommends: pd-import
Description: a random collection of Pd objects by Iain Mott
A collection of externals from Iain Mott that mostly provide some
math functions for Pure Data:
.
* polygate~ - switch between multiple signal inputs, variable
fade rate both linear & equal power
* shuffle - a no-repeat random generator, outputs numbers within a set range
* pan~ - equal power stereo panning
* system - sends a system message to the console
* ln~ - natural log + inverse
* rec2pol~ - convert rectangular coordinates to polar eg. can be used
to convert sine & cosine rfft~ output to phase & magnitude
* pol2rec~ - inverse of rec2pol~
* getenv - Sends value of an environment variable argument on bang
|