Home Forums Macros MuteDirect function for Insert Looper? Reply To: MuteDirect function for Insert Looper?

#6227
Philippe OllivierPhilippe
Keymaster

Hi Daniel,
Not yet !

You can either put this in your macro :

InsertSendMessage fx1 1 Mute
InsertSendMessage fx1 1 Mute

Or set the Modular Looper in Pause mode and then the mute is direct :

InsertSendMessage fx1 1 PauseMode 1
InsertSendMessage fx1 1 Mute

If this is very needed, I can add an argument to the Mute function to be direct…
Philippe