Introduction
Nerd stuff
This is a section for people that run Python, check how to use the py4pd
library instead.
If you use Python and PureData, you can interact with Pd via Python using the pd
module. Once imported via import pd
, the pd
module is available for use in any Python module loaded via py4pd
. This module allow to:
- Use your own Python code as a PureData Object;
- Interact with PureData from Python (write tables, process audio, do loops, etc);
In this section, I will show what you can do with the pd
internal module, followed by some examples.
You can explore the topics on the right or jump to the main topics listed below.