Usage

Once installed (see Installation), you can now import pdpy_lib as pdpy.

Source the virtual environment first:

source ~/.pdpy/bin/activate

From python, import the library:

>>> import pdpy_lib as pdpy

Things you can do with pdpy

  • Make Pure Data patches from Python code (See: Hola Mundo)

  • Translate Pure Data files from pd to xml, json, or pickle. (See: Translation)

  • Use pdpy-lang to generate Pure Data patches (WIP)