Hi, from the front panel right click on the ring and select Add Item after (before). If you want to update items in ring during runtime use the property Strings[]. Alberto
Programatically: Create a property node (right-click on the control) and select the Strings property. Write an array with all the names of the values to that property. If you need to update the item list often try holding the current array in a shift-register instead of reading the current one back using a read property...
Manually: Right-click on the control and select add Item...