BillyDM / tuix_baseview_test_vst2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tuix_baseview_test_vst2

Based on baseview_test_vst2 and egui_baseview_test_vst2

Barebones baseview/tuix_baseview vst2 plugin.

It implements a tuix gui for the vst gain effect example

Usage: macOS (Untested)

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

Usage: Windows

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

Usage: Linux (Untested)

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

Demo

About

License:MIT License


Languages

Language:Rust 74.6%Language:Shell 21.9%Language:CSS 3.5%