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.
Microbit Bluetooth Wah controller - Coding advice please
Here is a 2017 Youtube video of a bluetooth Wah for iOS using a BBC Microbit.
Looks good and here is a github link to the 'Bluetooth midi package for microsoft microbit'
https://github.com/Microsoft/pxt-bluetooth-midi
Unfortunately (for me) I can't find any instructions on how to bring these things together. Can anyone offer some advice? I've done some stuff for Arduino and tweaked some code for midi controllers, but without any real depth of knowledge. Here I'm not even sure where the front door is - if I download the Github files what do I actually do with them?
Forgive my ignorance, I'm happy to put some learning time in here, but after much searching I'm at a complete loss of where to start, so much knowledge seems assumed. I figure if anyone here can help, then there will be others too who could make use of a bluetooth midi controller you can stick to your shoe.
Thank you to anyone with any advice. I'm also playing with mimu's Glover (desktop), but that's £120 and this looks so tantalisingly simple and cheap...
Comments
This certainly looks like an ambitious undertaking, given the project's lack of documentation.
If you look at the makefile, it references some tasks that are defined in the VS Code configuration. VS Code is cross platform and free, so I'd start by downloading it (it's a great editor, and basically the winner of the Sublime-Atom-VSCode Editor War). This file also mentions a dependency on
pxt
, which looks to be the Microbit toolkit. The file gives the commands to install it, but it'll require installing Node and NPM first.https://github.com/microsoft/pxt-bluetooth-midi/blob/master/.vscode/tasks.json
I don't really know anything about the Microbit platform, but note that there is an open issue that this project is out of date and doesn't support the "v2" board.
https://github.com/microsoft/pxt-bluetooth-midi/issues/13
It's a hangover Monday and I've only started on my coffee intake, but hopefully that's a little bit to get you moving forward.
That’s pretty good on a hangover![:) :)](https://forum.loopypro.com/resources/emoji/smile.png)
Much appreciated, I’ll have a peer down those rabbit holes. This seems to contrast with the Pi Bluetooth midi device that @wim posted - that one said “this is complicated, but follow these detailed instructions and you’ll get there”, this one more “this is simple, so you won’t need any instructions”. Thanks for pointing out it is in fact an ambitious undertaking, I will scale back my ambition to match my current abilities.
I hope I didn't discourage you! There's still the compatibility issue, but figuring out the Microbit toolchain shouldn't be too hard. Here is a different but well-documented project. This walks through the toolchain installation and walks through building a project and uploading it to the microbit
https://learn.sparkfun.com/tutorials/how-to-create-a-makecode-package-for-microbit/all
My only concern is that issue about this needing to be updated. You might beat your head on this only to be blocked by it being based on out-of-date libraries.
That’s really helpful thanks, a quick scan of that tutorial has already enlightened me. I think I’ll put my time into playing with Glover and MusicKraken for the time being and put this one on a slow microbit burn.
If you get something like an irig blue board you can plug in an expression pedal and have a wah that way. I love taking on DIY projects, so I totally understand, but a solution that already exists might work better.
You can actually add two expression pedals at the same time...
![](https://forum.audiob.us/uploads/editor/n4/via6dfog4wk9.jpeg)
I’ve already got the solutions that already exist, but I miss the rubber band approach![:) :)](https://forum.loopypro.com/resources/emoji/smile.png)
Using a microbit on the back of my hand with Glover to control a filter in Ableton has been a revelation, I was hoping this might be an iOS solution to do the same... and it would be if it wasn’t for that pesky code.
I’ve noticed my guitar practise suffers badly when I go down these rabbit holes, so I’ll try and put it aside until my next hand/arm/finger injury.
I have some bizarre electroharmonix thing where you put some sort of light tube in your mouth and control the wah from that. The producer I was helping last year had it in his apartment and I inherited some great when helping him move out. I don’t really want to try it...