pd-iemnet 0.3.0-2 source package in Ubuntu

Changelog

pd-iemnet (0.3.0-2) unstable; urgency=medium

  * Apply "warp-and-sort -ast"
  * Bump standards version to 4.6.1

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Sun, 04 Sep 2022 13:45:07 +0200

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

Downloads

File Size SHA-256 Checksum
pd-iemnet_0.3.0-2.dsc 2.1 KiB e3f211cea12d5279b989bbbe703247dc737404fc940df35342bbc8726ba7dacc
pd-iemnet_0.3.0.orig.tar.bz2 82.0 KiB b850c44137d2aae9956f5eb7768ac6537bc4f34362304bd2722bbbeee94501b6
pd-iemnet_0.3.0-2.debian.tar.xz 4.8 KiB 3dbad7e0d22926323142c47c794e338bef3d47b6fd421ee74a5aed0e04fbd881

Available diffs

No changes file available.

Binary packages built by this source

pd-iemnet: Pd library for low-level networking (IEM implementation)

 This is a re-implementation of the original pd-net library by Martin Peach,
 focussing on reliability and performance.
 .
 This library adds Pure Data 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
  - [udpclient]: bidirectional communication over 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-iemnet-dbgsym: debug symbols for pd-iemnet