OSC Controller, Flowcode

For general Flowcode discussion that does not belong in the other sections.
Post Reply
robin223
Posts: 2
http://meble-kuchenne.info.pl
Joined: Thu Jan 14, 2021 12:29 am
Been thanked: 1 time

OSC Controller, Flowcode

Post 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 :)

stefan.erni
Valued Contributor
Posts: 997
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 190 times
Been thanked: 217 times

Re: OSC Controller, Flowcode

Post 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

robin223
Posts: 2
Joined: Thu Jan 14, 2021 12:29 am
Been thanked: 1 time

Re: OSC Controller, Flowcode

Post by robin223 »

Thanks Stefan, i'll check that out!

Post Reply