Skip to content

gRPC example for connecting Max patchers and Python runtime

Notifications You must be signed in to change notification settings

atsukoba/grpc-max-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node for Max Python gRPC

Setup Environment

versions

  • Python: 3.9.7
  • Node: 16.6.0 (bundled in Max)
  • Max: 8.2.1

after creating virtual env for python runtime, run this

cd python/
pip install -r requirements.txt
python grpc_code_gen.py

init your npm for development (different from Node for Max runtime)

cd node-max/
npm i

When these are done, open Max patcher and init Node for Max runtime by sending the message [script npm install] to [node.script] object

Run server

cd python/
python main.py

About

gRPC example for connecting Max patchers and Python runtime

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published