Circular Labs Forums  

Go Back   Circular Labs Forums > Mobius Discussion > General

Reply
 
Thread Tools Search this Thread Display Modes
  #11  
Old 01-17-2013, 08:24 PM
buzap buzap is offline
Member
 
Join Date: Oct 2009
Posts: 75
Default

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
Reply With Quote
  #12  
Old 01-18-2013, 04:58 PM
conens conens is offline
Junior Member
 
Join Date: Dec 2012
Posts: 5
Default Standalone

All works well in standalone mode, but I lose alot, not running thru Reaper.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:34 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.