I have the position size image and so on sorted.
I just need the action part for all those silders of the eq please
I just need the action part for all those silders of the eq please
geposted Thu 06 Aug 20 @ 11:19 pm
"effect_slider 1 2" "effect_slider 1 3" "effect_slider 1 4" and so forth.
geposted Thu 06 Aug 20 @ 11:27 pm
What does the 1 3" 1 4" and so on define. How do i define 2k 16k and so on
How wil vdj know its 16k or 250 hz
How wil vdj know its 16k or 250 hz
geposted Thu 06 Aug 20 @ 11:39 pm
The 2nd number is the number of the slider. The sliders are predefined by the plugin. The first slider is 31, 2 nd is 64 and so on.
geposted Thu 06 Aug 20 @ 11:42 pm
re read the thread :
effect_slider "effectname or slot" <sliderid> [value]
EQ10 effect have fixed values
effect_slider "effectname or slot" <sliderid> [value]
EQ10 effect have fixed values
geposted Thu 06 Aug 20 @ 11:42 pm
The 2nd is 63 sorry hit wrong key. Each slider is about twice the one before it.
geposted Thu 06 Aug 20 @ 11:45 pm
How will vdj know that sliders i built in is part of that 10 eq plugin?
geposted Fri 07 Aug 20 @ 6:15 am
slider action="effect_slider 1 1"
The first number is the slot of the EQ10 plugin. In my case it is in slot 1.
The first number is the slot of the EQ10 plugin. In my case it is in slot 1.
geposted Fri 07 Aug 20 @ 3:36 pm
Hi ok.
So first number is my effect slot i have the eq on. Thenthe second number is the value of the slider like 31 0r 2k or 16 k
So first number is my effect slot i have the eq on. Thenthe second number is the value of the slider like 31 0r 2k or 16 k
geposted Fri 07 Aug 20 @ 4:38 pm
NO!!
first number is effect SLOT (may be replace by effect NAME for better actions)
second number is the INDEX of the slider in the plugin (can't replace with name)
specific to every plugin
for EQ10
slider 1 is named "31" ... slider 10 is named "16k"
slider action="effect_slider 'EQ10' 1" ... slider action="effect_slider 'EQ10' 10"
The same as for buttons
button 1 is named "Reset"
2 --> "Preset"
3 --> "+" or "Add"
4 --> "-" or "Delete"
5 --> "<" or "Prev"
6 --> ">" or "Next"
7 --> "Save"
first number is effect SLOT (may be replace by effect NAME for better actions)
second number is the INDEX of the slider in the plugin (can't replace with name)
specific to every plugin
for EQ10
slider 1 is named "31" ... slider 10 is named "16k"
slider action="effect_slider 'EQ10' 1" ... slider action="effect_slider 'EQ10' 10"
The same as for buttons
button 1 is named "Reset"
2 --> "Preset"
3 --> "+" or "Add"
4 --> "-" or "Delete"
5 --> "<" or "Prev"
6 --> ">" or "Next"
7 --> "Save"
geposted Fri 07 Aug 20 @ 4:53 pm
Once again:
groovindj wrote :
Learn about skins starting here...
https://www.virtualdj.com/wiki/SkinSDK8.html
Also study existing skins to see how things are written, and try making small modifications. You need to paddle in the shallow end before jumping in at the deep end.
https://www.virtualdj.com/wiki/SkinSDK8.html
Also study existing skins to see how things are written, and try making small modifications. You need to paddle in the shallow end before jumping in at the deep end.
geposted Fri 07 Aug 20 @ 5:32 pm