Skip to content

Barebones egui_baseview vst2 plugin with basic parameter control

License

Notifications You must be signed in to change notification settings

DGriffin91/egui_baseview_test_vst2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egui_baseview_test_vst2

Based on baseview_test_vst2

Barebones baseview/egui_baseview vst2 plugin.

It implements an egui ui for the vst gain effect example

The plugin logs events to ~/tmp/EGUIBaseviewTest.log.

Usage: macOS (Tested on M1; need to test on previous models)

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

For M1 users, run sudo zsh scripts/macos-build-and-install-m1.sh

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 egui_baseview vst2 plugin with basic parameter control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published