Windows 7 crash

Discuss problems and solutions.
Post Reply
PlasmaBubble
Newbie
Posts: 6
Joined: 03 Oct 2014 08:20
Location: France
Contact:

Windows 7 crash

Post by PlasmaBubble »

First I must warn this is my first topic here. Sorry for the badly mooded topic :oops:

I have just had Lemur Windows editor crash while typing a new expression:
In an interface, I put a monitor object "MyMonitor" to display various information. Then I edited its value expression to : getattibutelist( MyMonitor )
It was fun to see all attributes displayed there.
Then I changed the expression to : getattibutelist( getparent( MyMonitor ) )
Upon validation the editor crashed... I don't know what type of object is returned by getparent() on a top level object (an interface ?) but I am sure the getattributelist was not expecting this type :)
(Current project is Nord Drum 2 Template with sysex feedback)
Post Reply