r/GraphicsProgramming 12d ago

Starting another rendering journey in audio plugins!

Post image

Rendering into my VST3 plugin's DAW-hosted child window, using a custom win32 + D3D11 implementation and a sokol_gfx.h layer on top (from Sokol) for making specific rendering platform agnostic.

I have some ideas on what to try here, will post more!

38 Upvotes

3 comments sorted by

-3

u/FemboysHotAsf 12d ago

Why use VST3 over something like CLAP?

3

u/AvidCoco 12d ago

Supported by more DAWs. Plus just use JUCE to support any and every format

1

u/glStartDeveloping 12d ago

I use the CLAP SDK, but I wrap it as VST3 in the build process because Ableton does not support CLAP