A Pure Data (Pd) scripting language written in Python.
The documentation exists here: pdpy-org.github.io/doc
To install pdpy
you can either run the following from console, or create a virtual environment.
NOTE: You will need python version 3.9 or greater.
pip install pdpy-lib
Then, from python
import pdpy_lib as pdpy
This project is inspired by many discussions and projects:
- Pure Data to XML: see this discussion on the pd-list archives.
- Pure Data to JSON: see this other one on the pd-list archives.
- Pure Data file format specifications were expained here
- New Pd file format discussion on the pd-list archives.
sebpiq
's repostirories: WebPd_pd-parser, as well as pd-fileutilsdylanburati
's puredata-compiler