Search found 12 matches
- 14 Feb 2016 12:09
- Forum: Troubleshooting
- Topic: Lemur Daemon doesn't save its setup
- Replies: 7
- Views: 4769
Re: Lemur Daemon doesn't save its setup
Reviving this because I have the same problem again. By the "Lemur App" you mean the Lemur Editor application? If so, it is always referencing the proper inputs and outputs and everything works fine, but often after a restart some MIDI ports don't work anymore (as well as the Kbd/Mouse port) and ...
- 13 Feb 2016 08:38
- Forum: General Discussion
- Topic: How to refer to an object in another interface?
- Replies: 1
- Views: 570
How to refer to an object in another interface?
Hello,
All in the title really. I have two interfaces, and I want an object in one of them to control the value of X on an object in the other. I've tried referring to it with the object name syntax (interface.object.attribue), but I get a syntax error.
Thanks.
All in the title really. I have two interfaces, and I want an object in one of them to control the value of X on an object in the other. I've tried referring to it with the object name syntax (interface.object.attribue), but I get a syntax error.
Thanks.
- 05 Mar 2015 21:26
- Forum: Troubleshooting
- Topic: Lemur Daemon doesn't save its setup
- Replies: 7
- Views: 4769
Re: Lemur Daemon doesn't save its setup
OK thanks a lot, I'll try that.
- 05 Mar 2015 00:17
- Forum: Troubleshooting
- Topic: Lemur Daemon doesn't save its setup
- Replies: 7
- Views: 4769
Re: Lemur Daemon doesn't save its setup
There is no mention of static or dynamic IP anywhere in the Daemon. I just need to select the inputs and outputs on the Mac and their corresponding destination on the iPad. But this doesn't get saved and has to be reassigned after almost each reboot.
- 04 Mar 2015 17:39
- Forum: Troubleshooting
- Topic: Lemur Daemon doesn't save its setup
- Replies: 7
- Views: 4769
Lemur Daemon doesn't save its setup
Hi,
About half of the times I reboot, Lemur Daemon forgets its port setup and everything has to be redefined from scratch. Could this be a permissions issue? Please fix. Thanks.
About half of the times I reboot, Lemur Daemon forgets its port setup and everything has to be redefined from scratch. Could this be a permissions issue? Please fix. Thanks.
- 02 Mar 2015 13:37
- Forum: Troubleshooting
- Topic: Script syntax question
- Replies: 11
- Views: 2755
Re: Script syntax question
Thanks a lot to both of you for taking the time to explain this! I was thinking of Containers as arrays, not thinking about project hierarchy. Much clearer now
- 02 Mar 2015 10:54
- Forum: Troubleshooting
- Topic: Script syntax question
- Replies: 11
- Views: 2755
Re: Script syntax question
I did miss it. Thank you very much, it works now even with the while loop. Just out of curiosity, because I don't get it: object = getfirst(Container) gets the first object in the Container, which is a Knob object. It seems to me that object = getnext(object) would then get the next object in the ...
- 02 Mar 2015 06:07
- Forum: Troubleshooting
- Topic: Script syntax question
- Replies: 11
- Views: 2755
Re: Script syntax question
That's odd, I did exactly what you suggested, on a new template with just a container, two knobs and a pad to trigger the script, and it still doesn't work. If anyone has time, please have a look at the file (it's the new project with only the controls needed to illustrate my problem, not the entire ...
- 01 Mar 2015 18:58
- Forum: Troubleshooting
- Topic: Script syntax question
- Replies: 11
- Views: 2755
Re: Script syntax question
Doesn't work either. Maybe it's my hierarchy? Let me simplify what I have here: Project -Interface1 (folder) --Knobs_Container ---Tab1 (folder) ----Knob1 ----Knob2 ----Label1 ----Label2 ---Tab2 (folder) ----Knob3 ----Knob4 ----Label3 ----Label4 --Pad with script The script is the one in my first ...
- 01 Mar 2015 16:35
- Forum: Troubleshooting
- Topic: Script syntax question
- Replies: 11
- Views: 2755
Re: Script syntax question
Thanks, I don't get a syntax error now, but the script doesn't work (knobs values are not reset at all). Any ideas?