Page 1 of 1

Looking for Ideas for Saving and Recalling OSC values

Posted: 15 May 2015 02:26
by jeremyz
I've got lemur controlling a bidule AU and need to come up with a way to store and recall the lemur values long term. Any ideas? Even if it takes another intermediary app...

Thanks
-j

Re: Looking for Ideas for Saving and Recalling OSC values

Posted: 15 May 2015 06:17
by jeremyz
so i wrote something in supercollider that can store and send OSC messages. it's close but i have to toggle every lemur object for it to send to SC.

is there a way in lemur to send out the value of all current object variables? i'm imagining a button that triggers a function that sends all values.

thanks!
jz

Re: Looking for Ideas for Saving and Recalling OSC values

Posted: 16 May 2015 23:48
by jeremyz
bumping! no way to send the current values of all objects?

Re: Looking for Ideas for Saving and Recalling OSC values

Posted: 17 May 2015 20:41
by ndivuyo
Hey, you can create a storage system with arrays in lemur, and then have a button(s) that recall the saved values. You do this with scripting using for loop, or have a script that constantly saves each individual value change