Home Forums Macros Copy loop from Main and Insert looper and paste to Insert looper Reply To: Copy loop from Main and Insert looper and paste to Insert looper

#6237
Philippe OllivierPhilippe
Keymaster

Hi,
You can use the AudioMessages in the modular Looper to do that.
Try this for example :

************************* Begin *************************
InsertSendMessage fx1 1 AudioMessages Copy
Sleep 50
InsertSendMessage fx2 1 AudioMessages Paste
************************** End **************************

Best,
Philippe