pd-mrpeach 0.1~svn17672-6 source package in Ubuntu

Changelog

pd-mrpeach (0.1~svn17672-6) unstable; urgency=medium

  * Fix FTBFS with Pd64 (Closes: #1073340)
  * Add 'Provides' stanza
  * Switch to dh-sequence-puredata
  * Bump standards version to 4.7.0

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Mon, 17 Jun 2024 18:11:18 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
pd-mrpeach_0.1~svn17672-6.dsc 2.4 KiB 1092e4be5c0b067c69d70120546b80ddefc61d073611d1dc1f4e04777ef9bd0c
pd-mrpeach_0.1~svn17672.orig.tar.gz 283.3 KiB aee58a0017385a8b6886578db697901987f59996c52f83f13a35f4721d5019a4
pd-mrpeach_0.1~svn17672-6.debian.tar.xz 35.4 KiB 138875b26475884fbd4bd6d358cb147577128db62b2656f17efc48c6bfed4889

No changes file available.

Binary packages built by this source

pd-cmos: digital logic emulator objects for Pure Data (Pd)

 This is a collection of small objects that emulate logic CMOS components,
 namely the CD4000 series.
 It currently contains 25 objects of the cd4000 series.
 .
 The emulation assumes idealized components, and works in the message domain.

pd-cmos-dbgsym: debug symbols for pd-cmos
pd-mrpeach: bag of tricks for Pure Data (Pd)

 mrpeach is a collection of general purpose objects:
  - [op~] signal comparison
  - [rc~] resistor-capacitor circuit
  - [rcosc~] resistor-capacitor oscillator
  - [rojo~] red noise generator
  - [sqosc~] bandlimited pulse generator
  - [runningmean] moving average filter
  - [tabfind] find a number in a table
  - [f2b] float32 → bytes converter
  - [b2f] bytes → float32 converter
  - [life2x] game of life
  - [which] output path to a Pd-object
 .
  - [midifile] play and record MIDI files
  - [binfile] read/write raw data files

pd-mrpeach-dbgsym: debug symbols for pd-mrpeach
pd-mrpeach-net: Pd library for low-level networking

 This library adds Pure Data (Pd) objects that allow one to build a networking
 infrastructure within Pd on OSI-Layer 4 (transport layer).
 The objects use threads to allow for non-blocking network communication within
 an audio realtime environment.
  - [tcpreceive], [tcpsend]: unidirectional communication over TCP/IP
  - [tcpserver], [tcpclient]: bidirectional communication over TCP/IP
  - [udpreceive], [udpsend]: unidirectional communication over UDP
  - [udpsndrcv]: bidirectional communication over UDP
  - [udpsend~], [udpreceive~]: transmit uncompressed signals via UDP
 Since these objects only send/receive lists of bytes, you will most likely need
 to add some glue to implement higher-level protocols (and transmit meaningful
 data).

pd-mrpeach-net-dbgsym: debug symbols for pd-mrpeach-net
pd-osc: Open Sound Control for Pd

 This library allows one to construct and parse OSC messages within Pd. It
 includes support for ordinary OSC-messages, typetags, timetags and bundles.
 .
 These objects are transport-agnostic, so you can use them to transmit OSC over
 UDP, TCP/IP, serial port, or in fact whatever you want. However, you will have
 to install additional libraries that will handle the transport layer (like
 pd-net or pd-comport).
 .
 Note however, that OSC is a packet-based protocol, so if you intend to use it
 with a stream-based transport (like TCP/IP or the serial line), you must use
 a packetizer (the OSC-specifications suggest to use SLIP, as provided by
 pd-slip).

pd-osc-dbgsym: debug symbols for pd-osc
pd-slip: SLIP encoder/decoder for Pure Data (Pd)

 This library implements the Serial Line Internet Protocol (SLIP),
 a simple protocol for encapsulating packets within a streaming transport
 protocol such as TCP/IP or on the serial port.
 .
 You will need this if you plan to transmit e.g. OSC messages via TCP/IP or
 the serial line.

pd-slip-dbgsym: debug symbols for pd-slip
pd-xbee: interfacing with your XBee from within Pure Data (Pd)

 This library allows you to interact with your XBee (a small form factor radio
 module).
 It provides objects for encoding and decoding XBee commands/responses.
 .
 The underlying communication is handled by other objects, usually [comport].

pd-xbee-dbgsym: debug symbols for pd-xbee