Page 1 of 6
Lemur 5
Posted: 10 Mar 2014 23:53
by Softcore
Re: Lemur 5
Posted: 11 Mar 2014 00:20
by Softcore
We also need to download a newer desktop editor I suppose?
Re: Lemur 5
Posted: 11 Mar 2014 00:52
by nick_liine
Yes, download and run the Lemur Installer 5.0.1 from the Support section:
https://liine.net/en/support/lemur
Refresh the cache on your browser if you're still seeing version 4.1.2.
Re: Lemur 5
Posted: 11 Mar 2014 01:21
by Softcore
The cache was my problem!!!! thanks for this great update!
Re: Lemur 5
Posted: 11 Mar 2014 01:43
by Softcore
Oh my God....built-in swing?
Im fainting!
Re: Lemur 5
Posted: 11 Mar 2014 02:09
by oldgearguy
So if our app is now broken under 5.0, do you have any suggestions for fixing it?
Quick summary of what it's mainly complaining about:
I had a variable operators = {OP7, OP6, OP5, OP4, OP3, OP2, OP1};
Where OP7, OP6, etc are the names of containers.
Then I had code that did things like this:
tmpOp = operators;
setexpression(tmpOp.Focus, 'x', 0);
I would use this technique to change the position of containers based on a menu selection (setobjectrect(tmpOp, coords);) and other manipulations of objects.
I also have vectors of coordinates based on different layouts and would select the coordinates by using a menu to get the Monitor object holding the vector I want, then subindexing into that vector. I can post more code examples, or you can take a look at my TX-802 editor that was actually nearing completion before the update happened.
This allowed very compact code - I could write a single generic routine and have it operate on all my containers with basically no code duplication.
None of that works now in 5.0
Any suggestions of acceptable ways to manipulate objects?
Re: Lemur 5
Posted: 11 Mar 2014 05:14
by Phil999
wow, I like the radial stuff made with the new Canvas object. Beautiful. Thank you very much Liine team for the update, this is huge.
Besides, the Windows editor crashes every time when I try to download templates with said radial stuff from the iPad. Will need to do this with iFunbox.
Edit: certain templates (with radial Canvas objects, but also other new templates) crash the Windows editor anyway, when downloading from the Lemur app or when loading from file. On a Mac everything is working fine. No crashes so far. My advice: get a Mac, or build a hackintosh when working with Lemur. It's worth it for several reasons.
Re: Lemur 5
Posted: 11 Mar 2014 07:49
by nick_liine
Phil999 wrote:wow, I like the radial stuff made with the new Canvas object. Beautiful. Thank you very much Liine team for the update, this is huge.
Besides, the Windows editor crashes every time when I try to download templates with said radial stuff from the iPad. Will need to do this with iFunbox.
Edit: certain templates (with radial Canvas objects, but also other new templates) crash the Windows editor anyway, when downloading from the Lemur app or when loading from file. On a Mac everything is working fine. No crashes so far. My advice: get a Mac, or build a hackintosh when working with Lemur. It's worth it for several reasons.
Investigating this. No need to buy a new computer yet.
Re: Lemur 5
Posted: 11 Mar 2014 08:27
by Phil999
sorry, I shouldn't have said that. Of course the Windows editor does work fine, I use it often without problem. It's just that the Mac editor works slightly better and is always stable.
Re: Lemur 5
Posted: 11 Mar 2014 08:30
by nick_liine
Phil999 wrote:sorry, I shouldn't have said that. Of course the Windows editor does work fine, I use it often without problem. It's just that the Mac editor works slightly better and is always stable.
No worries! Apologies for the crash that slipped through quality control over here at Liine HQ. Looking into that bug.