nowfound

Alternatives

Products that do what Dattorro reverb VST plugin written in Rust with egui and glicol_synth does

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://github.com/chaosprint/dattorro-vst-rs [1] https://github.com/DGriffin91/egui_baseview_test_vst2 [2] https://github.com/chaosprint/glicol

  1. 1SN
  2. 2AD

    To try it out, simply build the project yourself from source, or use attached bootable ISO image of the system (in Releases on Github) and run it in QEMU. https://blog.vxn.dev/rou2exos-rusted-edition

    2025 · github.com

  3. 3MA

    Ever since childhood I've wanted to play around with modular synthesis, so now I'm building an application to do just that!

    2023 · github.com

  4. 4GA
  5. 5WG

    I built a Vite plugin that lets you write Go code directly in .js files using a "use golang" directive. It compiles to WebAssembly automatically.

    Oct 2025 · npmjs.com

  6. 6AV

    Hi HN! We're a small team in Lille (France) who make synthesizers and MIDI controllers. We've just released a virtual plugin version of our hardware synth Anyma Phi, which offers a semi-modular environment with a focus on physical models, although there are several other kinds of synthesis. Here's a video: https://www.youtube.com/watch?v=6efDQ9GmRpg We're not pivoting to VSTs, it's just that it was a practical way of investigating several issues and helping us with the ongoing development of our upcoming Kickstarter-backed synth (Anyma Omega) and MPE controller (Loom), and a…

    2024 · aodyo.com

  7. 7RV

    I use this library I made for Vectors and Quaternions in many personal projects. I've open-sourced it, in case anyone else would get use out of it. I use this on various projects, including quadcopter firmware, a graphics engine, a cosmology simulation, and several molecular dynamics applications. No_std compatible.

    2025 · github.com

  8. 8

    I wrote libcorrect in C in 2016 and wanted to revisit it in Rust. Instead of doing just a direct conversion, I went down the rabbit hole of making Rust's std::simd work for me. I ended up with a templated, generic Viterbi decoder for convolutional codes that dispatches the decode at runtime depending on which instruction sets are available. For small rates and orders, the entire decode lives in registers. Larger codes work through memory but take advantage of some acceleration structures. I also spent some time building a tool to find optimal (max d_free) conv codes for a given rate and…

    Aug 2026 · github.com

  9. 9IV

    Hello HN, not many will know what this tool is about, but it's launch day and I always dreamed of posting on HN. Let's start! This is a tool for people using eurorack gear. For synth people. What is cool about my tool is that I show the signal flow with a graph. Here's the official press text: After a decade of stagnation in this space we are excited to present patcher.xyz: the modern way to manage everything modular. It’s a tool for professionals, enthusiasts, and casual wigglers. Novadays artists must develop their own means of taking notes, often on paper, since there is no common format…

    2022 · patcher.xyz

  10. 10

    A Generative Audio Workstation with VSTs

    Apr 2026 · mozartai.com

  11. 11

    Creative melody generator VST for music producers

    2021

  12. 12VP

    Vite-plugin-ssr author here. Let me know if you have questions!

    2022 · vite-plugin-ssr.com

  13. 13SA

    I've been working on Shelgon, a framework that lets you build your own custom REPL shells and interactive CLI applications in Rust. You can use Shelgon to: - Create a custom shell with only a few lines of code - Build interactive debugging tools with persistent state between commands - Develop domain-specific language interpreters with shell-like interfaces - Add REPL capabilities to existing applications Getting started is straightforward - implement a single trait that handles your command execution logic, and Shelgon takes care of the terminal UI, input handling, and async runtime…

    2025 · github.com

  14. 14

    AI-generated samples and effects for producers (FREE VST)

    2024

  15. 15AG

    Hey folks! I've spent the last 8 months building a VST plugin called "The Infinite Crate" on top of Magenta's Lyria RealTime music model on the Gemini API. Doug Eck's research group has been building MusicLM and variants since 2017 (https://www.youtube.com/watch?v=yz-fHidp1M8) I bridged a JUCE/C++ audio processing foundation with a React/Typescript UI, using Zustand to sync state. The plugin streams down generated audio from the Lyria RealTime model in the Gemini API via websockets You can try it as a VST3 on Mac/Windows or AU/Standalone on Mac. It works in…

    2025

  16. 16RW

    Hi HN, I'm Holger, a developer who worked in the lighting industry. I built this to scratch my own itch and put it on crates.io and PyPI where nothing like it existed. The old file formats (EULUMDAT from 1990, IES from 1991) still work fine for basic photometry. But the industry is moving toward spectral data – full wavelength distributions instead of just lumen values. The new standards (TM-33, ATLA-S001) are barely supported by existing tools. So this handles both: legacy formats for compatibility, spectral data for anyone who wants to work with the new standards. Stack: Rust core, then…

    Dec 2025 · eulumdat.icu

  17. 17MI

    Hi HN, TL;DR Memex is a cross-platform desktop app for vibe coding. Think ChatGPT + Claude Code rolled into one. Why we built it: We love chat tools like Perplexity and ChatGPT. We also love coding agents, like in Cursor and Windsurf. We don’t like that web-based app builders are opinionated about tech stack and we can’t run them locally. So, we built Memex to be a chat tool + coding agent that supports any tech stack. What it can do today: Claude Code-like coding. Agentic web search / research. Pre-built templates (e.g. fullstack, iOS, python + modal, etc). Inline data analysis + viz.…

    2025 · memex.tech

  18. 18DM

    Hi HN! We just launched our drum machine vst this month! We will be updating it with many new synthesis models and unique features. Check it out, join our discord and show us what you made!

    Jan 2026 · okaysynthesizer.com

  19. 19AW
  20. 20

    Build your own music visualizer for MIDI & audio

    24d ago · chordviz.ca

  21. 21

    Learn digital hardware design in the browser: write VHDL and SystemVerilog, simulate, read waveforms, and synthesize to a netlist. No installation required.

    Jul 2026 · risingedge.pro

  22. 22RS

    Link to project: https://github.com/iondodon/manter Demo: https://youtu.be/ZjAXMMMoKGg This project aims to create a terminal with functionalities that improve the experience of using terminals. Examples of useful functionalities would be autocomplete suggestion, showing the current branch of a project, prepared scripts that can be reused, and others. You can come up with your ideas. The project uses technologies such as Svelte on the front-end, which offers flexibility regarding the implementation of the interface. On the back-end side, the most important…

    2023

  23. 23VA

    Hey HN, My friend Sam and I were bored one weekend, and wanted to make something self-contained but still useful. We ended up with Victor [0], a vector database designed to run in the browser. It’s written in Rust, which gives us access to things like super-fast and compact serialization and deserialization, but it’s compiled to WASM and uses web-sys to interact with the browser’s JS APIs to write the database contents to disk. We worked hard on designing it in a way that makes sense for the browser. It uses the private origin file system [1] and stores the vectors in a compact format (one…

    2023 · github.com

  24. 24AA

Ranked by how close each launch is in meaning, then by votes. Refine with a description →