aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-16 02:20:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-16 02:20:35 +0000
commitd48fa6d61243d95ab91e936678141c1defed43e2 (patch)
treeacbac38ca0a1966a8dae58cacdbf0d78466e6036
parent25b5a721a9a78f1838c33a82d7825d684b0399e3 (diff)
cleaned up Description: formatting
svn path=/trunk/externals/cxc/; revision=13803
-rw-r--r--debian/control43
1 files changed, 20 insertions, 23 deletions
diff --git a/debian/control b/debian/control
index 3b00bc0..e53a407 100644
--- a/debian/control
+++ b/debian/control
@@ -11,26 +11,23 @@ Package: pd-cxc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pd
Description: pd externals library powered by zt0ln d4ta
- cxc is a library of Pd objects for random numbers and 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
- internal: modulo x -> sel 0
- bfilt2: features internal counter, output just bangs
- counter: cloned out of markex so i dont need to load gem to have these
- reson: same as above
- 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:
- various 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
+ cxc is a library of Pd objects for random numbers and 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
+ * internal: modulo x -> sel 0
+ * bfilt2: features internal counter, output just bangs
+ * counter: cloned out of markex so i dont need to load gem to have these
+ * reson: same as above
+ * 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: various 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