Question: 6 LDR Sensor Project

Hector Peinado's icon

Hello, my name is Hector and I'm currently trying to connect 6 LDR sensors together so I can map each one to different parameters within Ableton devices. I've used some helpful videos from Child of an Android and David E. Farrell to suit my needs; however, I'm running into an issue where I'm not able to get the values working correctly. I see that my values are populating in the message box however only 3 of the live.numbox are active from the unjoin. I just started learning about circuitry and max devices 2 weeks ago so I'm not overly familiar with each of these. Here is the frankenstein patch and a picture of my circuitry, any help would be appreciated, thank you!

Patch:

Max Patch
Copy patch and select New From Clipboard in Max.

Circuitry:

Sébastien Gay's icon

The list of values you get out of [fromsymbol] are separated by commas. In this configuration, each value is sent one after the other to [unjoin] and is routed to the first outlet only.

Remove the commas from the Arduino code or group the values before sending them to [unjoin] like this :