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.

Hardware development w/ Raspberry Pi and Arduino?

2»

Comments

  • here's a link to a thread of a midi controller I made with a teensy board( similar to arduino and uses arduino coding and software for programming)https://forum.audiob.us/discussion/17710/diy-midi-controller#latest

  • edited April 2017

    @Dubbylabby said:
    Pure data in Raspi, touchOSC/lemur on ios.
    About wifi just a dongle in the Raspi should work (and with OSC you don't need nothing more than a ip address to make it work)

    The true questions are...
    Which distro are you going to use?
    It has pure data installed or do you have how to get it?

    As resource (but just google raspi osc)

    @eross said:
    here's a link to a thread of a midi controller I made with a teensy board( similar to arduino and uses arduino coding and software for programming)https://forum.audiob.us/discussion/17710/diy-midi-controller#latest

    Wow, both are super cool! Thanks guys for sharing! :)

  • Been working on this guy for a couple months. It's running a looping/fm synth/drum pd patch on a pi and communicating with a teensy 3.6 through serial for all the controls and gui. I'll be posting up a video eventually.

  • @otem_rellik said:

    Been working on this guy for a couple months. It's running a looping/fm synth/drum pd patch on a pi and communicating with a teensy 3.6 through serial for all the controls and gui. I'll be posting up a video eventually.

    OMG!!! Like it dude, Awesome!

  • @otem_rellik said:

    Been working on this guy for a couple months. It's running a looping/fm synth/drum pd patch on a pi and communicating with a teensy 3.6 through serial for all the controls and gui. I'll be posting up a video eventually.

    Can’t wait for the video… and/or details on the build.
    Perhaps a silly question… Why do you need the teensy? Couldn’t you do serial communication through the Pi itself? Attended a presentation about serial on RasPi. Not so clear on what’s tricky.
    Been dreaming of many RasPi-based musical projects, mostly revolving around non-standard controllers. The Organelle is rather inspiring and at least one person did a fully compatible version through Raspberry Pi. In the meantime, though, will be exploring the Axoloti a bit more.

  • @ToMess said:
    Anyone have been successful on midi over bt with raspi3 and ios?

    @Enkerli said:
    Been really enthusiastic about Raspberry Pi, over the past year and a half, including for music projects. The main integration with iOS, in my case, has so far been through OSC, but it’d be cool to use a Pi as a MIDI device for iOS ones. Been using MIDI devices with my Pi boards, but not in connection with my iPhone or iPad.

    Can you explain a bit how you get osc between raspi on ios?

    Honestly, dead simple: been pointing TouchOSC at raspberrypi.local (or another name for the given Pi) using the correct port, routing through Processing, PureData, or ChucK. Some Sonic Pi users have been using a simple command line which routes things directly, so you don’t even need Processing, Pure Data, or ChucK.
    (This is mostly on a Raspberry Pi 3, so it already has WiFi, but it should work with WiFi dongles.)
    To me, a really fun thing to do is simply to use TouchOSC’s accelerometer support to send three floats to some sound-producing software on the Pi. Very satisfying.

    Or if you have some resources for it.

    Well… Robin Newman might help. For instance:
    https://rbnrpi.wordpress.com/2016/12/23/using-processing-to-control-sonic-pi/

    Just got me a raspi few days ago

    Yay!

    been trying to figure it out

    Cool! Lots of resources. Which might be part of the issue.
    One suggestion would be to join the Google Group for Sonic Pi.
    https://groups.google.com/d/forum/sonic-pi
    Sure, it’s specifically about SPi, but as it’s music software which is part of the base Raspbian distro (and Ubuntu MATE), it’s a good starting point.

    If you have specific projects, it shouldn’t be hard to find people who can help. Feel free to DM me.

    Im new to linux and coding in general

    Nice! Raspbian is a very good way to get started with both, at any age. My strong suggestion is to explore what’s already there, trying some demos and such. While you do that, you could make notes as to ideas you have for future projects. Python is the core of the whole Raspberry Pi project (and a reason behind its name), so there’s great support for Python which is a rather useful language to learn, as you get into coding. My own coding skills are pretty low, but it’s been fun doing some projects with the Pi’s GPIO ports, including robots and such.

    some beginner materials about something relating to this whole setting raspi up for music stuff

    Again, Sonic Pi can provide you with a solid base. As a pedagogue, been particularly pleased with the tutorial. Instead of telling you what to do, it encourages you to learn through experimentation. It’s a whole new way to think about music, for most people, but it works really well.

    Then, and to go back to your previous question, you can explore things like Pure Data, ChucK, and Processing. Maybe in that order. They all work well on Raspberry Pi, in my experience, and they all accept OSC, which is how the connection with iOS through TouchOSC makes the most sense.
    For Pd, just discovered Automatonism which simplifies things a lot by using the modular synth model. Been having a blast with it and it’s really got me to understand Pd in a new way. (In case you don’t know, Pure Data is the Free Software environment built by the guy behind Max, and it’s a very powerful Max-like system.)
    ChucK is a rather peculiar thing. It’s the core technology behind Smule’s apps and it’s been used by the two main “Laptop Orchestras” (there’s another one using Pd). Worth investigating, including with non-standard HID like gamepads and dancemats.
    Processing isn’t music-focused at all, but there are some libraries to play with sound. Not all of them work on Raspbian, but you can learn a lot through the overall system.

    Anyhoo… Much of this isn’t iOS-related. So feel free to contact me off-thread.

  • edited April 2017

    oops...

  • For some reason SuperCollider never gets the same love that PD and Chuck get, but it's a pretty amazing music programming environment. Sonic Pi uses it to generate sound, though SuperCollider more powerful used by itself imho.

    For anyone interested in DSP generally - Faust is amazing.

Sign In or Register to comment.