Is there an update coming with the FLX6 controller supported? Not liking how Rekorbox handles videos.
Mensajes Sun 27 Dec 20 @ 11:22 am
Atomix have basically supported all Pioneer gear that supports HID, so it would surprise me if the FLX6 won't be supported.
They generally doesn't give ETAs for mappings, they just release them when they are done. I think they get into public early access before that, so maybe you just wanna keep an eye on that. Nobody knows how long it takes.
They generally doesn't give ETAs for mappings, they just release them when they are done. I think they get into public early access before that, so maybe you just wanna keep an eye on that. Nobody knows how long it takes.
Mensajes Sun 27 Dec 20 @ 10:30 pm
Thanks, was looking to try and build one myself, looks a bit over my head, all that scripting.
Mensajes Mon 28 Dec 20 @ 10:09 am
wondering myself - I use DDJ-RZX on the main stage, a DDJ-SX2 as a backup, and want to add this to the DJ booth and another controller for guests to choose from.
Any word?
Thanks
John
Any word?
Thanks
John
Mensajes Tue 29 Dec 20 @ 1:03 am
It is now available, install the latest update!
Thanks, VDJ!
Thanks, VDJ!
Mensajes Thu 21 Jan 21 @ 4:15 am
Does the new update now let you use things like the merge effect now ?
Mensajes Thu 21 Jan 21 @ 10:59 pm
have a look and see what all it does
https://www.virtualdj.com/manuals/hardware/pioneer/ddjflx6.html
https://www.virtualdj.com/manuals/hardware/pioneer/ddjflx6.html
Mensajes Fri 22 Jan 21 @ 1:38 am
Just says the merge effect is coming soon
Mensajes Fri 22 Jan 21 @ 9:11 am
bowdie09 wrote :
Does the new update now let you use things like the merge effect now ?
The Jog Cutter feature?
Yes, it's described in the manual
But it's still kind of a gimmick IMO
The merge FX?
No, not yet. It's listed as "No function assigned here (coming soon)" in the manual
But if it's going to be anything like the Youtube videos showing it, it's going to be kind of a gimmick IMO
Mensajes Fri 22 Jan 21 @ 9:25 am
bowdie09 wrote :
Just says the merge effect is coming soon
Yes
But the mapping slots are there - so while you wait for it, you can map some stacked effects yourself if you like:
Mensajes Fri 22 Jan 21 @ 9:34 am
How do you properly map stacked effects into merge then ?
Mensajes Sat 23 Jan 21 @ 4:27 pm
Just like you would on a custom button and a custom slider
You could for instance do
effect_active 'echo' & effect_active 'flanger' & effect_active 'noise'
on the MERGEFX_ON mapping slot to turn 3 effects that you like on and off and thereby stack them
and then do
effect_slider 'echo' 1 & effect_slider 'flanger' 1 & effect_slider 'noise' 1
on the MERGEFX_PARAM mapping slot to change their first/main slider at the same time, and there by turn their intensity up and down
You could also make different combinations and use the MERGEFX_SEL mapping slot to switch between them, but that's a bit more work
The downside is that you can't just change which effects are stacked in the middle of your set - you need to change the script for that
So this is just meant as a way to get started until the real mapping for the merge effects has been added
You could for instance do
effect_active 'echo' & effect_active 'flanger' & effect_active 'noise'
on the MERGEFX_ON mapping slot to turn 3 effects that you like on and off and thereby stack them
and then do
effect_slider 'echo' 1 & effect_slider 'flanger' 1 & effect_slider 'noise' 1
on the MERGEFX_PARAM mapping slot to change their first/main slider at the same time, and there by turn their intensity up and down
You could also make different combinations and use the MERGEFX_SEL mapping slot to switch between them, but that's a bit more work
The downside is that you can't just change which effects are stacked in the middle of your set - you need to change the script for that
So this is just meant as a way to get started until the real mapping for the merge effects has been added
Mensajes Sat 23 Jan 21 @ 5:03 pm
I don't own a FLX6, so I have created an example with the 2 scripts above using a custom button and a custom slider instead -, so you can see the kind of result you can expect when mapping it on the merge fx on the FLX6
Mensajes Sat 23 Jan 21 @ 5:13 pm