- This topic has 7 replies, 2 voices, and was last updated 10 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
The most versatile looper
Hello again 🙂
I know I can copy paste in the UI but I haven’t found any functions for pasting the copied loop into for example an insert looper. Thanks once again!
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
Thanks!
And If I want to copy from main looper to Insert looper, would I do something like:
************************* Begin *************************
Copy
WaitEndCopy
InsertSendMessage fx1 1 AudioMessages Paste
************************** End **************************
Or how can I trigger the small “copy” button on the Main Looper window itself?
Hi Daniel,
No, the current Copy function will copy the content of a main loop to another.
It is useful if you want to copy A to B or to C for example.
The user manual is very well documented and will help you understand this kind of functionality.
We have no macro command to make a track copy in the main looper.
We will add something like TrackCopy trk1 in the next release.
Philippe
Ok. Thanks!
One more thing. Could you list all the commands you can send as part of “AudioMessages” except Copy and Paste?
Hi,
It’s all you’ll find in the audio menu of the Looper.
It is behind the yellow triangle, at the right of the waveform
You can also find it in the AudioMessage line of the documentation :
https://www.logelloop.com/wp-content/uploads/2024/01/AudioMessages-to-the-modular-Logelloop.png
Ah. I was looking in the Programming Reference Guide without success. But I missed the Messages section. Thanks!