py4pd
allows the use of Python within PureData. Its goal is to be simpler to keep up to date, easy to use external modules, and other things. With Python, you can:
- Use scores inside PureData;
- Use svg/draws as scores;
- OpenMusic functions in libraries like
om_py
,music21
,neoscore
, and others; - Sound analisys with
magenta
,librosa
, andpyAudioAnalaysis
;
Go to Docs to see examples.
- Open PureData,
Help->Find Externals->
search forpy4pd
then select py4pd and click onInstall
: - You must install Python.
- Linux:
sudo dnf install python3.11
orsudo apt install python3.11
; - MacOS: Go to https://www.python.org/downloads/release/python-3115/ and install normally.
- Windows: Go to https://www.python.org/downloads/release/python-3115/ and install normally.
- Go to Docs.
Just one thing, the development of this object occurs in de develop
branch, the main branch corresponds to the last release available in Deken
.
- To build from the source code, you can follow the steps: Compiling from Source Code..