Skip to content

Latest commit

 

History

History

README.md

zpy: python3 via zmq in max

A max external which uses zmq to connect to a separate python process

The objective is to replicate what the py external does but using zmq.

Requires

brew install zmq

Status

  • proof-of-concept

TODO

  • how to launch python server automatically and close it with the patch

Alternatives

  • run as subprocess and read and write from stdin and stdout via a pipe

Research