Barebones baseview
vst2 plugin that logs events to
~/tmp/BaseviewTest.log
.
- Make sure baseview repo is in ../baseview
- Run
scripts/macos-build-and-install.sh
- Start your DAW, test the plugin
- Make sure baseview repo is in ../baseview
- Run
cargo build
- Copy
target/debug/libbaseview_test_vst2.dll
to your VST plugin folder - Start your DAW, test the plugin
- Make sure baseview repo is in ../baseview
- Run
cargo build
- Copy
target/debug/libbaseview_test_vst2.so
to your VST plugin folder - Start your DAW, test the plugin