Skip to content

Barebones baseview vst2 plugin that logs events to ~/tmp/BaseviewTest.log

License

Notifications You must be signed in to change notification settings

greatest-ape/baseview_test_vst2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baseview_test_vst2

Barebones baseview vst2 plugin that logs events to ~/tmp/BaseviewTest.log.

Usage: macOS

  • Make sure baseview repo is in ../baseview
  • Run scripts/macos-build-and-install.sh
  • Start your DAW, test the plugin

Usage: Windows

  • Make sure baseview repo is in ../baseview
  • Run cargo build
  • Copy target/debug/libbaseview_test_vst2.dll to your VST plugin folder
  • Start your DAW, test the plugin

Usage: Linux

  • Make sure baseview repo is in ../baseview
  • Run cargo build
  • Copy target/debug/libbaseview_test_vst2.so to your VST plugin folder
  • Start your DAW, test the plugin

About

Barebones baseview vst2 plugin that logs events to ~/tmp/BaseviewTest.log

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published