Hello,
I test the 16-band Equaliser ( http://fr.virtualdj.com/addons/517/16-band_Equaliser.html )
If you make a setting on the deck 1, you must load this setting in the other decks to have the same equalization.
For do that, you must clic on "Load Curve" in the effect window.
I want to have a button to load automatically curves on the other decks.
I test this :
<button action="deck 2 effect '16-band Equaliser' Load Curve">
<button action="deck 3 effect '16-band Equaliser' Load Curve">
...
but it don't work...
It's possible ??
I test the 16-band Equaliser ( http://fr.virtualdj.com/addons/517/16-band_Equaliser.html )
If you make a setting on the deck 1, you must load this setting in the other decks to have the same equalization.
For do that, you must clic on "Load Curve" in the effect window.
I want to have a button to load automatically curves on the other decks.
I test this :
<button action="deck 2 effect '16-band Equaliser' Load Curve">
<button action="deck 3 effect '16-band Equaliser' Load Curve">
...
but it don't work...
It's possible ??
geposted Tue 22 Jan 13 @ 10:21 am
You cant control the effect using VDJ Script actions. It has a Custom GUI and the available buttons/options can not be controlled by effect_button actions
geposted Tue 22 Jan 13 @ 10:32 am
It's pity... thanks
Another question. In the Virtual DJ Effect page you can't select the decks 3 or more.
For my effect I put this button :
<button action="page 'effects' & deck 1 effect '16-band Equaliser' active & deck 2 effect '16-band Equaliser' active & deck 3 effect '16-band Equaliser' active">
that is ok.
Now I must load the memorised curve for my 3 decks.
For deck 1 and 2 it's not a pb, I can select them in the effect page.
But for the deck 3 ?
(sorry for my english)
Another question. In the Virtual DJ Effect page you can't select the decks 3 or more.
For my effect I put this button :
<button action="page 'effects' & deck 1 effect '16-band Equaliser' active & deck 2 effect '16-band Equaliser' active & deck 3 effect '16-band Equaliser' active">
that is ok.
Now I must load the memorised curve for my 3 decks.
For deck 1 and 2 it's not a pb, I can select them in the effect page.
But for the deck 3 ?
(sorry for my english)
geposted Tue 22 Jan 13 @ 11:04 am
The only way you can control them is to use the left-right logic. (leftdeck and rightdeck), so you should have buttons just for the left and right deck to open the effect page and use the effect's buttons.
geposted Tue 22 Jan 13 @ 11:49 am
I don't anderstand...
For example, if I put the deck 3 on the left deck and I open the effect page, I can't change the effect options for the deck 3.
I can just change them if I use a specifiq effect button for only the deck 3:
<button action="deck 3 effect '16-band Equaliser' active">
at this time I have access on the deck 3 effect option.
For example, if I put the deck 3 on the left deck and I open the effect page, I can't change the effect options for the deck 3.
I can just change them if I use a specifiq effect button for only the deck 3:
<button action="deck 3 effect '16-band Equaliser' active">
at this time I have access on the deck 3 effect option.
geposted Tue 22 Jan 13 @ 5:07 pm
up
geposted Wed 23 Jan 13 @ 9:58 am
Downloaded the effect to take a look. Old plugin. Wont work properly with 4 decks. Not possible what you re after.
geposted Wed 23 Jan 13 @ 12:43 pm
Are you sure ??
In all the effects, you never have a deck 3 or deck 4 selection button !!
By me the 16-band Equaliser work very well for my 3 decks !
There is just the problem for a script to select the deck 3 automaticly in the effects window.
But there is the same problem with all the effects !!
In all the effects, you never have a deck 3 or deck 4 selection button !!
By me the 16-band Equaliser work very well for my 3 decks !
There is just the problem for a script to select the deck 3 automaticly in the effects window.
But there is the same problem with all the effects !!
geposted Wed 23 Jan 13 @ 5:53 pm
Dodge57 wrote :
I don't anderstand...
For example, if I put the deck 3 on the left deck and I open the effect page, I can't change the effect options for the deck 3.
For example, if I put the deck 3 on the left deck and I open the effect page, I can't change the effect options for the deck 3.
That is what i meant that it won't work properly with 4 decks.
geposted Wed 23 Jan 13 @ 9:52 pm
it is finally easy to script that :
I must put 3 buttons on my skin :
<button pannel="Effects1" action="deck 1 effect '16-band Equaliser' active">
<button pannel="Effects1" action="deck 2 effect '16-band Equaliser' active">
<button pannel="Effects1" action="deck 3 effect '16-band Equaliser' active">
to access the options of the plate 3, I must start with the deck 3 button to load his curve. Then I can lod the curves for the other decks.
I think that with the deck 4 it's the same order.
I must put 3 buttons on my skin :
<button pannel="Effects1" action="deck 1 effect '16-band Equaliser' active">
<button pannel="Effects1" action="deck 2 effect '16-band Equaliser' active">
<button pannel="Effects1" action="deck 3 effect '16-band Equaliser' active">
to access the options of the plate 3, I must start with the deck 3 button to load his curve. Then I can lod the curves for the other decks.
I think that with the deck 4 it's the same order.
geposted Thu 24 Jan 13 @ 3:32 am