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 StoreLoopy Pro is your all-in-one musical toolkit. Try it for free today.
Soundfonts Maker ?
Hello,
with the recent purchase of Auria Pro, I'm wondering if there is an app that let you build your own soundfonts .sfz ( my interest would be to make electronic drum kits for Lyra ) if not, which desktop software do you use ?
pierre
with the recent purchase of Auria Pro, I'm wondering if there is an app that let you build your own soundfonts .sfz ( my interest would be to make electronic drum kits for Lyra ) if not, which desktop software do you use ?
pierre
Comments
@syrupcore mentioned it:
... "At it's core, SFZ is a really really simple format to author: a zip of one or more audio files and plain text file that tells an SFZ player what to do with them. SF2, in contrast, is a mother. Getting an SF2 authoring app on iOS continues to elude us. Getting an SFZ authoring app would be much easier. Not many apps support the format though. Until now! Thanks, Rim!
SFZs can also just be written by hand in a text editor. Can be as simple as:
lovel=0
hivel=127
sample=my-sample.wav
for a single sound spread across the keyboard. Save it as
whatever.sfzin a folder with our sample and you're done.Or for multisampling:
lovel=0
hivel=127
trigger=attack
loop_mode=one_shot
lokey=28 hikey=28 sample=Double Bass Pizz-028-e0.wav
lokey=29 hikey=29 sample=Double Bass Pizz-029-f0.wav
......
You can have many groups. Those groups could have different 'opcodes' like
lovel=0; hivel=30for your soft samples,lovel=31; hivel=60for your medium samples...http://www.sfzformat.com/index.php?title=Main_Page describes the format pretty well. You can also download a few free ones and then look at the source. You'll need to tell your OS to open the
whatever.sfzfile in a text editor (like notepad or textedit, not MS Word). Then just reverse engineer the one that seems closest to what you'd like to do (replace the wav file references with your own). Put all of the wave files and your new SFZ file in the same folder and open it in your SFZ player."... On Desktop: http://www.polyphone.fr/
@Halftone note that I was talking about making SFZ soundfonts, not SF2 soundfonts. A few apps support both more support sf2 only at this point.