Here is an example script that I am using in order to use one button for many things. I have adapted/stolen from everybody else on the forum here, so thank you so much. The only thing not working perfect is mute; I am looking to multi click to mute on and mute off but it's not working correctly. It either won't unmute or will go into Overdub Mode after unmuting, which I don't want. Hoping someone has some ideas. Thanks!
!name Rec3
!sustain 1000
!multiclick 200
Track 3
if mode == reset
Record
end
else if mode == record
Overdub
end
else if mode == overdub
Wait loop
Play
end
else if mode == play
Wait loop
Overdub
endif
else if mode == mute
Play
endif
Label sustain
if sustainCount == 1
Reset
endif
Label click
if clickCount == 1
Mute
endif
end
!name Rec3
!sustain 1000
!multiclick 200
Track 3
if mode == reset
Record
end
else if mode == record
Overdub
end
else if mode == overdub
Wait loop
Play
end
else if mode == play
Wait loop
Overdub
endif
else if mode == mute
Play
endif
Label sustain
if sustainCount == 1
Reset
endif
Label click
if clickCount == 1
Mute
endif
end
One Button Multiclick Mute Script
0 commentaires:
Enregistrer un commentaire