Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asmr-hex/granola
rust vst with electron gui
https://github.com/asmr-hex/granola
Last synced: 1 day ago
JSON representation
rust vst with electron gui
- Host: GitHub
- URL: https://github.com/asmr-hex/granola
- Owner: asmr-hex
- Created: 2019-07-12T14:46:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T16:11:47.000Z (over 1 year ago)
- Last Synced: 2024-03-15T04:01:37.961Z (8 months ago)
- Language: JavaScript
- Size: 697 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# op
fm synthesizer vst# architecture
* rust backend
* electron gui
* gui <--> backend interop over UDP via OSC# notes
* [using `rosc`](https://github.com/MikeSperone/chord_arp_rs/blob/master/src/main.rs)
* [using `osc.js` installation](https://serialport.io/docs/guide-installation#electron)
* [great introduction to tokio/async io in rust](https://manishearth.github.io/blog/2018/01/10/whats-tokio-and-async-io-all-about/)