/usr/lib/pd/extra/slip/README.txt is in pd-slip 0.1~svn17542-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | mrpeach - bag of tricks
===
## serial communication
slipenc, slipdec: SLIP encoder/decoder
f2b, b2f : float32<->bytes converter
## xbee
communication with the XBee
## binfile
read raw files (as bytes)
## midifile
play and record MIDI-files
## general purpose objects
[life2x] game of life
[op~] signal comparision
[rc~] resistor-capacitor circuit
[rcosc~] resistor-capacitor oscillator
[rojo~] red noise generator
[runningmean] moving average filter
[sqosc~] bandlimited pulse generator
[str] strings
[tabfind] find a number in a table
[flist2tab] write lists of floats into a table
[tab2flist] extract lists of floats from a table
[which] output path to a Pd-object
|