Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/greatest-ape/baseview_test_vst2
- Owner: greatest-ape
- License: mit
- Created: 2020-10-29T20:33:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T17:26:15.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T10:38:09.054Z (over 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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