How common is it to use in-house plugin formats for development? (in: DSP and Plugin Devel…)

By: xos
21 Feb 16:53

Why would a native plugin format always be more performant? That is a rhetorical question.

I have made my own languages and compilers so I don’t say this out of nowhere. Modern C/C++ compilers have no problems to reduce simple shims to no code at all. In practice it almost become like changing the name of something.

For example, I practically use the same sample buffer structure and call mechanisms as CLAP. And there is not totally opposite ways to do this. A shim can be reduced down to nothin…

Go to this post

Go to first unread post in this topic

Read more here: Source link