AuburnSounds / Dplug

Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
https://dplug.org/
Other
483 stars 32 forks source link

dplug:host must be nothrow @nogc like other parts of Dplug #787

Closed p0nce closed 10 months ago

p0nce commented 1 year ago

No reason to depend on the D runtime there. Note that dplug:host is too close to VST2, but this is unfortunately what we have now. Would need something close to CLAP, LV2 or VST3 to fix.

There is a feeling of increased snappiness while running abtest now, nice

p0nce commented 10 months ago

Done now.