Looking for Ideas for Saving and Recalling OSC values

Discuss Lemur and share techniques.
Post Reply
jeremyz
Newbie
Posts: 14
Joined: 24 Feb 2013 19:07

Looking for Ideas for Saving and Recalling OSC values

Post 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
jeremyz
Newbie
Posts: 14
Joined: 24 Feb 2013 19:07

Re: Looking for Ideas for Saving and Recalling OSC values

Post 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
jeremyz
Newbie
Posts: 14
Joined: 24 Feb 2013 19:07

Re: Looking for Ideas for Saving and Recalling OSC values

Post by jeremyz »

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.
ndivuyo
Regular
Posts: 278
Joined: 23 May 2014 00:24

Re: Looking for Ideas for Saving and Recalling OSC values

Post 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
Post Reply