Skip to content

geom3trik/vizia-vst-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vizia_vst_demo

A tutorial (coming soon) and demo project for creating a simple VST plugin with a VIZIA GUI.

Building the Plugin

To build the plugin library run:

cargo build --release --lib

Building the Standalone Application

The demo can also run as a standalone application:

cargo run --release --bin vizia_vst_demo

The plugin and standalone versions share the same UI code which can e found in ui.rs.

About

A tutorial and demo project for creating a simple VST plugin with a VIZIA gui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages