- This topic has 7 replies, 2 voices, and was last updated 1 year, 12 months ago by
DanielAkerberg.
-
AuthorPosts
-
23 January 2024 at 21 h 03 min #6235
DanielAkerbergMemberHello 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!
23 January 2024 at 21 h 54 min #6237
PhilippeKeymasterHi,
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,
Philippe23 January 2024 at 22 h 14 min #6238
DanielAkerbergMemberThanks!
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?24 January 2024 at 8 h 29 min #6240
PhilippeKeymasterHi 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.
Philippe24 January 2024 at 9 h 41 min #6241
DanielAkerbergMemberOk. Thanks!
24 January 2024 at 14 h 42 min #6243
DanielAkerbergMemberOne more thing. Could you list all the commands you can send as part of “AudioMessages” except Copy and Paste?
24 January 2024 at 15 h 49 min #6245
PhilippeKeymasterHi,
It’s all you’ll find in the audio menu of the Looper.
It is behind the yellow triangle, at the right of the waveformYou 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
24 January 2024 at 17 h 19 min #6247
DanielAkerbergMemberAh. I was looking in the Programming Reference Guide without success. But I missed the Messages section. Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.