|
2 years ago | |
---|---|---|
src | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.toml | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
build.rs | 2 years ago | |
wrapper.h | 2 years ago |
Autogenerated bindings, using bindgen, to Steinbergs' VST-SDK.
To build the crate either run export VST_INCLUDE_DIR=/path/to/vst/sdk
and then cargo build
or make
.
There is no automatic include resolution, e.g. with pkg-config
, used in the build script because the VST SDK is often installed into uncommon places and thus not findable by those tools.