Ubutton with pattrstorage
Hi everyone
I've spent a bit of time searching around and can't quite seem to find what I'm looking for. I have 64 ubuttons in toggle mode that correspond to 64 steps in a multislider. I need a way to store the status of the ubuttons along with a position in a multislider as a preset in pattrstorage, but I'm having problems getting pattrstorage to see them.
Max Patch
Copy patch and select New From Clipboard in Max.
Due to the nature of ubutton, which is mainly a button (and less a toggle i.e.), the state is not saved in pattr. You can simply add some toggle in between and store the state of those, or just use pattr directly to store the state.