Connexion rapide:  

Forum: VirtualDJ Skins

Sujet Script for an effect button

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

Dodge57PRO InfinityMember since 2009
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 ??
 

Posté Tue 22 Jan 13 @ 10:21 am
djdadPRO InfinityDevelopment ManagerMember since 2005
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
 

Posté Tue 22 Jan 13 @ 10:32 am
Dodge57PRO InfinityMember since 2009
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)
 

Posté Tue 22 Jan 13 @ 11:04 am
djdadPRO InfinityDevelopment ManagerMember since 2005
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.
 

Posté Tue 22 Jan 13 @ 11:49 am
Dodge57PRO InfinityMember since 2009
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.
 

Posté Tue 22 Jan 13 @ 5:07 pm
Dodge57PRO InfinityMember since 2009
up
 

Posté Wed 23 Jan 13 @ 9:58 am
djdadPRO InfinityDevelopment ManagerMember since 2005
Downloaded the effect to take a look. Old plugin. Wont work properly with 4 decks. Not possible what you re after.
 

Posté Wed 23 Jan 13 @ 12:43 pm
Dodge57PRO InfinityMember since 2009
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 !!

 

Posté Wed 23 Jan 13 @ 5:53 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
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.


That is what i meant that it won't work properly with 4 decks.

 

Posté Wed 23 Jan 13 @ 9:52 pm
Dodge57PRO InfinityMember since 2009
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.
 

Posté Thu 24 Jan 13 @ 3:32 am


(Les anciens sujets et forums sont automatiquement fermés)