Search found 259 matches

by ndivuyo
17 Jan 2018 18:21
Forum: General Discussion
Topic: Double Preset faders to simulate DMX lighting mixer
Replies: 8
Views: 4034

Re: Double Preset faders to simulate DMX lighting mixer

oh I reread and seems you want some fading preset system Not hard to do at all unless you don't know scripting, if you know scripting it'll be a challenge. If you don't know, you need first to learn, so google some scripting tutorials with lemur You will basically make a few scripts. One will store ...
by ndivuyo
17 Jan 2018 18:17
Forum: General Discussion
Topic: Double Preset faders to simulate DMX lighting mixer
Replies: 8
Views: 4034

Re: Double Preset faders to simulate DMX lighting mixer

I don't think you are asking the right question, because Lemur is a controller interface, so your project on the lemur side is a simple as making 24 faders (as someone already said). What you probably need help with is how to send DMX messages with them correct? Well if so, then answer is you cannot ...
by ndivuyo
17 May 2017 23:11
Forum: General Discussion
Topic: Multilabels Text Indent
Replies: 1
Views: 971

Re: Multilabels Text Indent

Well without thinking about it too much I would say you would have to make a workaround. Lay a canvas (set to no touch, and redraw only when needed), over your pads or whatever, and I believe you'll have more control over the behavior of text. If you only want to use multi-label though, you may have ...
by ndivuyo
09 Mar 2016 21:11
Forum: General Discussion
Topic: Lemur Presets Management
Replies: 1
Views: 1038

Re: Lemur Presets Management

Presets being the state of the parameters that you saved with your template under a unique name right? Then you can just use iTunes or the download button within the editor to get the template with the saved state of parameters. (The download button appears with you press the play button, but ...
by ndivuyo
09 Mar 2016 21:09
Forum: General Discussion
Topic: Lemur Daemon losing connection
Replies: 10
Views: 3743

Re: Lemur Daemon losing connection

Hey, do you have a lightning USB cable for your ipod? This is the solution to get around this flakiness with WIFI connection. If you plug in your Ipad to your computer with USB (I think the newer USB cables) lemur daemon will give you an option to conenct over USB instead of WIFI. This connection is ...
by ndivuyo
09 Mar 2016 21:05
Forum: Canvas
Topic: (solved) canvas_arc doesn't work on device
Replies: 3
Views: 11105

Re: canvas_arc doesn't work on device

Hard to say without seeing the project. Maybe double/triple check that the canvas is being refresh appropriately, unless is it always refreshing?
by ndivuyo
04 Feb 2016 18:24
Forum: General Discussion
Topic: Is there a way to make a button or pad look like.....
Replies: 6
Views: 1570

Re: Is there a way to make a button or pad look like.....

I think you should just try and recreate it manually with canvas. Using that converter will most likely cause many bugs and be exhaustive. It may be frustrating, but manually to me is the best way to go. If the images are really simple (in shape, angles, colors, etc) then the image converter might ...
by ndivuyo
04 Feb 2016 18:21
Forum: Troubleshooting
Topic: Lemur looses connection to daemon all the time
Replies: 2
Views: 1505

Re: Lemur looses connection to daemon all the time

Have you tried the lightning usb connection instead?
I have similar issues over wifi
by ndivuyo
09 Jan 2016 18:12
Forum: General Discussion
Topic: How to create one controller with different settings per tab
Replies: 3
Views: 3416

Re: How to create one controller with different settings per

So if I understand you correctly, you want to have switching each "tab" assign specific values to the objects in the container right? Will each "tab" or scene also have different objects, or will the objects remain constant? This will change the method you should use slightly But what I would do is ...