登录:     


Forum: Old versions

Topic: Loop roll in V8

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

In V7 loop roll behaved like this

On beat 1 press 'loop_roll 1' let it cycle 4 times (looping beat 1), press 'loop_roll 0.5' let it cycle 4 times (1/2 looping beat 1), now press 'loop_roll 0.5' to turn the loop off and you would be on beat 6.

Now in V8 it doesn't behave like that, (in the example above you would end up on beat 4) is there something I can do, I've tried using slip with the same effect.
 

发表时间 Wed 21 May 14 @ 2:10 pm
REMOVED
 

Really? A support ticket for a bit of script help? Fair enough.
 

No - i posted in the wrong post - don;t worry
 

I know I could clone the deck but... oh hang on I might be able to get the slicer to do what I want,

Can anyone explain the option for loop roll length, I'm not getting what it's for?
 

Sussed kind of, I can see the slicer being quiet helpful toward creativity,

4 buttons for 4 different lengths of slicer powered loops on beat 1

effect_button 'slicer' 1 & slicer 'length' 0.25 (= 1/8)
effect_button 'slicer' 1 & slicer 'length' 0.375 (=1/4)
effect_button 'slicer' 1 & slicer 'length' 0.5 (=1/2)
effect_button 'slicer' 1 & slicer 'length' 0.87 (=1 beat)
 


I'm finding the same - the description for roll says that the song keeps playing as if the loop had never been set
That doesn't seem to be the case though. For me, the song continues from the loop with roll on. Roll isn't working as it suggests
 

@ traumatek2 you need to set the strength to 100%. Strength is a 'dry/wet' mixer

I cracked it perfectly

Loop roll as was in V7, (strength has to be set to 100%)

1/4 Beat
effect_active 'loop roll' ? effect_slider 'loop roll' 2 0.375 ? effect_active 'loop roll' : effect_slider 'loop roll' 2 0.375 : effect_slider 'loop roll' 2 0.375 ? effect_active 'loop roll' : effect_slider 'loop roll' 2 0.375 & effect_active 'loop roll'
1/2 Beat
effect_active 'loop roll' ? effect_slider 'loop roll' 2 0.5 ? effect_active 'loop roll' : effect_slider 'loop roll' 2 0.5 : effect_slider 'loop roll' 2 0.5 ? effect_active 'loop roll' : effect_slider 'loop roll' 2 0.5 & effect_active 'loop roll'
3/4 Beat
effect_active 'loop roll' ? effect_slider 'loop roll' 2 0.625 ? effect_active 'loop roll' : effect_slider 'loop roll' 2 0.625 : effect_slider 'loop roll' 2 0.625 ? effect_active 'loop roll' : effect_slider 'loop roll' 2 0.625 & effect_active 'loop roll'
1 Beat
effect_active 'loop roll' ? effect_slider 'loop roll' 2 0.75 ? effect_active 'loop roll' : effect_slider 'loop roll' 2 0.75 : effect_slider 'loop roll' 2 0.75 ? effect_active 'loop roll' : effect_slider 'loop roll' 2 0.75 & effect_active 'loop roll'
 

My siimple Mapper.... umx610.
loop roll and slice..
 



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