Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: VDJFLAG_PROCESSLAST
locoDogPRO InfinityModeratorMember since 2013
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
 

Posted Sun 24 Sep 23 @ 12:55 pm
AdionPRO InfinityCTOMember since 2006
Effects with this flag will be processed after effects without this flag, but order between multiple effects with the flag can still vary
 

Posted Sun 24 Sep 23 @ 2:53 pm
locoDogPRO InfinityModeratorMember since 2013
cool, thanks, out of stock fx which, if any, carry the flag? [from memory]
 

Posted Sun 24 Sep 23 @ 2:58 pm
locoDogPRO InfinityModeratorMember since 2013
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?
HRESULT VDJ_API C_DSP2::OnGetPluginInfo(TVdjPluginInfo8* infos)
{
infos->Flags = 0x08;
}
 

Posted Sun 24 Sep 23 @ 4:07 pm