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 » 15 May 2015 02:26

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 » 15 May 2015 06:17

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 » 16 May 2015 23:48

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:279
Joined:23 May 2014 00:24

Re: Looking for Ideas for Saving and Recalling OSC values

Post by ndivuyo » 17 May 2015 20:41

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