File: control

package info (click to toggle)
pd-cxc 0.5.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: ansic: 4,298; makefile: 336
file content (50 lines) | stat: -rw-r--r-- 2,067 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
Source: pd-cxc
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 (= 13),
 dh-sequence-pd-lib-builder,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://puredata.info
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-cxc.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-cxc

Package: pd-cxc
Architecture: any
Depends:
 pd-libdir,
 ${misc:Depends},
 ${puredata:Depends},
 ${shlibs:Depends},
Recommends:
 ${puredata:Recommends},
Suggests:
 ${puredata:Suggests},
Description: Pd library for working with patterns and numbers
 cxc is a library of Pd objects for random numbers, number patterns and a
 couple errant system tools.
 .
  * ixprint: print data on console without prefix (needed for ascwave)
  * binshift: binary shift objects (<<,>>)
  * ascseq: ascii-sequencer: input anything, which is output again
            sequentially character by character with a given delay
  * ascwave: print funny ascii constructions on console
  * bfilt: re-output every argumen-th event, useful for modulo-sequencers
  * bfilt2: features internal counter, output just bangs
  * cxc_counter: a clone of the counting object from pd-markex
  * reson: an interpolating reson filter
  * cxc_prepend: prepend stuff with another symbol
  * cxc_split: split incoming string at specified delimiter
  * utime: output seconds since epoch and microsecond fraction
  * random1, random_fl, random_icg, random_tw, dist_normal: PRNG algorithms
  * random1~, random_fl~, random_icg~: signal version of above algorithms
  * ENV: get and set environment variables and certain defines like RAND_MAX
  * proc: get stuff out of the Linux proc directory (so far:
          cpuinfo, loadavg, version, uptime)
  * delta~: emit distance to last sample as signal
  * cx.mean, cx.avgdev, cx.stddev: calculate mean, standard and average
                                   deviation of a signal in an array