Populating Umenu Problem


    May 08 2012 | 7:54 pm
    Hi guys,
    can anyone help me with this: I have made a system which allows umenu's to be populated with the numbers of the saved slots within the pattrstorage. This works fine and updates the items in the umenus as more slots are saved. The problem is that when this happens the umenu resets to the lowest item number and so if my four umenu's were for instance set to 1, 2, 3, 4 then if I save something in to slot 5 they all reset back to 1.
    Any help would be appreciated, patch pasted below
    thanks in advance

    • May 09 2012 | 6:49 am
      You can do that with a set message.
    • May 09 2012 | 6:55 am
      Just realize that set will not work well in all situations, setsymbol will (I think).
    • May 09 2012 | 2:23 pm
      Thank you, the second one works a treat