Search found 12 matches

by Xenophile
30 Mar 2012 02:03
Forum: General Discussion
Topic: Copy project from Lemur to editor?
Replies: 2
Views: 1948

Re: Copy project from Lemur to editor?

Thanks Willem.

Your instructions were very clear and helpful. Much appreciated!
by Xenophile
28 Mar 2012 18:03
Forum: General Discussion
Topic: Copy project from Lemur to editor?
Replies: 2
Views: 1948

Copy project from Lemur to editor?

I thought I saw a thread on this subject earlier, but now I can't find it. Is there a way to get a project that is currently saved on Lemur (iPad2) into the editor on the computer (WIndows 7) if the corresponding project file on the computer has been accidentally erased, corrupted, or otherwise ...
by Xenophile
23 Mar 2012 14:43
Forum: General Discussion
Topic: setting the items of LemurMenu not working?
Replies: 3
Views: 1148

Re: setting the items of LemurMenu not working?

The manual does indeed have an error. I spent about half an hour puzzling over this last night. A search of the forums turned up an example of the correct attribute name, "items." Kind of frustrating when you dutifully RTFM, but get the wrong answers there.
by Xenophile
19 Mar 2012 18:01
Forum: General Discussion
Topic: Turn "off" all switches in an array?
Replies: 2
Views: 1080

Re: Turn "off" all switches in an array?

mat wrote:Try following script: on expression - Bank_Change.x - any

Code: Select all

Program_Change.x=0;
it will set all Program_Change buttons to 0
That works. I was making it more complicated that it needs to be. Thanks!
by Xenophile
19 Mar 2012 17:31
Forum: General Discussion
Topic: Change font size for multilabels?
Replies: 3
Views: 932

Re: Change font size for multilabels?

I'll re-post to the Wishlist forum. I can't imagine that it would be difficult to add this capability.
Maybe it could be done today by directly editing the .jzml file?
by Xenophile
19 Mar 2012 16:30
Forum: General Discussion
Topic: Turn "off" all switches in an array?
Replies: 2
Views: 1080

Turn "off" all switches in an array?

Is there a way turn "off" all the switches in an array of radio buttons? I have an array of radio buttons that I'm using to send program change messages to a midi synth. I use another array to send bank change messages. I'd like to have the Program buttons all return to "off" (null?) state whenever ...
by Xenophile
19 Mar 2012 15:52
Forum: General Discussion
Topic: Change font size for multilabels?
Replies: 3
Views: 932

Change font size for multilabels?

Is there any way to change the font size for multilabels on arrays of switches or pads?
A larger font would be really helpful for live performance situations.
Thanks!
by Xenophile
16 Mar 2012 04:09
Forum: General Discussion
Topic: Can't delete scripts or custom midi messages?
Replies: 2
Views: 934

Re: Can't delete scripts or custom midi messages?

DOH!

That works. Did I mention that I'm a newb?
:oops:
by Xenophile
15 Mar 2012 23:36
Forum: General Discussion
Topic: Can't delete scripts or custom midi messages?
Replies: 2
Views: 934

Can't delete scripts or custom midi messages?

I'm a newb with the Lemur editor. I'm working in Windows 7. I find that I can't delete scripts or custom midi messages in the Project pane. If I right-click on expressions or containers or objects I get the expected pop-up menu with the usual cut, copy, duplicate, etc. options... but I get no such ...
by Xenophile
15 Mar 2012 00:06
Forum: General Discussion
Topic: Lemur Programming Technical Limitations
Replies: 7
Views: 4999

Re: Lemur Programming Technical Limitations

Very helpful information. Thanks! I'm just getting started with Lemur, and this weekend I was going to implement some giant, 128-member arrays of radio buttons to call up the preset patches from a midi sound module, and I wanted to put the name of each patch on its button via the multilable feature ...