Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greatest-ape/baseview_test_vst2

Barebones baseview vst2 plugin that logs events to ~/tmp/BaseviewTest.log
https://github.com/greatest-ape/baseview_test_vst2

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# baseview_test_vst2

Barebones [baseview](https://github.com/RustAudio/baseview)
[vst2](https://github.com/RustAudio/vst-rs) 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