Quick Sign In:  

Forum: VirtualDJ 8.0 Technical Support

Topic: post fader FX - Page: 5

This part of topic is old and might contain outdated or incorrect information

locodog wrote :
Yeah these things get strung out just a sec

This is the Volume effect (vital)
http://www.virtualdj.com/plugins/index.html?category=effects&page=2&search=volume

another second

This is the script to put on a button, press it once

Deck 1 effect_show_gui 'volume' & deck 2 effect_show_gui 'volume' & deck 1 effect_show_gui 'echo' & deck 2 effect_show_gui 'echo' & Leftdeck ? deck 1 effect_active 'volume' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' 0 : deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 1 effect_active 'echo' 0 : deck 1 effect_active 'echo' 1 : deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 1 effect_active 'echo' 1 : deck 1 effect_active 'volume' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' 0 : deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 2 effect_active 'echo' 0 : deck 2 effect_active 'echo' 1 : deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 2 effect_active 'echo' 1

1 more sec (adapted crossfader script)

deck 1 effect_active 'volume' ? crossfader & param_smaller 2% ? deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% : param_bigger 98% ? deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% : deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% : crossfader

This is the 'inverted' script that's been reported to work, I need to really know if it does work because I've just discovered what I think is the key to uninverting it.

*Sigh ran out of time for 1 day, back tomorrow*
please report what ever you see, this should be (with all the effects on!) a inverted cross fader action,
fully left, deck 2 vol effect should = 0% and deck 1 vol effect should = 100%
fully right, deck 1 vol effect should = 0% and deck 2 vol effect should = 100%
in the middle both @ 95%
This is fundamental to the whole thing working.


this is it! :D
thank you locodog,you are the script MASTER!
when I move the crossfader,volume knobs jump, the "postfader key" triggers "something",that echoes with the CF cuts, and I get the echo exactly as I scratched!
great work!thanks again
 

Posted Sat 27 Sep 14 @ 5:30 pm
locoDogPRO InfinityModeratorMember since 2013
Fucking nice one (Mods I swore, I meant it)

Is it inverted?
Can you post a sound clip? / video

