Page 1 of 1

save state of template?

Posted: 05 Dec 2014 21:57
by frankfurter
is it possible to save the state of a template while i'm using it for future recall?

like if i punch out a bunch of sequences while i'm using it on my ipad, and want to save how my template is at that moment to a new template so it will always load like that?
kinda like saving songs/beats

Re: save state of template?

Posted: 06 Dec 2014 00:01
by zengel
not on the lemur itself but you can use osc and some programing to save data from the lemur.
i made a program with max for live that save data from lemur and you can recall it then . yes it's possible 'outside' of the lemur itself

Re: save state of template?

Posted: 06 Dec 2014 00:27
by ndivuyo
well you could setup arrays on the lemur that store data, like presets. And if you don't want to make a whole preset system, you can just have an array that stores all your data as you change values and then have an 'on load' script that loads those values in the array to the objects (like having 1 preset that was whatever you were doing last). But then you'd have to save a unique named layout for every 'preset' you make, so you'd be better off setting up a preset array system if you're going to go through all of the trouble...

Re: save state of template?

Posted: 06 Dec 2014 04:17
by Macciza
Hi
Basically yes , depending on a few things ....
just give it a try - set up your sequence stuff the way you want then go to Settings
In Settings , tap Project and select SaveAs, and name your 'song'
Reloading this new project should have the sequences set up as when you saved it.

The other option of course is to pursue a Preset system which would allow you to save multi songs in one project
This is discussed somewhere on the forum and there are some other resources available as well on the net

Hope that helps

Re: save state of template?

Posted: 06 Dec 2014 22:34
by frankfurter
heyyo, thanks all!

i think i got it to work w/ the save as in the app. it was mainly a bunch of onLoad scripts that i made for default settings in my template that was screwing with me.
already had a lot of the arrays already built in so it was super simple just removing the load scripts.

this is beautifulllll