Based on baseview_test_vst2
Barebones baseview/imgui_baseview vst2 plugin.
It implements a imgui-rs ui for the vst gain effect example
The plugin logs events to ~/tmp/IMGUIBaseviewTest.log.
- Run
scripts/macos-build-and-install.sh - Start your DAW, test the plugin
- Run
cargo build - Copy
target/debug/imgui_baseview_test_vst2.dllto your VST plugin folder - Start your DAW, test the plugin
- Run
cargo build - Copy
target/debug/imgui_baseview_test_vst2.soto your VST plugin folder - Start your DAW, test the plugin
