aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
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