Quick Sign In:  

Forum: General Discussion

Topic: Pfl and macros

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

Hello everybody! I use macros "var '$shift' ? select : get decks 2 ? select : pfl" for Pfl (cue) buttons on my ddj rr. So, differents between standart Cue is - when i press cue on left channel while right channel cue is active - it switches active channel - turns off right channel and turns on left channel in the same time just with one press. I'd like that way, but sometimes i need to turn off both channel, so i need to modify my macros in a such way, that whith a long press on any channel - that channel turns off. How to do that?
 

geposted Tue 26 Jan 21 @ 12:40 pm
locoDogPRO InfinityModeratorMember since 2013
var '$shift' ? select : get_decks 2 ? select : holding ? deck all pfl off : pfl

I'm not sure what your get_decks thing is about but what you used in your post isn't a script
[its get_decks X, not get decks]
 

geposted Tue 26 Jan 21 @ 12:53 pm
locodog wrote :
var '$shift' ? select : get_decks 2 ? select : holding ? deck all pfl off : pfl

I'm not sure what your get_decks thing is about but what you used in your post isn't a script
[its get_decks X, not get decks]


Nope, holding cue does nothing anyway(
 

geposted Tue 26 Jan 21 @ 1:11 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
On which controller are you trying the above ? There may be some firmware limitation behind the PFL buttons on some controllers.
 

geposted Tue 26 Jan 21 @ 1:14 pm
djdad wrote :
On which controller are you trying the above ? There may be some firmware limitation behind the PFL buttons on some controllers.


Pioneer Ddj rr
 

geposted Tue 26 Jan 21 @ 1:37 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Should work. At least works here when called from another 4 decks controller.
Can you try to see if it works without the decks query.. so .. just ... holding ? deck all pfl off : pfl
 

geposted Tue 26 Jan 21 @ 3:27 pm
djdad wrote :
Should work. At least works here when called from another 4 decks controller.
Can you try to see if it works without the decks query.. so .. just ... holding ? deck all pfl off : pfl


Doesn't work at all. By the way, default settings for Cue button is just "pfl". And it works the same as usually works on any pioneer mixer. You can turn off/on any channel, or can listen them simultaneously. Thats not usable for me, because in 99% i want to listen just one channel, and in default settings i need to push buttons twice every time (to turn off previous channel and turn on next one). so script "var '$shift' ? select : get decks 2 ? select : pfl" suits me in 99%, but sometimes i need to turn off both channel. THats why i'd like to add possibility to turn off channel by long pressing
 

geposted Wed 27 Jan 21 @ 4:28 am
NicotuxHome userMember since 2014
just because it should work the other way ^^
holding ? pfl off : deck all pfl off & pfl
but this is wrong as second pfl will apply both to same deck
holding ? pfl off : deck all & param_equal `get_deck` `get_defaultdeck` ? pfl : pfl off
but button does not lit
so
pfl & holding ? pfl off : deck all & param_equal `get_deck` `get_defaultdeck` ? nothing : pfl off

or better:

pfl & pfl 0% ? nothing : holding ? nothing : deck all & param_equal `get_deck` `get_defaultdeck` ? nothing : pfl off

short click : pfl off toggles pfl only for the actiondeck switches ll other off
when pfl is on : switches pfl off not altering the other
long press : toggles pfl on or off not altering the other
 

geposted Wed 27 Jan 21 @ 12:08 pm
Nicotux wrote :
just because it should work the other way ^^
holding ? pfl off : deck all pfl off & pfl
but this is wrong as second pfl will apply both to same deck
holding ? pfl off : deck all & param_equal `get_deck` `get_defaultdeck` ? pfl : pfl off
but button does not lit
so
pfl & holding ? pfl off : deck all & param_equal `get_deck` `get_defaultdeck` ? nothing : pfl off

or better:

pfl & pfl 0% ? nothing : holding ? nothing : deck all & param_equal `get_deck` `get_defaultdeck` ? nothing : pfl off

short click : pfl off toggles pfl only for the actiondeck switches ll other off
when pfl is on : switches pfl off not altering the other
long press : toggles pfl on or off not altering the other

Unfortunately both doesn't work correct. With short press i just have short blink on the cue button, long press do nothing
 

geposted Wed 27 Jan 21 @ 12:57 pm
NicotuxHome userMember since 2014
If djdad's script does not work as expected, (mute everything when long press)
there is a limitation with DDJ-RR controller
other script wont work :\
 

geposted Wed 27 Jan 21 @ 1:16 pm
Sad story. But thanks for help anyway.
 

geposted Wed 27 Jan 21 @ 1:37 pm
Sorry, guys, was my mistake. Easy macros "holding ? pfl : var '$shift' ? select : get decks 2 ? select : pfl" - works well.
Thanks again for helping
 

geposted Wed 27 Jan 21 @ 1:52 pm


(Alte Themen und Foren werden automatisch geschlossen)