/pyvst

My attempt at loading VST libraries using `ctypes`.

Primary LanguagePythonMIT LicenseMIT

My attempt at hosting VSTs using ctypes.

Running the tests

make build
make run
pytest tests --verbose

Check out the example in examples/simple_host.py.