Here's a little max for live plugin I made to wirelessly control LED's from

Here’s a little max for live plugin I made to wirelessly control LED’s from ableton live 10. It just has RGB and brightness right now. I send the data over wifi to an ESP32
https://www.youtube.com/watch?v=4b2ABeEoFOs&feature=youtu.be

That’s pretty cool. I’m not familiar with max for live or Ableton. I’m guessing that’s a MIDI controller of some sort though? Can you give a bit more info about getting data from the controller and what you’re sending over WiFi?

@marmil Totally, It’s a midi controller that Is controlling a Max for Live Plugin I made, the Plugin sends OSC Data over to an ESP32 chip, in the video I just had one strip, I’ve got it set up now with 10 strips all with independent control. If anybody wants I can post the max patcher. Or I can upload a video where I break it down

@John_Sahhar Nice! Thank you for sharing a bit more.

Thats amazing. Care to share your esp32 code? Would be awesome to understand how it works. Just found this community. Coming from teensy and Pauls octows2812 libary. Nice work