Search found 31 matches

by rad3d
15 Nov 2016 01:36
Forum: General Discussion
Topic: Losing local midi targets - IOS 10?
Replies: 1
Views: 1882

Re: Losing local midi targets - IOS 10?

Follow up - appears to only be happening with AUM and MidiBus Virtual Ports. Don't seem to be losing other Local Targets. Hard to tell what the problem might be, though I didn't have this issue before upgrading to IOS 10.
by rad3d
14 Nov 2016 17:43
Forum: General Discussion
Topic: Losing local midi targets - IOS 10?
Replies: 1
Views: 1882

Losing local midi targets - IOS 10?

Noticed that Lemur is losing Local midi connections after several minutes of use. Works for a bit, Targets show their proper settings in Settings - then suddenly everything goes away. Checking settings again, all Local Targets are now red. All other apps showing these connections. Possibly an IOS 10 ...
by rad3d
22 May 2016 03:45
Forum: General Discussion
Topic: help syntaxe please!
Replies: 2
Views: 1582

Re: help syntaxe please!

if (x>10 || x< 20) myvar = anything;
by rad3d
28 Mar 2016 03:06
Forum: General Discussion
Topic: Lemur Syntax?
Replies: 1
Views: 801

Re: Lemur Syntax?

How much of the manual have you been through? The manual may not be perfect, but there's ample information about the scripting syntax to get you well into the process. Assume you'll need to invest a little time (a few days) upfront, and feel free to ask some more specific questions out here once you ...
by rad3d
12 Mar 2016 16:31
Forum: General Discussion
Topic: Lemur Android and smart watch
Replies: 1
Views: 774

Re: Lemur Android and smart watch

Android watches aren't exactly Android - they're Android Wear, so you can't run Lemur on them. It may be possible, however, to use an automation tool like Tasker to convert a very simple watch interface (using Tasker tools) into midi and send that to Tasker for processing.
by rad3d
19 Jan 2016 16:20
Forum: General Discussion
Topic: Follow Object value relative to position?
Replies: 1
Views: 797

Re: Follow Object value relative to position?

Sure, though there are probably a few ways to go about it depending on how many other faders you want to move in relation to a single fader and how they need to be linked. Attached is a simple example with 2 faders. Both faders are independent until you turn on the 'Follow' button. Once you do, the ...
by rad3d
19 Jan 2016 13:37
Forum: General Discussion
Topic: How to learn scripting?
Replies: 6
Views: 2339

Re: How to learn scripting?

If I'm writing something in javascript or perl or whatever, I can actually learn the language and then look at examples, working code, etc. which is much more useful than just trying to learn from examples only. Not sure that's a good analogy, as it doesn't sound much different from the way you'd ...
by rad3d
17 Jan 2016 03:43
Forum: General Discussion
Topic: Randomise Object?
Replies: 5
Views: 3263

Re: Randomise Object?

Here's a quick and dirty example using a button. Every time you push the button, you'll get a random number within +/-4 of 64. Change the values in the script to expand the range.
by rad3d
15 Jan 2016 13:51
Forum: General Discussion
Topic: How to learn scripting?
Replies: 6
Views: 2339

Re: How to learn scripting?

BTW

Have also found some very useful info/tutorials here:
http://www.jazzmutant.com/workshop_tutorialslist.php
by rad3d
15 Jan 2016 13:22
Forum: General Discussion
Topic: How to learn scripting?
Replies: 6
Views: 2339

Re: How to learn scripting?

I think the 3 main approaches are: Understand the manual Even if you can't read or comprehend everything in it right off, get a grasp of what types of things can be done via scripting by at least reviewing each section. Study existing templates There are lots of projects posted in the community area ...