Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Two different beatgrids on two different pads? (vdjscript)

This topic is old and might contain outdated or incorrect information.

Hi there.

I am having trouble getting 2 different beatgrid effects on 2 different pads.
Here is script for both pads:
effect_show_gui 'Beat Grid' & effect_active 'Beat grid'

Should I maybe enter which slots?
Please help!

Cheers,

Connor
 

Posted Tue 21 Jul 20 @ 12:58 pm
There's only one beatgrid plugin. If you make a copy of it with a different name, you will probably have more luck. :-)
 

Posted Tue 21 Jul 20 @ 1:04 pm
NicotuxHome userMember since 2014
If you only want to select the different 'Beat Grid' settings per pad stored in the slots, yes you can specify slot
slot is slider 1 of effect 'Beat Grid' :

effect_slider 'Beat grid' 1 0 & effect_active 'Beat grid'
effect_slider 'Beat grid' 1 0.125 & effect_active 'Beat grid'
effect_slider 'Beat grid' 1 0.25 & effect_active 'Beat grid'
effect_slider 'Beat grid' 1 0.375 & effect_active 'Beat grid'
effect_slider 'Beat grid' 1 0.5 & effect_active 'Beat grid'
effect_slider 'Beat grid' 1 0.75 & effect_active 'Beat grid'
effect_slider 'Beat grid' 1 0.875 & effect_active 'Beat grid'
effect_slider 'Beat grid' 1 1 & effect_active 'Beat grid'
 

Posted Tue 21 Jul 20 @ 2:25 pm
dfyffePRO InfinityMember since 2003
Can you tell me what is the Vdj 7 script command to activate a beatgrid slot ?
 

Posted Thu 23 Jul 20 @ 4:39 pm
locoDogPRO InfinityModeratorMember since 2013
there isn't one, there was a technique but it required a bit of a hex edit and .dll copy but I've forgotten the details as v7 is dead.
 

Posted Thu 23 Jul 20 @ 10:38 pm
dfyffePRO InfinityMember since 2003
locodog wrote :
there isn't one, there was a technique but it required a bit of a hex edit and .dll copy but I've forgotten the details as v7 is dead.

Thanks you, If you ever find it please let me know, Im still using VDJ 7 for my radio broadcasting, i have too many custom scripts that does not work with vdj2021, i will to compensate you for your time, I just would need what hex edit to make, appreciate.
 

Posted Fri 24 Jul 20 @ 11:57 am


(Old topics and forums are automatically closed)