Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)