快速登录:  

Forum: Old versions

话题: Assigning a filter on an MC6000 mk1?

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

winyardPRO InfinityMember since 2008
Does anyone know how you would assign the filter in VDJ8 onto the "EFX4" knob on the MC6000 mk1?

Am using a windows laptop.

I realise you can use the custom buttons to easily assign functions, but that relate to the knobs on the controller, and am wanting the filter assigned to one of the efx knobs, so that it's easily physically turned, rather than trying to turn it using a mouse.
Thank you.
 

发表时间 Thu 18 Dec 14 @ 6:31 am
locoDogPRO InfinityModeratorMember since 2013
I don't have the most up to date mapping but I think yours looks a bit like this

EFX4_LEFT action="var 'shift'; ? sampler 4 volume : effect default slider 3"
EFX4_RIGHT action="var '$shift' ? sampler 8 volume : effect default slider 3"

and it wants to look like this

EFX4_LEFT action="var 'shift'; ? sampler 4 volume : deck 1 filter"
EFX4_RIGHT action="var '$shift' ? sampler 8 volume : deck 2 filter"

Maybe you don't need deck 1 or deck 2 in those scripts. I think it just knows be it deck 1 or 3 2 or 4

 

发表时间 Thu 18 Dec 14 @ 8:02 pm
winyardPRO InfinityMember since 2008
Cheers, I'll give that a try
 

发表时间 Thu 18 Dec 14 @ 8:12 pm
locoDogPRO InfinityModeratorMember since 2013
Sorry a small typo, a misplaced ";" the stuff in bold is script

that idiot locodog wrote :

EFX4_LEFT action= var 'shift' ? sampler 4 volume : deck 1 filter
EFX4_RIGHT action= var '$shift' ? sampler 8 volume : deck 2 filter
 

发表时间 Thu 18 Dec 14 @ 10:24 pm
winyardPRO InfinityMember since 2008
Unfortunately it didn't work. I typed in the code exactly as above but no joy.
 

发表时间 Tue 23 Dec 14 @ 5:47 pm
locoDogPRO InfinityModeratorMember since 2013
Ok, you typed just the bold stuff?

Show me the mappings you have for the buttons.
 

发表时间 Tue 23 Dec 14 @ 5:51 pm


(陈旧帖子或论坛版块会自动关闭)