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
Looking for Ideas for Saving and Recalling OSC values
Re: Looking for Ideas for Saving and Recalling OSC values
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
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
bumping! no way to send the current values of all objects?
Last edited by jeremyz on 23 Jun 2017 18:36, edited 1 time in total.
Re: Looking for Ideas for Saving and Recalling OSC values
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