aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 85090c4516a63fe154ca72cd3942e02a02ce3876 (plain)
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
Source: pd-motex
Section: sound
Priority: optional
Maintainer: Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper (>= 7.0.50~), puredata
Standards-Version: 3.8.3
Homepage: http://puredata.info

Package: pd-motex
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pd
Description: Pd Externals by Iain Mott
 A collection of externals from Iain Mott that mostly provide some
 math functions:
 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.
    Use a 'set <NAME>' message to reset the variable name.