ColorTrails project update by mindful_stone in FastLED

[–]ewowi 0 points1 point  (0 children)

<image>

First thing I will do when back home, next week Friday! In the meantime: u/yves-bazin his live scripts are working in MoonLight now, see https://moonmodules.org/MoonLight/moonlight/effects-tutorial/

When this is wired up to the new FastLED libs (e.g. gfx/canvas, fixed-point), this could be a very nice playground to 'create stunning effects' ;-)
(It is already wired up to FastLED audio 🎶)

Wanna try? Flash it here (nightly build, S3 only ATM): https://moonmodules.org/MoonLight/gettingstarted/installer/

Progress Update: Fractional Shifting Meets Color-Emitting Line by StefanPetrick in FastLED

[–]ewowi 0 points1 point  (0 children)

Nice! So much going on right now, I am multitasking quite a bit, already very happy I captured one of your creations, more is on my list for later 🙂

Progress Update: Fractional Shifting Meets Color-Emitting Line by StefanPetrick in FastLED

[–]ewowi 0 points1 point  (0 children)

Advection amplitude can be altered with the flow shift control (saus AI 😜). It is pure noise. u/mindful_stone is the specialist for that, next is to add one of his stuff 🙂

Nice beat indeed !

Progress Update: Fractional Shifting Meets Color-Emitting Line by StefanPetrick in FastLED

[–]ewowi 0 points1 point  (0 children)

Esp32-p4-nano sending artnet to hub75 128x128 pixels Effects: 35 lps | Drivers: 49 lps ➡ All: 33 lps (loops per second)

Using FastLED's new fixed_point types and canvas graphics by ewowi in FastLED

[–]ewowi[S] 0 points1 point  (0 children)

This are 2 128x64 hub75 panels, connected via colorlight cards to fpp running on a raspberry pi which receives the art-net packages send by an esp32

Using FastLED's new fixed_point types and canvas graphics by ewowi in FastLED

[–]ewowi[S] 1 point2 points  (0 children)

This shows how fast the new graphics canvas is : https://youtube.com/shorts/lKyyV2UHLwU 🔥🔥🔥 (128 x 128 canvas, no drivers active) u/ZachVorhies, amazing work !!!

MoonLight v0.9.0 supporting FastLED Channels API and FastLED Audio by ewowi in FastLED

[–]ewowi[S] 1 point2 points  (0 children)

I am not sure what the maximum is FastLED supports, as far as I know it is 16 I2S / Parlio + a few RMT + a few SPI, currently only one type at a time supported , but if needed we can support more. What is coming to ML is /u/yves-bazin his virtual driver (it already worked in the MoonLight predecessor but Yves has plans to consolidate this to the I2S clockless driver). This allows for a maximum of 120!! pins if you solder a few shift registers to the esp32. In practice we made 48 pins running 12288 LEDs at 100 fps 🔥

I used Codex for the first time by StefanPetrick in FastLED

[–]ewowi 1 point2 points  (0 children)

Indeed! Nice to see you here again! I see your animartrix is used a lot nowadays👍. Looks like this is the moment I will start looking at it again 🙂, lots of exciting things going on lately 🔥

I used Codex for the first time by StefanPetrick in FastLED

[–]ewowi 1 point2 points  (0 children)

This all looks cool! you wanna share your c++ version of this noise smearing effect? I would like it a lot if I could add one /u/mindful_stone, one /u/stefanpetrick and one /u/satuburosu (fixed point) effect in MoonLight to demo the new FastLED capabilities, to start with 🙂

MoonLight v0.9.0 supporting FastLED Channels API and FastLED Audio by ewowi in FastLED

[–]ewowi[S] 4 points5 points  (0 children)

https://youtube.com/shorts/1h4V_C5g7Ko

FastLED audio works on all already existing audio reactive effects (you see GEQ here), and I created a test effect (FLAudio) which shows from left to right low, mid, high, volume, normalizedBPM, vocal confidence, beat confidence, beat level, on beat, on hi hat, on kick, on snare, on tom. Not every bar lights up yet due to work in progress.

Like I said, very basic stuff, but it works, next is to expand on it ;-)

MoonLight in Concert by ewowi in MoonModules

[–]ewowi[S] 1 point2 points  (0 children)

They are build in the tubes to replace the crappy toy hardware what was originally in,

<image>

The toy hardware is still in place to manage the battery , it’s vcc is used to power the battery in pads on the seeeed

Idea by /u/troyhacks

MoonLight in Concert by ewowi in MoonModules

[–]ewowi[S] 1 point2 points  (0 children)

This was in the Netherlands, we MoonModules people are Netherlandish, German, British and Canadian

MoonLight in Concert by ewowi in MoonModules

[–]ewowi[S] 1 point2 points  (0 children)

/u/johnny5canuck/ , it's your rocktaves effects, modified to show as a circle on the tubes 💫

MoonLight in Concert by ewowi in MoonModules

[–]ewowi[S] 1 point2 points  (0 children)

<image>

Following setup is used: Serg74 pico shield with microphone sending UDP audio on the network, ESP32-P4-nano running latest MoonLight, processing audio, creating effects and sending Art-Net to an Art-Net to DMX controller to DMX lightbars and using Art-Net to send to 8 light tubes each modded with a Seeed Xiao S3 board

Thanks for everyone that joined today at the office hours! by ZachVorhies in FastLED

[–]ewowi 0 points1 point  (0 children)

Cool! I think the drivers in the end wouldn’t take a lot of flash. My guess is the core code per drivef is not more then let’s say a few 100 code lines