Any chance the max size of templates gets increased?
-
- Regular
- Posts: 294
- Joined: 24 Jan 2012 18:22
Any chance the max size of templates gets increased?
My two interfaces already take up 90% and i would like to expand. Any chance we see an increase in the max template size?
Re: Any chance the max size of templates gets increased?
Excuse the probing, I don't mean to be insulting if this kind of advice is below you, but have you re-factored at all?
A lot of the time when building templates, I tend to build stand alone modules and duplicate them across the template. Inside those modules are scripts etc... That in an ideal world would actually be removed from the modules and placed at a higher level where all of them could access the code, but only have it written once. A lot of times templates can really be slimmed down by finding and abstracting redundancies.
A lot of the time when building templates, I tend to build stand alone modules and duplicate them across the template. Inside those modules are scripts etc... That in an ideal world would actually be removed from the modules and placed at a higher level where all of them could access the code, but only have it written once. A lot of times templates can really be slimmed down by finding and abstracting redundancies.
-
- Regular
- Posts: 62
- Joined: 16 Feb 2012 10:58
Re: Any chance the max size of templates gets increased?
I have got the same problem - some custom graphic stuff takes a lot of memory - esp. text elements arranged into icons. It can't be helped with script optimization.
Re: Any chance the max size of templates gets increased?
Not sure about size increase plans currently but it may happen . . .
Re optimising: As always 'It depends' . . .
If you have a lot of scripting in every custom graphic, it can be factored out.
And there are other ways to optimise . . .
If they are non-changing graphics they only need to be defined once, not 100 times . . .
Same thing with any multiple representations of the same control . . .
Re optimising: As always 'It depends' . . .
If you have a lot of scripting in every custom graphic, it can be factored out.
And there are other ways to optimise . . .
If they are non-changing graphics they only need to be defined once, not 100 times . . .
Same thing with any multiple representations of the same control . . .
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
Re: Any chance the max size of templates gets increased?
I'm with Macciza and Traxus....after the initial excitement of achieving what I wanted functionally with my latest template attempt, Im looking at it now wondering how stupid can a person be to not use aliases for static texts that appear 24 times in one template - just tried and I had a 3% decrease
Also, most of the time, using a more "encapsulated" logic in scripts, looking at it in a bigger picture results in avoiding duplicate calls and functions. Already got a lot of ideas to improve my templates memory-wise.
Also, most of the time, using a more "encapsulated" logic in scripts, looking at it in a bigger picture results in avoiding duplicate calls and functions. Already got a lot of ideas to improve my templates memory-wise.
-
- Regular
- Posts: 294
- Joined: 24 Jan 2012 18:22
Re: Any chance the max size of templates gets increased?
I am sure something can be done with my template but i think it is a problem because i am doing a "per track"-sequencing template and it features 20 tracks with 16 steps and 20 faders each aswell as submenues/containers and stuff. Maybe i can post it and someone can take a quick look and see if there is something catastrophic going on (i wouldnt be surprised). It is kinda hard though to dive deep into this and refactor stuff. My first tries ended in deleting the whole thing because it didnt work anymore . The complicated stuff is done and i have 8% left for some simple synth templates that go along with the sequencer but the air is getting thin.
-
- Regular
- Posts: 62
- Joined: 16 Feb 2012 10:58
Re: Any chance the max size of templates gets increased?
All that is true - we learn all the time but there are some things that can't be optimized in the current state - in my x1 template there are 200 unique icons (a couple of thousands of text objects). I can't optimize it... and they take about 40% of the template.
Re: Any chance the max size of templates gets increased?
I understand that part of the appeal of your designs is the visual aspect but frankly? I would prefer to not have that 40% burdain and look "basic"....
I wouldnt "sacrifice" more than 5% for looks only - of course that is just a personal matter - opinion!
I wouldnt "sacrifice" more than 5% for looks only - of course that is just a personal matter - opinion!
-
- Regular
- Posts: 62
- Joined: 16 Feb 2012 10:58
Re: Any chance the max size of templates gets increased?
everybody has got their priorities:-).
Re: Any chance the max size of templates gets increased?
Yes, please increase the Lemur object memory. It's 32Mb now, and really could use 64MB.
I've put about a year of work into my big Lemur template. It is a controller for the Fractal AxeFX guitar processors. The AxeFX is a rack multi-effect device with over 30 different effect types (e.g. amp, cab, delay, reverb, chorus, pitch shift). Each effect block has anywhere from 10 to 120 editable parameters. In total, there are about 1000 unique editable parameters in the AxeFX that my template can control.
I have re-factored many times, but now am running out of ideas to save memory.
Please double the memory limit. That would be huge for those of us pushing the limits of the Lemur IOS platform.
I've put about a year of work into my big Lemur template. It is a controller for the Fractal AxeFX guitar processors. The AxeFX is a rack multi-effect device with over 30 different effect types (e.g. amp, cab, delay, reverb, chorus, pitch shift). Each effect block has anywhere from 10 to 120 editable parameters. In total, there are about 1000 unique editable parameters in the AxeFX that my template can control.
I have re-factored many times, but now am running out of ideas to save memory.
Please double the memory limit. That would be huge for those of us pushing the limits of the Lemur IOS platform.