Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 693 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 693 Bytes

nt.python for C74 Max

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