登录:     


Forum: General Discussion

Topic: Mapping a midi controller for effects

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

Trying to map a Behringer BCR2000 for effects and i'm having trouble with finding the correct script to assign individual effects. Example A button to toggle flanger on/off. I can map the par knobs no problem, but when i do

deck 1 effect "flanger" active , nothing happens. I would like have an on/off fand knobs for each of my different effects. Mapping cues and loops work.
 

发表时间 Sun 26 Jun 11 @ 1:04 pm
its effect 'flanger' active

not effect "flanger" active

hope this helps,
john
 

Blulite wrote :
its effect 'flanger' active

not effect "flanger" active


Either way works..............atleast for me.

Huey
 

ok i will try that, my eyes, lol
 

@huey, i always use the script thats shown in the mappings list just to be on the safe side. always use the exact syntax.
 

it didnt work, even tried on a knob. i have programmed other knobs to move/ shift loops

i.e. param_greater 50% ? deck 1 loop_move -1 : deck 1 loop_move +1

those work, just need correct syntax for "toggling" a knob where param min value is set at 0 and max 1, so that slight movement turns on effect. Also need one to divide loop by 1/2 and double loop. I treid to "replace" " loop move" with loop_half etc still does work. HELP.
 

ahh hold on, i know why it wont work, i just realised, why did i not think of it before..lol...its behringer...rofpmslmao
 

Do you 'Key-Learn' VDJ that specific button when mapping?
 

yes i did key learn and action learn....... behringer lol ok i take it that it doesnt "get along" with vdj..
 

to have a knob control a parameter and turn it on you can use

"param_greater 0% ? deck # effect "effect_name" active on & deck # effect "effect_name" slider # : deck # effect "effect_name" active off

you need to change "effect_name" to the relevant effect and '#' to the relavant number

and try "param_greater 50% ? deck 1 loop 50% : deck 1 loop 200%" for the loop, this will enable you to get the loop size extremely small.
 



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