Accesso rapido:  

Forum: Old versions

Topic: Advanced Mapping Behringer DDM4000 ??

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

I have been working on mapping the functions of my Sampler to the sampler buttons & led's on my Behringer DDM4000
but i have got a problem, i have 6 leds that i am trying to turn on, linked to % of loop
e.g.
LED_SAMPL_BEAT1 = loop select 5%
LED_SAMPL_BEAT2 = loop select 15%
LED_SAMPL_BEAT4 = loop select 30%
LED_SAMPL_BEAT8 = loop select 50%
LED_SAMPL_BEAT16 = loop select 70%
LED_SAMPL_BEAT_INFINITY = loop select 100%

but this dosnt turn on the led, any ideas??
 

Inviato Mon 09 Jul 12 @ 8:59 pm
I don't really use the sampler tbh so not sure, but when using percentages on decks it's just performing a mathematical calculation on something in my experience eg. sampler 1 loop 200% will double the size of the loop, 50% will half and 75% will make the loop 3/4 the size etc... As far as I know you can't query the size this way for leds, but you should be able to use the size relative to the bpm/beat eg.

sampler loop 0.0625 ? on : off
sampler loop 0.125 ? on : off
sampler loop 0.25 ? on : off
sampler loop 0.5 ? on : off
sampler loop 1 ? on : off
sampler loop 2 ? on : off
sampler loop 4 ? on : off
sampler loop 8 ? on : off
sampler loop 16 ? on : off

I just realized you want it for the decks lol

loop select 0.0625 ? on : off
loop select 0.125 ? on : off
loop select 0.25 ? on : off
loop select 0.5 ? on : off
loop select 1 ? on : off
loop select 2 ? on : off
loop select 4 ? on : off
loop select 8 ? on : off
loop select 16 ? on : off
etc...
 

Inviato Mon 09 Jul 12 @ 11:27 pm


(Vecchi argomenti e forum sono automaticamente chiusi)