Search found 4 matches

by bval123
08 Apr 2015 18:16
Forum: General Discussion
Topic: Execute scripts on child objects
Replies: 5
Views: 1443

Re: Execute scripts on child objects

Thanks for the example, it was more or less the setup I had.

The problem was embarrassingly just a typo in a different part of the template that was causing issues with the call to the script, I've got it working now :)
by bval123
08 Apr 2015 13:25
Forum: General Discussion
Topic: Execute scripts on child objects
Replies: 5
Views: 1443

Re: Execute scripts on child objects

To clarify, and to show whats not working: interface button scriptA() container expA scriptB() I want to execute scriptB from scriptA (basically, having a button that is a sibling to a container that triggers a script inside that container). This currently doesn't work and gives me a syntax error ...
by bval123
07 Apr 2015 15:30
Forum: General Discussion
Topic: Execute scripts on child objects
Replies: 5
Views: 1443

Execute scripts on child objects

I have some scripts inside of a container that I'd like to be executed from its parent interface: -- Interface --- ScriptA --- Container ----- ScriptB E.g., inside of ScriptA, i'd like to be able to do something like Container.ScriptA() . Currently I'm handling this pattern by having an expression ...
by bval123
07 Apr 2015 15:21
Forum: Introductions
Topic: Hello
Replies: 0
Views: 505

Hello

Hi,

I've recently been using Lemur on an iPad Mini 2 to control some iPad apps, together with my Akai MPK mini mk2, to give me tons of flexibility for jamming and doing real time looping.

I'm coming from a software engineering background so its been a blast messing with Lemur.