baseviewtestvst2
November 14, 2020 ยท View on GitHub
Barebones baseview
vst2 plugin that logs events to
~/tmp/BaseviewTest.log.
Usage: macOS
- Make sure baseview repo is in ../baseview
- Run
scripts/macos-build-and-install.sh - Start your DAW, test the plugin
Usage: Windows
- Make sure baseview repo is in ../baseview
- Run
cargo build - Copy
target/debug/libbaseview_test_vst2.dllto your VST plugin folder - Start your DAW, test the plugin
Usage: Linux
- Make sure baseview repo is in ../baseview
- Run
cargo build - Copy
target/debug/libbaseview_test_vst2.soto your VST plugin folder - Start your DAW, test the plugin