Skip to content

How can you save the state of number boxes? #259

Discussion options

You must be logged in to vote

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").

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@pierreguillot
Comment options

@unfamiliartunes
Comment options

@pierreguillot
Comment options

@pierreguillot
Comment options

@unfamiliartunes
Comment options

Answer selected by pierreguillot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants