File: control

package info (click to toggle)
pd-lyonpotpourri 2.0%2Bgit20121009-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,176 kB
  • sloc: ansic: 18,330; makefile: 376
file content (67 lines) | stat: -rw-r--r-- 2,912 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: pd-lyonpotpourri
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 puredata-dev | puredata (<< 0.43),
Standards-Version: 4.4.0
Homepage: http://www.somasa.qub.ac.uk/~elyon/LyonSoftware/Pd/
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-lyonpotpourri.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-lyonpotpourri
Rules-Requires-Root: no

Package: pd-lyonpotpourri
Architecture: any
Depends:
 ${shlibs:Depends},
 puredata-core | pd,
 pd-libdir,
 ${misc:Depends},
Recommends:
 pd-import,
Description: potpourri of Pd objects for synthesizing with audio
 This Pd library is a potpourri of objects for working with audio created by
 Eric Lyon.  Here is a listing of all the included objects:
 .
  * adsr~ a simple ADSR envelope that can be click triggered
  * bashfest~ a click driven buffer player with randomized DSP
  * buffet~ provides operations on a stored buffer
  * bvplay~ selective playback from a stored buffer with enveloping and
    increment control
  * channel~ access to a precise address in the signal vector
  * chopper~ munging loop playback from a buffer
  * clean_selector~ like selector~ but crossfades when switching channels
  * click2float~ translates a signal click to a float message
  * clickhold~ sample and hold a click
  * distortion~ lookup function distortion
  * dmach~ pattern based sample accurate drum machine prototype
  * expflam~ converts a click to an exponential flam click pattern
  * flanjah~ simple flanger
  * granola~ granular pitch scaling
  * granulesf~ granular synthesis module reading from a soundfile in a buffer
  * granule~ granular synthesis module reading from a stored waveform in a
    buffer
  * impulse~ converts a bang to a click
  * kbuffer~ low sampling rate buffer to capture gestures
  * killdc~ DC block filter
  * magfreq_analysis~ transforms a time domain signal to a magnitude/frequency
    spectrum
  * markov~ implements a first order Markov chain
  * mask~ a click driven pattern sequencer
  * oscil~ oscillator with flexible waveform specification
  * player~ click driven buffer player that can sustain multiple iterations
  * phasemod~ phase modulated waveform
  * pulser~ pulse wave generated by additive synthesis
  * rtrig~ generates random click triggers
  * samm~ sample accurate multiple metronomes, with click signal articulation
  * sigseq~ signal level numerical sequencer
  * stutter~ a basic buffer stuttering player
  * vdb~ a delay line using an MSP buffer for storage (no vector limit on
    feedback delaytime)
  * vdel~ a delay line with built in feedback and oscillator
  * vdp~ a more efficient pointer version of vd~
  * vd~ a simple, self -contained delay unit
  * waveshape~ a Chebychev function lookup waveshaper