I use Pioneer DDJ-XP2 mainly as a sampler controller. DDJ-1000 used to have a Sampler volume knob.
AlphaTheta XDJ-AZ has no built-in sampler at all.
I want to program the FX strip on the DDJ-XP2 to map to `sampler_volume` WHEN "PAD MODE 4" is selected (sampler) if possible.
Trying to see if someone has already done that and could share how they've done it.
FX_STRIP is just an idea.
Perhaps there's an easier solution to this that I don't know about.
I just couldn't see any other suitable free knob on either XDJ-AZ or XP2 to repurpose for `sampler_volume` control.
AlphaTheta XDJ-AZ has no built-in sampler at all.
I want to program the FX strip on the DDJ-XP2 to map to `sampler_volume` WHEN "PAD MODE 4" is selected (sampler) if possible.
Trying to see if someone has already done that and could share how they've done it.
FX_STRIP is just an idea.
Perhaps there's an easier solution to this that I don't know about.
I just couldn't see any other suitable free knob on either XDJ-AZ or XP2 to repurpose for `sampler_volume` control.
Posted 4 days ago @ 9:49 pm
What I've figured out:
1. turn FX_STRIP into `sampler_volume_master` slider when Sampler is selected (preserving the original config when Sampler is not selected)
`FX_STRIP` `pad_page 'sampler' ? sampler_volume_master : [original full FX script] `
What I haven't figured out so far:
how to send `sampler_pfl` to XDJ-AZ headphones.
I've tried
`HOLD` `pad_page 'sampler' ? sampler_pfl : nothing
but got nothing so far - I cannot hear the sampler when Headphones are CUE only (no MASTER).
1. turn FX_STRIP into `sampler_volume_master` slider when Sampler is selected (preserving the original config when Sampler is not selected)
`FX_STRIP` `pad_page 'sampler' ? sampler_volume_master : [original full FX script] `
What I haven't figured out so far:
how to send `sampler_pfl` to XDJ-AZ headphones.
I've tried
`HOLD` `pad_page 'sampler' ? sampler_pfl : nothing
but got nothing so far - I cannot hear the sampler when Headphones are CUE only (no MASTER).
Posted 3 days ago @ 7:49 am
AZ is a hardware mixer there is no pfl channel to send the sampler to.
Posted 3 days ago @ 8:18 am
locoDog wrote :
AZ is a hardware mixer there is no pfl channel to send the sampler to.
That's what I've realized - thanks for the confirmation @locoDog
Posted 3 days ago @ 8:29 am