VDJFLAG_PROCESSLAST
How strict is this flag?,
I'm thinking of remaking echo out, but mainly using it as a loop capture, I'm wanting to catch the other fx I'm applying but they're constantly on/off so the position in the fx chain makes it impossible for echo out
How strict is this flag?,
I'm thinking of remaking echo out, but mainly using it as a loop capture, I'm wanting to catch the other fx I'm applying but they're constantly on/off so the position in the fx chain makes it impossible for echo out
geposted Sun 24 Sep 23 @ 12:55 pm
Effects with this flag will be processed after effects without this flag, but order between multiple effects with the flag can still vary
geposted Sun 24 Sep 23 @ 2:53 pm
cool, thanks, out of stock fx which, if any, carry the flag? [from memory]
geposted Sun 24 Sep 23 @ 2:58 pm
hmmm not sure this is working, I could be wrong [I often am]
I fill myBuffer and I overwrite the real buffer but I still hear new fx applied on top.
this is all it needs right?
I fill myBuffer and I overwrite the real buffer but I still hear new fx applied on top.
this is all it needs right?
HRESULT VDJ_API C_DSP2::OnGetPluginInfo(TVdjPluginInfo8* infos)
{
infos->Flags = 0x08;
}
geposted Sun 24 Sep 23 @ 4:07 pm