Loopy Pro: Create music, your way.

What is Loopy Pro?Loopy Pro is a powerful, flexible, and intuitive live looper, sampler, clip launcher and DAW for iPhone and iPad. At its core, it allows you to record and layer sounds in real-time to create complex musical arrangements. But it doesn’t stop there—Loopy Pro offers advanced tools to customize your workflow, build dynamic performance setups, and create a seamless connection between instruments, effects, and external gear.

Use it for live looping, sequencing, arranging, mixing, and much more. Whether you're a live performer, a producer, or just experimenting with sound, Loopy Pro helps you take control of your creative process.

Download on the App Store

Loopy Pro is your all-in-one musical toolkit. Try it for free today.

MOZAIC Help Line

1101112131416»

Comments

  • Hi @wim
    These are the cases where I used else and the script didn't work as I expected.

    Because I thought that when I use else in relation to if linkstate... there is no need for condition if linkstate … after else

    @OnPadDown
    if linkstate[LastPad] > 64
    Inc value[LastPad]
    LabelPad LastPad , value[LastPad] ,{ ------ SW value +🔺}
    else
    for i = 0 to 7
    Inc value[i]
    LabelPad i , value[i] ,{ ------ SW value +🔺}
    endfor
    endif
    @End

    @OnPadDown
    for i = 0 to 7
    if linkstate[i] < 65
    Inc value[i]
    LabelPad i , value[i] ,{ ------ SW value +🔺}
    else
    Inc value[LastPad]
    LabelPad LastPad , value[LastPad] ,{ ------ SW value +🔺}
    endif
    endfor
    @End

    It was a very valuable experience that I got from you again. Thank you very much for answering me. ❤️

Sign In or Register to comment.