Skip to content

nioelumijkee/pdpython3

Repository files navigation

This is fork pdpython.

pdpython3

This repository contains an 'external' (plugin) for Pure Data to allow embedding Python programs within Pd program graphs. The main 'python' object provided enables loading Python modules, instantiating Python objects, calling object methods, and receiving method return values.

Compiling

System requirements: make, a C compiler, a Pd installation, and Python. Building under Linux:

make

Installation

make install