nt.python for C74 Max

January 15, 2018 ยท View on GitHub

Yet another python interpreter external object for Cycling'74 Max

Known Limitations

your python function needs to return in one of the following object type:

  • integer
  • float
  • string
  • list (list in list is not supported)

Your Python script should be placed in one of your Max File Path folders or the same folder as your Max patch.

Compilation

If you want to compile the project, download Max-SDK and place this repository into a folder named "source" in the SDK.

Coming Features

  • multi-threading
  • "print" in python -> Max console