Did you try my newest script? (I believe it's better)

I've proved if I can do it with 1 deck I can do it with 2, if I can do it with 2 I can do it with 4
BUT with 4 decks AND having crossfader assign there are 54 possible deck configs (base 3, left, right, sub, 4 decks) so as you can imagine it's huge

Please post a sound clip because I've never actually heard it


(@ Atomix staff, Can we turn all of this into a single script action 'postfader' ?
I still don't think this is optimum yet, I believe I can do better than just mimicking postfader, I can surpass it,
I'd really like some input because this is BIG)
 

Posted Sat 27 Sep 14 @ 6:19 pm
yes this is BIG,it should be an option on/off for postfading, will share a video with the results and details,at the end of this day (at work now...)
I have another script challenge for you, help me map my stanton scs1m, its really simple,I just need to configure 4 variable buttons(2 are already done), and then configure a endless (wich copies itself auto to 4 decks) knob with push button, endless LED, LED Windows with 3 colors and text, and thats it,the hard part is, that it I cant create complex scripting,and the knob and knob-button would have to have different functions in the 4 variables, deck actions (play,sync,pitchbend,finepitch) I almost finished this one; loop(loop size/loopmove); FX(done by default) ; Master FX.
SCS1m : http://www.virtualdj.com/documents/Stanton%20SCS1m%20-%20VirtualDJ%208%20Operation%20Guide.pdf
challenge accepted?
looking forward
thank you
 

Posted Sun 28 Sep 14 @ 3:34 am
Hello LocoDog, today I tested a little more your script and I found that sometimes when turning the "postfader echo" button off, I lost control on the crossfader,but I just had to move it left/right,and it would be fine,if that didn't work I would turn postfx on then,in the effect gui window turn all fx off (volume/echo) and turn them back on,and it would be fine also,because of those problems, today I tried the next script,it works the same but now when post fader fx is off I dont have the crossfader working at all! tried my previous workarounds, tried the previous script, loaded default mappings,nothing seems to work,when post fx is off I cant crossfade!!!! HELP!!!!

locodog post fader FX https://www.sendspace.com/file/c7wpu0
 

Posted Sun 28 Sep 14 @ 2:34 pm
locoDogPRO InfinityModeratorMember since 2013
Hmmm confusing, I've added a little extra that makes sure the crossfader is on. , I'll have a look a getting it totally totally bomb proof. (I kept it simple for the sake of testing)

crossfader_disable 0 & Deck 1 effect_show_gui 'volume' & deck 2 effect_show_gui 'volume' & deck 1 effect_show_gui 'echo' & deck 2 effect_show_gui 'echo' & Leftdeck ? deck 1 effect_active 'volume' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' 0 : deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 1 effect_active 'echo' 0 : deck 1 effect_active 'echo' 1 : deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 1 effect_active 'echo' 1 : deck 1 effect_active 'volume' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' 0 : deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 2 effect_active 'echo' 0 : deck 2 effect_active 'echo' 1 : deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 2 effect_active 'echo' 1

 

Posted Sun 28 Sep 14 @ 3:21 pm
I am so confused! I copied this last script,doesnt work,but I think the crossfader with post fader off, got fixed! re-inserted the script that I have quoted yesterday,and its working fine again,with those little crossfader problems now and then,the code is this:
post fader fx button
Deck 1 effect_show_gui 'volume' & deck 2 effect_show_gui 'volume' & deck 1 effect_show_gui 'echo' & deck 2 effect_show_gui 'echo' & Leftdeck ? deck 1 effect_active 'volume' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' 0 : deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 1 effect_active 'echo' 0 : deck 1 effect_active 'echo' 1 : deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 1 effect_active 'echo' 1 : deck 1 effect_active 'volume' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' 0 : deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 2 effect_active 'echo' 0 : deck 2 effect_active 'echo' 1 : deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 2 effect_active 'echo' 1
CF script
deck 1 effect_active 'volume' ? crossfader & param_smaller 2% ? deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% : param_bigger 98% ? deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% : deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% : crossfader

edit: found another workaround: to I activate properly "post fader fx" the crossfader cant be full left,this avoids any non working FX/sound/crossfader/postfader... when switching it off I have to move the CF full righ/left, to "refresh"(takeover) its position.
 

Posted Sun 28 Sep 14 @ 3:46 pm
locoDogPRO InfinityModeratorMember since 2013
Add this the the start of the button script.

crossfader_disable 0 &

I'm very hungover at the moment but now I know what works and what the problems are,
To make it bomb proof the button script needs to be a lot lot longer, I'll have a look tomorrow evening.

What controllerTakeOverMode do you use?
 

Posted Sun 28 Sep 14 @ 4:07 pm
You are right, I have "TakeOver" in "pickup" if I switch to "instant",the CF works ok when switching "postfader" OFF,but this will also affect the gain knob(autogain), I think I prefer to refresh the crossfader position,than having gain jumps... there should also be a takeovergain like there is for pitch.
the "crossfader_disable 0 &" doesn't change anything, and to switch "post fader" ON I must always have the CF a little to the right, if I switch PF with the CF full left,deck 2 is muted. anyway I like it this way, will map a special button in my scs1m, no problems having these workarounds,but I think this should be implemented in VDJ8 as an option like other dj sw do. thanks for the help.
 

Posted Sun 28 Sep 14 @ 4:41 pm
Well sorry about not getting back to this thread in a timely fashion, the kids had me do all kinds of crazy dad stuff this weekend.

Anyways I did try the last script with my DJM800 and it does not work. I'm gonna assume this is more for controllers.

I'll try it again with my DDJ SB and see if I get the same results as PartyBoy.....
 

Posted Mon 29 Sep 14 @ 1:03 pm
locoDogPRO InfinityModeratorMember since 2013
This is much trickier then I first imagined, there simply isn't a solution that fits all circumstances.
I really think I could overcome the takeover issues but I need to test myself with hardware. I think having gain scripts (something like takeOverMode "instant" ? nothing : deck X gain) {not actual script, I don't want to go down that route, 2nd party testing is bad enough, everyone loses heart and we could be chasing bugs forever}

Having said that,

If you have a controller and put out only a single master output, (from VDJ to amp) then if you permanently use the volume effects in a crossfader style (disabling the SW crossfader) then the take over issues are avoided, and then IT SHOULD JUST WORK, no complicated button scripts, just turn the echo effect on & off.

Use for your crossfader script

deck 1 effect_active 4 "volume" 1 & deck 2 effect_active 4 "volume" 1 & crossfader_disable 1 & crossfader & param_smaller 2% ? deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% : param_bigger 98% ? deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% : deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 100%

This is only 2 decks, scratch style non hamstered, but if proven to be free of problems it can be expanded to 4 decks including deck select options and hamster style but it will always be a scratch curve (not impossible to overcome but a VERY VERY long script)

As for hybrid systems it is much much more complicated, with the audio XF being post VDJ, you have to have a clone of the deck you want to effect on the opposite side of the XF,
and then have it fire at the right time, not impossible but painful to test like we have been doing.
 

Posted Mon 29 Sep 14 @ 4:51 pm
vdj_pARtybOy wrote :
I am so confused! I copied this last script,doesnt work,but I think the crossfader with post fader off, got fixed! re-inserted the script that I have quoted yesterday,and its working fine again,with those little crossfader problems now and then,the code is this:
post fader fx button
Deck 1 effect_show_gui 'volume' & deck 2 effect_show_gui 'volume' & deck 1 effect_show_gui 'echo' & deck 2 effect_show_gui 'echo' & Leftdeck ? deck 1 effect_active 'volume' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' 0 : deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 1 effect_active 'echo' 0 : deck 1 effect_active 'echo' 1 : deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 1 effect_active 'echo' 1 : deck 1 effect_active 'volume' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' 0 : deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 2 effect_active 'echo' 0 : deck 2 effect_active 'echo' 1 : deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 2 effect_active 'echo' 1
CF script
deck 1 effect_active 'volume' ? crossfader & param_smaller 2% ? deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% : param_bigger 98% ? deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% : deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% : crossfader

edit: found another workaround: to I activate properly "post fader fx" the crossfader cant be full left,this avoids any non working FX/sound/crossfader/postfader... when switching it off I have to move the CF full righ/left, to "refresh"(takeover) its position.

with the new build 2021 the post fader FX script stopped working...
 

Posted Tue 28 Oct 14 @ 7:20 pm
hello, tried installing last public build 2013,and the post fader FX script works fine,just not on the new beta build, maybe something to do with this implementation : "-Fix certain actions followed by param_ actions not being executed" ???
visually on-screen everything works the same,the crossfader(script) triggers "volume FX" amount knobs 0%>98%,but the track isn't post faded(echoed) deck 1 or 2...
help me out locodog
looking forward
thank you
 

Posted Wed 29 Oct 14 @ 6:06 am
locoDogPRO InfinityModeratorMember since 2013
Sorry I'm not in a position to test (for quite a while)
The theory works in some instances, hopefully somewhere at Atomix HQ they have a plan for PostFX that takes all the messy scripting and simplifies it to a few options and a on/off switch.
*Fingers crossed*

I'd love to hear from Atomix as to the challenges and the progress to PostFX, I'm sure they want to include PFX but guess a single 'fits all' solution eludes them.
 

Posted Wed 29 Oct 14 @ 7:46 am
I hope so, they could at least give us this locodog's "post fader FX" scripting, until they finish their Atomix official PFX, I miss it already....
thanks locodog
 

Posted Wed 29 Oct 14 @ 5:55 pm
Hello, just found that the post fader FX still works,but only if the crossfader is open! I scratch and cut and when I open the CF I hear the cutted scratch,but if I close it the "echoed scratch" is mutted.
also found that if instead of closing the CF, if I manually turn down Volume FX (slider 1, deck 2) to 0% right after scratching, the "scratched sample" still echoes;
the CF PFFX script , CF at 0%>1% moves Volume FX knob 1 (amount) 100%>99% on deck 1 and 0%>95% cuz I can see the effect_gui, it shows up everytime I press PFFX button, how can I remove this?? I tried deleting effect_gui codes, but messed up the script, I know this is handy to check whats the PFFX script code is doing, but I can open them up seperatly to check that. thank you.
I hope the info is good enough to work on a new or update PPFX script.
thanks locodog
 

Posted Tue 11 Nov 14 @ 7:35 pm
locoDogPRO InfinityModeratorMember since 2013
Sure, erm post what you've got as a script right now (crossfader & FX button), and I'll see what needs tweaking.
 

Posted Wed 12 Nov 14 @ 9:48 am
vdj_pARtybOy wrote :
post fader fx button
Deck 1 effect_show_gui 'volume' & deck 2 effect_show_gui 'volume' & deck 1 effect_show_gui 'echo' & deck 2 effect_show_gui 'echo' & Leftdeck ? deck 1 effect_active 'volume' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' 0 : deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 1 effect_active 'echo' 0 : deck 1 effect_active 'echo' 1 : deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 1 effect_active 'echo' 1 : deck 1 effect_active 'volume' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' 0 : deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 2 effect_active 'echo' 0 : deck 2 effect_active 'echo' 1 : deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 2 effect_active 'echo' 1

CF script
deck 1 effect_active 'volume' ? crossfader & param_smaller 2% ? deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% : param_bigger 98% ? deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% : deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% : crossfader

to activate properly "post fader fx" the crossfader cant be full left,this avoids any non working FX/sound/crossfader/postfader... when switching it off I have to move the CF full righ/left, to "refresh"(takeover) its position.


so now the PFFX only works with the Crossfader open,then if I turn volume fx knob down to 0,i still get the echoed scratch sample, can you figure out a new PFFX? please remove the effect gui window pop up from PFFX switch button. I have a LED on the mixer mapped for the PFFX .
thank you
 

Posted Wed 12 Nov 14 @ 3:57 pm
locoDogPRO InfinityModeratorMember since 2013
Yep I shall have a look, (when I have some thinking time)

Just checking, you want no gui at all? (no volume no echo)
 

Posted Wed 12 Nov 14 @ 6:30 pm
yes please,no gui pop-ups.
thank you
 

Posted Wed 12 Nov 14 @ 7:16 pm
locoDogPRO InfinityModeratorMember since 2013
*Minor rework, Mods could you please delete my previous post*

I think *prays* I'm about there, (I've learnt something new too!) I think I've solved the crossfader take over issue and I've expanded the button(s) (you are using 2 buttons? Left side and right side) so that they check the crossfader when switching the effect on.

I'm going to post both scripts, in the usual way for you to Ctrl+C & V, and in an easy to read form for perhaps a script savvy mod to assist because I believe there's a un-needed part, but didn't want to confuse (all parties involved)

Let me know because if it works it can be made better. (I've got another that only echos when the xfader is closed)

For anyone just joining this thread you need to have the volume effect installed & your HW Xfader has to be connected to the SW crossfader
Copy & paste version

post fader fx button(s)
crossfader +0% & Leftdeck ? deck 1 effect_active 'volume' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' 0 : crossfader_disable & crossfader +0% & deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 1 effect_active 'echo' 0 : deck 1 effect_active 'echo' 1 & param_bigger crossfader 2% ? deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% : param_smaller crossfader 98% ? deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% : deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% : crossfader_disable & deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 1 effect_active 'echo' 1 & param_bigger crossfader 2% ? deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% : param_smaller crossfader 98% ? deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% : deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% : deck 1 effect_active 'volume' ? deck 2 effect_active 'echo' ? deck 1 effect_active 'echo' ? deck 2 effect_active 'echo' 0 : crossfader_disable & crossfader +0% & deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 2 effect_active 'echo' 0 : deck 2 effect_active 'echo' 1 & param_bigger crossfader 2% ? deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% : param_smaller crossfader 98% ? deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% : deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% : crossfader_disable & deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 2 effect_active 'echo' 1 &  param_bigger crossfader 2% ? deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% : param_smaller crossfader 98% ? deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% : deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% 


Xfader script
crossfader & deck 1 effect_active 'volume' ? param_bigger crossfader 2% ? deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% : param_smaller crossfader 98% ? deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% : deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% : crossfader


Easy (ish) to read

post fader fx button (Goddamn it, code bbc doesn't show the indents they are there though, quote and you'll see them)


crossfader +0% & Leftdeck ?
deck 1 effect_active 'volume' ?
deck 1 effect_active 'echo' ?
deck 2 effect_active 'echo' ?
deck 1 effect_active 'echo' 0 :
crossfader_disable & crossfader +0% & deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 1 effect_active 'echo' 0 :
deck 1 effect_active 'echo' 1 & param_bigger crossfader 2% ?
deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% :
param_smaller crossfader 98% ?
deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% :
deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% :
crossfader_disable & deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 1 effect_active 'echo' 1 & param_bigger crossfader 2% ?
deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% :
param_smaller crossfader 98% ?
deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% :
deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% :
deck 1 effect_active 'volume' ?
deck 2 effect_active 'echo' ?
deck 1 effect_active 'echo' ?
deck 2 effect_active 'echo' 0 :
crossfader_disable & crossfader +0% & deck 1 effect_active 'volume' 0 & deck 2 effect_active 'volume' 0 & deck 2 effect_active 'echo' 0 :
deck 2 effect_active 'echo' 1 & param_bigger crossfader 2% ?
deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% :
param_smaller crossfader 98% ?
deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% :
deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% :
crossfader_disable & deck 1 effect_active 'volume' 1 & deck 2 effect_active 'volume' 1 & deck 2 effect_active 'echo' 1 & param_bigger crossfader 2% ?
deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% :
param_smaller crossfader 98% ?
deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% :
deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95%



Xfader script, (Anyone watching is the " deck 1 effect_active ? " on the first line needed?)

crossfader & deck 1 effect_active 'volume' ?
param_bigger crossfader 2% ?
deck 1 effect_slider 'volume' 1 100% & deck 2 effect_slider 'volume' 1 0% :
param_smaller crossfader 98% ?
deck 1 effect_slider 'volume' 1 0% & deck 2 effect_slider 'volume' 1 100% :
deck 1 effect_slider 'volume' 1 95% & deck 2 effect_slider 'volume' 1 95% :
crossfader

 

Posted Sun 16 Nov 14 @ 4:48 am
38%