pd-iemnet 0.3.0-5build1 source package in Ubuntu

Changelog

pd-iemnet (0.3.0-5build1) noble; urgency=high

  * No change rebuild for frame pointers (and time_t).

 -- Julian Andres Klode <email address hidden>  Thu, 18 Apr 2024 20:01:28 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
sound
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe sound

Downloads

File Size SHA-256 Checksum
pd-iemnet_0.3.0.orig.tar.bz2 82.0 KiB b850c44137d2aae9956f5eb7768ac6537bc4f34362304bd2722bbbeee94501b6
pd-iemnet_0.3.0-5build1.debian.tar.xz 5.2 KiB 03cca6084b68b06656c34716007954df0188eb531e71882dbb6340aebe3fdf91
pd-iemnet_0.3.0-5build1.dsc 2.1 KiB 1268da788bfd92dd580fae8ae5afb901a1cdf4d58d3f3b809f80e60d8ff9fd0e

View changes file

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