How can you save the state of number boxes? #259
-
Hi! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
An easy solution would be to use a plugin parameter, the value will be automatically saved and restored. Otherwise, if you don't want the [nbx] object to be linked to a parameter, you can save the object with [receive save] [bang] -> [nbx]-> [save myvalue $1( -> [send camomile] and restore object with [receive load] -> [route myvalue] -> [nbx], of course you can replace "myvalue" with whatever you want and you can use the same approach for many [nbx] objects (if each one uses a specific symbol instead of "myvalue").