-
Notifications
You must be signed in to change notification settings - Fork 13
/
README.txt
29 lines (15 loc) · 848 Bytes
/
README.txt
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
This a library of general abstractions for PureData. Includes things like:
-Various filters and biquad coefficient generators.
-Bandlimited oscillators.
-Complex math operators.
-File browser (only tested on OSX, likely won't work on Windows).
-Mixer strips.
-A nice, flexible spectrogram.
-Interactive waveform display.
-State-saving/preset management stuff.
-Compressor and distortion effects.
...and a few other things.
I believe most of these are vanilla-friendly, but to use the entire library you will need Pd-extended 0.42.5 or later (haven't tested earlier versions).
Also, sorry for all the ".mmb"s added to the end of everything. I did that before I found out about namespaces and was just releasing individual abstractions here and there. And I've been too lazy to fix them all. ;-)
Mike Moser-Booth