Wednesday, April 13, 2022

Show HN: Dattorro reverb VST plugin written in Rust with egui and glicol_synth https://ift.tt/xreSQq8

Show HN: Dattorro reverb VST plugin written in Rust with egui and glicol_synth Hi HN, I find that many are interested in writing VST plugins but found C++ quite tricky to work with. So I made this VST plugin to show how Rust can be used to write VST plugins. I did it by combining egui-baseview-vst template[1] and glicol_synth audio lib[2]. Source code: https://ift.tt/LR4YMQ5 [1] https://ift.tt/wx5i17j [2] https://ift.tt/y5HGgsF April 13, 2022 at 11:08PM

No comments:

Post a Comment

Show HN: Real time visual saliency detection https://ift.tt/FZLMlcC

Show HN: Real time visual saliency detection I've just made public a library to perform real time visual saliency detection on videos (b...