Best way to create a dynamic list of checkboxes?
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!
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.
Oh heck yeah! That's perfect!