charlesneimog / py4pd

py4pd allows write PureData objects using Python. The main goal is to allow easy IA, Scores, Graphics, and bring to Pd data types as array, np.arrays, list, dict, and others.
https://charlesneimog.github.io/py4pd/
GNU General Public License v3.0
14 stars 2 forks source link
puredata python

Logo

py4pd

Python in the PureData environment.

License Release DOI

py4pd allows write PureData Objects. The main goal is to allow easy IA, Scores, Graphics, and bring to Pd possibilities with array, list and others types. With Python, you can:

[!TIP]
Go to Docs to see examples.

Download py4pd

  1. Open PureData, Help->Find Externals-> search for py4pd then select py4pd and click on Install:
  2. You must install Python.

Wiki | Instructions for use

For Developers

Just one thing, the development of this object occurs in de develop branch, the main branch corresponds to the last release available in Deken.

Building from Source