PDA

View Full Version : Quantize: Make Reverse an exception?


RedBrooklyn
01-16-2010, 05:17 AM
dear Mobius masters

When Quantize is on can I have the 'Reverse' control be excepted form that, so the Reverse control would happen immediately and everything else would still be quantized?

- Rene

RedBrooklyn
01-16-2010, 06:27 AM
ok... I just found in the EDP manual that you can "double click" the reverse control and that will reverse the loop, right away even if set to quantize.
still not optimal for me, but it works.

Jeff
01-19-2010, 11:30 PM
Another option is to write a script that temporarily disables quantization.


!name Reverse Now!
Variable saveQuantize quantize
set quantize off
Reverse
set quantize saveQuantize