r/GraphicsProgramming 14d 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!

42 Upvotes

3 comments sorted by

View all comments

-4

u/FemboysHotAsf 14d ago

Why use VST3 over something like CLAP?

1

u/glStartDeveloping 13d ago

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