Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.57 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.57 KB

PdPy

A Pure Data (Pd) scripting language written in Python.

The documentation exists here: pdpy-org.github.io/doc

Installation

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

References

This project is inspired by many discussions and projects:

Copyright

  • libpd: Copyright (c) Peter Brinkmann & the libpd team 2010-2021
  • Pure Data: Copyright (c) 1997-2021 Miller Puckette and others.
  • pyaudio: Copyright (c) 2006 Hubert Pham