Hi, I've got the Rec/Ovr/Play script that follows:
!name RecOvrPlay
!autoload
!multiclick 400
#if nextEventFunction==RecOvrPlay
#message nope!
#end
#
#else
Label click
if mode = reset
record
else if isRecording
play
else if mode = play
overdub
else if mode = inMute
muteOff
else
endif
end
#message click $clickCount mode $mode
if clickCount==1
and the mute/ unmute script that follows:
!name Mute Now
Variable saveQuantize quantize
set quantize off
Mute
set quantize saveQuantize
is there a way i can get the unmute to happen on the Rec/Ovr/Play script so i can use the REC to play and the Mute to stop like a BOSS RC30?
Any help with this would be great, Thanks, Ed
!name RecOvrPlay
!autoload
!multiclick 400
#if nextEventFunction==RecOvrPlay
#message nope!
#end
#
#else
Label click
if mode = reset
record
else if isRecording
play
else if mode = play
overdub
else if mode = inMute
muteOff
else
endif
end
#message click $clickCount mode $mode
if clickCount==1
and the mute/ unmute script that follows:
!name Mute Now
Variable saveQuantize quantize
set quantize off
Mute
set quantize saveQuantize
is there a way i can get the unmute to happen on the Rec/Ovr/Play script so i can use the REC to play and the Mute to stop like a BOSS RC30?
Any help with this would be great, Thanks, Ed
0 commentaires:
Enregistrer un commentaire