neimog
pd-neimog is a collection of objects, tools, and integrations for Pure Data (Pd) that I use in my work. It focus on Signal Manipulation, Statistics, Music Information Retrieval (MIR), Python/Lua scripting, and include all my libraries: pd-partialtrack
, pd-saf
, pd-vamp
, pd-server
, pd-ambi
, pd-upic
, and also some libraries I fork, update or simply use: kalman-pd
SOFAlizer-for-pd
earplug~
, and more
Contributors
People who contribute to this project.
Objects
- a.rotate The
a.rotate
object in Pure Data appends a number to the end of an array, making it useful for tracking or visualizing the history of sound parameters over time.. - a.sum The
a.sum
object in Pure Data sums the lastx
numbers of an array. - l.attrfilter The
l.attrfilter
object in Pure Data (usingpdlua
) filters elements from an SVG file loaded withl.readsvg
based on attributes such as stroke, fill, or ID. - l.readsvg
l.readsvg
is apdlua
object designed to read SVG files created or edited in Inkscape. - saf.decoder~ The
saf.decoder~
object in Pure Data implements a frequency-dependent Ambisonic decoder for loudspeakers and headphones. - saf.encoder~ The
saf.encoder~
object in Pure Data implements the Ambisonic encoder from the SPARTA VST3 plugins suite.