|
#11
|
|||
|
|||
|
Actually, coming from hardware looper, I was also missing the STOP button.
Personally, I solved this using unquantized Mute/Retrigger. The two scripts below are for Track 1&2 only. best regards Buzap Code:
!name UNQMUTEALL ############ #### Unquantized Mute All (no unmute) #### Instead of unmute, use retrigger #### Pay attention: globalMute=variable / GlobalMute=script #### Buzap - 13Jan2013 - v2.2 ############ for 1 if mode != mute Variable saveQuantize quantize set quantize off Mute set quantize saveQuantize endif next for 2 if mode != mute Variable saveQuantize quantize set quantize off Mute set quantize saveQuantize endif next #### end UNQMUTEALL Code:
!name UNQRETRIGGER ############ #### Unquantized Retrigger Track 1 & 2 #### Buzap - 13Jan2013 - v2.2 ############ for 1 Variable saveSwitchQuantize switchQuant set switchQuant off Retrigger set switchQuant saveSwitchQuantize next for 2 Variable saveSwitchQuantize switchQuant set switchQuant off Retrigger set switchQuant saveSwitchQuantize next #### end UNQRETRIGGER |
|
#12
|
|||
|
|||
|
All works well in standalone mode, but I lose alot, not running thru Reaper.
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|