I'm looking for an effect that will loop and break at the same time, if possible adjustable values for the both, if there is nothing out there, how could I achieve this with vdj?
发表时间 Fri 20 Jan 12 @ 10:32 pm
you need to be a little more specific...
If you want to slow down a roll effect you can simply use chackl's "rollit" effect, although you are restricted to a one beat loop.
if you want to have a normal loop running on a track, unfortunately the plugin will restart when the loop starts again, you could map the pitch fader to repeat until the track stops
pitch_range 100% while_pressed & key_lock 0 while_pressed & repeat 20ms & pitch -0.02
you can change the bold value to increase or decrease the sensitivity
If you want to slow down a roll effect you can simply use chackl's "rollit" effect, although you are restricted to a one beat loop.
if you want to have a normal loop running on a track, unfortunately the plugin will restart when the loop starts again, you could map the pitch fader to repeat until the track stops
pitch_range 100% while_pressed & key_lock 0 while_pressed & repeat 20ms & pitch -0.02
you can change the bold value to increase or decrease the sensitivity
发表时间 Fri 20 Jan 12 @ 11:34 pm