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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
iem - collection of utility libraries for Pure Data (Pd)
========================================================
This is a collection of (unrelated) external libraries for Pd,
developed at the Institute of Electronic Music and Acoustics (iem) at the
University of Music and Performing Arts Graz, Austria.
# LICENSE
Each library comes with their own license, but all are released under an open
source license (GPL2+, BSD-3).
# CONTENTS
## Pd libraries
### iem_adaptfilt
adaptive filtering
https://git.iem.at/pd/iem_adaptfilt
### iem_dp
double precision
https://git.iem.at/pd/iem_dp
### iem_roomsim
room simulation
https://git.iem.at/pd/iem_roomsim
### iem_spec2
optimized objects for spectral processing
https://git.iem.at/pd/iem_spec2
### iem_tab
table maths
https://git.iem.at/pd/iem_tab
## Pd GUI plugins
### kiosk-plugin
run Pure Data in kiosk mode
https://git.iem.at/pd-gui/kiosk-plugin
### patch2svg-plugin
save patches as SVG
https://git.iem.at/pd-gui/patch2svg-plugin
### tclprompt-plugin
pd-gui plugin that (re)adds a wee tcl-prompt to the Pd-console
https://git.iem.at/pd-gui/tclprompt-plugin
### punish/triggerize-plugin
pd-gui plugin that helps avoiding fan-outs by inserting [trigger] as appropriate.
https://git.iem.at/pd-gui/punish
### punish/patcherize-plugin
pd-gui plugin that helps refactoring code into abstraction/subpatches.
https://git.iem.at/pd-gui/punish
|