songbird-reverb-vst3
Standalone VST3 plugin wrapper around the Dattorro reverb fromsongbird-plugins.
What it owns
Anih-plug Plugin impl (SongbirdReverbVst) that hosts the in-tree reverb in any DAW.
Public API
Not a library — built as a VST3 binary. Not intended to be a[dependency] of another crate.
How it fits
Lets us run the in-tree reverb DSP outside Songbird (Ableton, Logic, REAPER) for A/B testing and demos. Depends onsongbird-plugins, songbird-dsp, nih-plug.
Build
cargo xtask bundle songbird-reverb-vst3 --release (or whatever bundling helper the workspace currently uses).
Tests
cargo test -p songbird-reverb-vst3. The DSP itself is tested in songbird-plugins.