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

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #6235

    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!

    #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

    #6238

    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?

    #6240
    Philippe OllivierPhilippe
    Keymaster

    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

    #6241

    Ok. Thanks!

    #6243

    One more thing. Could you list all the commands you can send as part of “AudioMessages” except Copy and Paste?

    #6245
    Philippe OllivierPhilippe
    Keymaster

    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

    #6247

    Ah. I was looking in the Programming Reference Guide without success. But I missed the Messages section. Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.