From f57ad4b03889a3cdb0276ea780c9499d621b5d34 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Mon, 31 Aug 2015 19:40:35 +0000 Subject: Changes submitted by zmoelnig to allow debian package building. svn path=/trunk/externals/mrpeach/; revision=17541 --- README.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..c4ec7c8 --- /dev/null +++ b/README.txt @@ -0,0 +1,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 -- cgit v1.2.1