Se Connecter:     


Forum: VirtualDJ Technical Support

Sujet: Effect on sampler output switches off sometimes
My default config is to select a sampler pad page and engage LoudMax on the sampler effect slot.

During the course of my session, I will swap pad pages regularly, as they have many uses.

Sometimes when I return to a sampler bank and play a sample, I will notice that the effect has been turned off - but I have no idea what exactly is causing it.

If the effect is on, is it supposed to stay on unless I turn it off, or are there certain pad pages that would disengage it deliberately? i.e. is this a bug or not?
 

Posté 2 days ago @ 10:28 am
Via oninit? What's your command? it could be that you call fx toggle instead of fx on. Then if you visit mapping it's possible your oninit is called again resulting in fx off.
 

Yes I've added it to the ONINIT of my DDJ-RZ

Default is
fake_master on & fake_hp on & fake_hpmix on & set '$DDJRZColFX' 0


Mine is
effect_active sampler 'Loudmax64 Sampler' & fake_master on & fake_hp on & fake_hpmix on & set '$DDJRZColFX' 0


(I made a copy of the Loudmax DLL and named it "Loudmax64 Sampler")
 

effect_active sampler 'Loudmax64 Sampler' on & fake_master on & fake_hp on & fake_hpmix on & set '$DDJRZColFX' 0


try that instead
 

OK will do.

My current script does turn the effect on, and I've scripted a custom button to provide visual feedback confirmation, so I can see it's on when I boot up. It's just the "random" turning off that's a mystery....