defiantnerd

Results 37 comments of defiantnerd

> > Then consider this: > > * each voice needs 10K of scratch buffer > * you process 32 voices in parallel > > If you have a single...

IIRC you need to declare an MIDI OUT port and this will pass those events to VST3 out. Problem is, this never worked well in VST3 (as MIDI in general)....

You either pack them into the resources part of the binary via .rc file or make c arrays and load them from there.

Thin wrappers FTW... :)

The TCC source code seems to imply that there is support for pragma once: https://github.com/TinyCC/tinycc/blob/2d4e4a69c44b7646ad62fa5f4eae6e88f92878a9/tcc.h#L1301

I think this is `[thread-safe]` (to be called at any time, but maybe it should be in `[activated]`) I also think that `clap_host_tail::*changed` should be `[thread-safe]` too.