View Full Version : noob mute question
Felix
05-10-2010, 06:56 AM
This software is awesome in so many ways. I'm having so much fun with it. I have a noob question (the first of many I expect)
Running in standalone mode, is there a way to instantly mute a channel rather than muting at the end of the current loop?
Mute, like most functions, obeys Quantize Mode from the preset. When you
set Quantize Mode the function is delayed until the selected granule,
sub-cycle, cycle, or loop. You can disable this by setting mode to None.
Unfortunately we don't have an easy way to have different quantize settings for different functions. If you want quantize on for Reverse for example,
then you're stuck with it for Mute too. You can however write a script
that disables quantize while doing the mute.
!name Mute Now
Variable saveQuantize quantize
set quantize off
Mute
set quantize saveQuantize
Paste that into a file, use the Scripts dialog to select the file. The name
"Mute Now" should now show up in the MIDI binding window, you can use
it just like the built-in Mute function.
simeon
05-27-2010, 09:15 PM
edit: problem solved
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.