pd-cxc 0.5.2-6 source package in Ubuntu

Changelog

pd-cxc (0.5.2-6) unstable; urgency=medium

  * Modernize 'licensecheck' target
    + Ensure that 'licensecheck' is run with the C.UTF-8 locale
    + Exclude debian/ from 'licensecheck'
    + Re-generate d/copyright_hints

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Wed, 07 Dec 2022 10:38:37 +0100

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe sound

Downloads

File Size SHA-256 Checksum
pd-cxc_0.5.2-6.dsc 2.0 KiB 8a00b0ada7ccab96d93aea7ffcc598ba210425807fe7077561e08cbf55dbfbc8
pd-cxc_0.5.2.orig.tar.gz 47.9 KiB 18d752af27582ba18df30a1ce6d759c3c08c82b6e9dcd3ea38d098d1874e6bc8
pd-cxc_0.5.2-6.debian.tar.xz 5.5 KiB 149d6eb2094c3f1e0b5df3f1133426e516c3b6c0e0ba5537d713f207901ef7c2

Available diffs

No changes file available.

Binary packages built by this source

pd-cxc: 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

pd-cxc-dbgsym: debug symbols for pd-cxc