/pyvst

My attempt at loading VST libraries using python's `ctypes` standard library.

Primary LanguagePythonMIT LicenseMIT

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.