Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxhollmann/eartraining-plugin
https://github.com/maxhollmann/eartraining-plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxhollmann/eartraining-plugin
- Owner: maxhollmann
- Created: 2024-06-02T09:55:06.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-19T21:04:34.000Z (7 months ago)
- Last Synced: 2024-06-21T09:51:27.281Z (7 months ago)
- Language: Rust
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A VST3 / CLAP plugin for eartraining. Inspired by [Max Konyi](https://www.youtube.com/@maxkonyi)'s videos [The Secret of Ear Training](https://www.youtube.com/watch?v=u0P7gh789RI), [Feeling the Major Scale](https://www.youtube.com/watch?v=Y6BPB3Cso00), and [Feeling the Minor Scale](https://www.youtube.com/watch?v=F-wUQh1jEA4).
## Dependencies
```shell
sudo apt install libasound2-dev libjack-dev libxcb-shape0-dev libxcb-xfixes0-dev libxcb-icccm4-dev libx11-xcb-dev libxcb-dri2-0-dev freeglut3-dev libxcursor-dev
```## Build
```shell
cargo xtask bundle eartraining-plugin
cargo xtask bundle tonic_relay
```