Hello,
i wrote a talkover script for my 4 Deck setup and Mic over 'line-in'.
Use Mic on Deck 3 or 4 and use this script for a button with 'toggle' mode.
Decreases the volume on Deck 1 AND/OR 2 (0.7) on activate and set volume back to 1 on deactivate.
set "$mv1" '`deck 1 get_volume & param_cast float`' &
set "$mv2" '`deck 2 get_volume & param_cast float`' &
var 'fxon' ?
set 'fxon' 0 & linein record & var_greater "$mv1" 0.4 ? deck 1 volume 1.0 & var_greater "$mv2" 0.4 ? deck 2 volume 1.0 : nothing : var_greater "$mv2" 0.4 ? deck 2 volume 1.0 : nothing :
set 'fxon' 1 & linein record & var_greater "$mv1" 0.8 ? deck 1 volume 0.7 & var_greater "$mv2" 0.8 ? deck 2 volume 0.7 : nothing : var_greater "$mv2" 0.8 ? deck 2 volume 0.7 : nothing
Hope this helps if someone needs
g
i wrote a talkover script for my 4 Deck setup and Mic over 'line-in'.
Use Mic on Deck 3 or 4 and use this script for a button with 'toggle' mode.
Decreases the volume on Deck 1 AND/OR 2 (0.7) on activate and set volume back to 1 on deactivate.
set "$mv1" '`deck 1 get_volume & param_cast float`' &
set "$mv2" '`deck 2 get_volume & param_cast float`' &
var 'fxon' ?
set 'fxon' 0 & linein record & var_greater "$mv1" 0.4 ? deck 1 volume 1.0 & var_greater "$mv2" 0.4 ? deck 2 volume 1.0 : nothing : var_greater "$mv2" 0.4 ? deck 2 volume 1.0 : nothing :
set 'fxon' 1 & linein record & var_greater "$mv1" 0.8 ? deck 1 volume 0.7 & var_greater "$mv2" 0.8 ? deck 2 volume 0.7 : nothing : var_greater "$mv2" 0.8 ? deck 2 volume 0.7 : nothing
Hope this helps if someone needs
g
geposted Sat 26 Oct 19 @ 2:04 pm