- change the number of LEDs according to how many your matrix or strip has in the LEDController.ino file (lines 13 and 16)
- choose which type of LED you have(RGB versus RGBW)in the LEDController.ino (lines 24 and 25)
- assign the ESP32 a IP or comment out lines 19 to 21 and 46 if you want to use DHCP in the LEDController.ino
- set the SSID and your network password in line 53 of the LEDController.ino
- set your ESP32 IP in the OSC out1 module as Network Address
- set the number of rows your LED matrix has in the numPixels1 module constants, or the squareroot of the number of LEDs your strip has
- Change the number in line 12 of "chopexec3" according to the number of columns you have(or the squareroot of number of LEDs).
The speed of UDP messages is controlled by the LFO module(frequency)
Enjoy.