aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2015-08-31 19:40:35 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2015-08-31 19:40:35 +0000
commitf57ad4b03889a3cdb0276ea780c9499d621b5d34 (patch)
tree5e2f912e426af9340cebdaa248d000c27bbd15d6 /README.txt
parent28588be67cf2950c260138bb70f2f9ec0cb2611d (diff)
Changes submitted by zmoelnig to allow debian package building.
svn path=/trunk/externals/mrpeach/; revision=17541
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt29
1 files changed, 29 insertions, 0 deletions
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