Releases: charlesneimog/py4pd
Releases · charlesneimog/py4pd
version-0.5.0
What's Changed
- Run with lists from PureData using
[1 2 3]
- Fix all basic pd functions
pd.print
,pd.out
,pd.send
andpd.error
. - Better README;
- Reformat the source code;
- Minor fixes;
Full Changelog: 0.4.0...0.5.0
version-0.4.0
You need to install python on MacOS and Linux. On Windows, some packages can need python installation.
- Add automatic build for Windows, Linux, and MacOS (intel)
version-0.3.0
- add method to open vscode from PureData (need vscode installed and in the path);
- add list support;
- add reload support;
- add better error messages;
version-0.2.0-beta
- add thread;
- On linux is necessary to install
sudo apt-get install python 3.10
.
version-0.1.0-alpha
- Possible to run code (without libraries);
- Set functions;
- Two ways to run Python (Clearing memory or making compiled code ready);