Best way to create a dynamic list of checkboxes?

patrickkidd's icon

I have a device that detects tracks that have a Looper device, and I want to dynamically create a UI with a checkbox for each track with the track number to enable/disable a feature for that track. Any ideas on how this is possible?

Thanks!

Christopher Dobrian's icon
Max Patch
Copy patch and select New From Clipboard in Max.

You could use [radiogroup] in "Check Boxes" mode, and jit.cellblock to label each checkbox.

patrickkidd's icon

Oh heck yeah! That's perfect!