cxc
Category: Libraries and externals
—
Other products by this author
pd externals library powered by zt0ln d4ta
Current release: cxc 0.5.2
Released 2013-01-18 — tested with pd 0.42, pd 0.43, pd 0.44
modernized library
Experimental releases
There are no experimental releases available at the moment.
Project Description
- Project resources
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 don't 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: 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
by
x75
—
last modified
2012-11-15 06:32 AM