BillyDM / imgui_baseview_test_vst2

Barebones imgui_baseview vst2 plugin with basic parameter control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imgui_baseview_test_vst2

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.

Usage: macOS (Untested)

  • Run scripts/macos-build-and-install.sh
  • Start your DAW, test the plugin

Usage: Windows

  • Run cargo build
  • Copy target/debug/imgui_baseview_test_vst2.dll to your VST plugin folder
  • Start your DAW, test the plugin

Usage: Linux (Untested)

  • Run cargo build
  • Copy target/debug/imgui_baseview_test_vst2.so to your VST plugin folder
  • Start your DAW, test the plugin

Demo

About

Barebones imgui_baseview vst2 plugin with basic parameter control

License:MIT License


Languages

Language:Rust 77.9%Language:Shell 22.1%