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.

App that allows remapping midi CCs on consecutive presses?

Hullo,

i was wondering if anyone could reccomend an app (midifire or midiflow maybe) that would allow me to vary the midi CC a controller outputs with each subsequent press of said controller?

So for example, a footswitch/sustain pedal; first press it sends CC 64 and then the next press an app intercepts that and changes it to CC 65, next press it goes back to 64, press it again it outputs 65 again and so on.

Any ideas?

Thanks

Comments

  • I would bet Midifire can do that through some code writing. Nic at Audeonic sure will help you to code it ( he is super helpful and friendly!). Contact them at http://audeonic.boards.net/

  • If I recall correctly, this is also possible with MIDI Designer. Think there's a video out there on the dev's channel.

  • edited October 2017

    Excellent,

    I'll look into both options.
    Thanks!

  • @MichaelRocketship this is a job for Midifire for sure. See my recent post on a similar use case:

    https://forum.audiob.us/discussion/comment/405130#Comment_405130

  • edited October 2017

    Thanks,

    I got part of the way there with supercontrols in Midi designer. It feels like it's definitely possible...

    Nic at audeonic came up with a ruleset for midifires stream byter.

    If anyone is interested:

    IF LOAD
    ASS L0 = 0 0
    ASS K0 = 2
    END
    IF M0 == B0 40
    MAT L1 = L0 % K0
    MAT M1 = M1 + L1
    SET LB0 M1 +D
    IF M2 < 40
    MAT L0 = L0 + 1
    END
    END

    As I understand it It sends CC64 with the on press, and when the press finishes it moves to the next CC. And so on.

    I'd never have worked that out myself.

    Stream byter is impressively powerful, but rather daunting. It's great that Nic is so quick to help.

  • Midi designer - no coding needed, just understanding of how it uses supercontrols

  • @rhaley I managed to get part of the way there. Got a bit stuck, but may revisit it soon.

Sign In or Register to comment.