simlmx / pyvst

My attempt at loading VST libraries using python's `ctypes` standard library.
MIT License
18 stars 2 forks source link

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.