Page 1 of 1

OSC Controller, Flowcode

Posted: Wed Mar 31, 2021 11:27 pm
by robin223
Hi there,
I'm a Flowcode 6 user, hoping to upgrade to 9 in the not too distant future.
I'm keen to make a DAW controller using a combination of Midi and Open Sound Control (osc) , receiving and sending OSC over wired LAN. and midi via UART.
Before I dive in, In terms of programmable hardware I was wondering what you'd suggest for this application, i've been looking into Arduino and Rasberry pi. but also have a few
Do you have any Macros or example files using the OSC protocol?

If anyone has worked on such a project, has any general tips, or example files to get me started that'd be really helpful :)

Re: OSC Controller, Flowcode

Posted: Thu Apr 01, 2021 12:33 pm
by stefan.erni
Hi Robin

I've heard of the OSC protocol. You can do fantastic things with it. But I haven't used it yet.

Take a look at the ESP32 processor. The processor is new in FC9 and is a free pack. With the ESP32, you have already done Wlan, Bluetooth and USB. There are a lot of cheap ESP32 modules and some already built into a plastic housing for a few euros. If you still want a LAN, you can also plug in an additional module.

regards

Stefan

Re: OSC Controller, Flowcode

Posted: Thu Apr 01, 2021 10:29 pm
by robin223
Thanks Stefan, i'll check that out!