Skip to content

Releases: charlesneimog/py4pd

version-0.5.0

25 Feb 15:37
85e94ec
Compare
Choose a tag to compare
version-0.5.0 Pre-release
Pre-release

What's Changed

  • Run with lists from PureData using [1 2 3]
  • Fix all basic pd functions pd.print, pd.out, pd.send and pd.error.
  • Better README;
  • Reformat the source code;
  • Minor fixes;

Full Changelog: 0.4.0...0.5.0

version-0.4.0

13 Feb 17:42
85e94ec
Compare
Choose a tag to compare
version-0.4.0 Pre-release
Pre-release

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

20 Jul 11:50
85e94ec
Compare
Choose a tag to compare
version-0.3.0 Pre-release
Pre-release
  • 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

23 Jul 04:12
85e94ec
Compare
Choose a tag to compare
version-0.2.0-beta Pre-release
Pre-release
  • add thread;
  • On linux is necessary to install sudo apt-get install python 3.10.

version-0.1.0-alpha

18 Jul 14:08
85e94ec
Compare
Choose a tag to compare
version-0.1.0-alpha Pre-release
Pre-release
  • Possible to run code (without libraries);
  • Set functions;
  • Two ways to run Python (Clearing memory or making compiled code ready);