PringlesLooper/MobiusScripts/MuteOn1.mos

15 lines
167 B
Plaintext
Raw Normal View History

2016-07-13 08:50:03 +00:00
!FocusLock
if !inMute
Mute
endif
if mode = mute
message all tracks muted start point
else if mode != mute
message play 1
endif
endif