Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 210 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 210 Bytes

My attempt at hosting VSTs using ctypes.

Running in Docker

make build
make run
pytest tests --verbose

Check out the example in examples/simple_host.py.