Skip to content

Yet another python interpreter for Cycling'74 Max

Notifications You must be signed in to change notification settings

2bbb/nt.python_for_max

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Yet another python interpreter for Cycling'74 Max

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published