Source: pd-mrpeach Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: IOhannes m zmölnig (Debian/GNU) , Build-Depends: debhelper-compat (= 13), dh-sequence-puredata, Standards-Version: 4.7.2 Section: sound Homepage: https://download.puredata.info/mrpeach Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-mrpeach.git Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-mrpeach Package: pd-mrpeach Architecture: any Depends: ${misc:Depends}, ${puredata:Depends}, ${shlibs:Depends}, Recommends: pd-comport, ${puredata:Recommends}, Suggests: ${puredata:Suggests}, Provides: ${puredata:Provides}, Description: 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 Package: pd-cmos Architecture: any Depends: ${misc:Depends}, ${puredata:Depends}, ${shlibs:Depends}, Recommends: ${puredata:Recommends}, Suggests: ${puredata:Suggests}, Provides: ${puredata:Provides}, Description: 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. Package: pd-mrpeach-net Architecture: any Section: net Depends: ${misc:Depends}, ${puredata:Depends}, ${shlibs:Depends}, Recommends: pd-osc, pd-pddp, ${puredata:Recommends}, Suggests: pd-slip, ${puredata:Suggests}, Provides: pd-net, ${puredata:Provides}, Description: 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). Package: pd-xbee Architecture: any Depends: ${misc:Depends}, ${puredata:Depends}, ${shlibs:Depends}, Recommends: pd-comport, ${puredata:Recommends}, Suggests: ${puredata:Suggests}, Provides: ${puredata:Provides}, Section: electronics Description: 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].