Search found 9 matches

by Mike-L
14 Oct 2014 00:36
Forum: General Discussion
Topic: String functions - trying to get the best of them
Replies: 11
Views: 2422

Re: String functions - trying to get the best of them

ah yes i think it was this in particular that i was looking for: vec='v'+i;
It's good to know that that does work. Thank you so much for the help.
by Mike-L
14 Oct 2014 00:30
Forum: General Discussion
Topic: String functions - trying to get the best of them
Replies: 11
Views: 2422

Re: String functions - trying to get the best of them

ah! thank you so much for the help Softcore. I'll have a look at what you've done.
It seems im using a lot of trial and error with my scripting at the moment. Im especially getting knotted up with loops and making sure the braces are in the right place.
by Mike-L
12 Oct 2014 12:12
Forum: General Discussion
Topic: String functions - trying to get the best of them
Replies: 11
Views: 2422

Re: String functions - trying to get the best of them

Thanks Softcore, No I have a set of vectors: vector 1:0,0,0,0,0,0,0 vector2:0,0,0,0,0,0,0 vector3:0,0,0,0,0,0,0 vector4:0,0,0,0,0,0,0 etc ... I would like to be able to change the nth element of all chosen vectors, in a repetitve way. In other words a script that will refer to Vector 'X' [n] and ...
by Mike-L
12 Oct 2014 10:30
Forum: General Discussion
Topic: String functions - trying to get the best of them
Replies: 11
Views: 2422

Re: String functions - trying to get the best of them

I saw this thread and think I'm having a similar problem. Please bear with me as I am very much a newbie when it comes to both coding & lemur :) I have a set of vectors inside a container e.g s1,s2,s3,s4,s5....s16 . What i want to do is change every [n] element across some of these vectors, for ...
by Mike-L
07 Oct 2014 22:33
Forum: Troubleshooting
Topic: Step sequencer. Triggering Scripts.
Replies: 1
Views: 568

Re: Step sequencer. Triggering Scripts.

OK i can turn the scripts on & off now!
My code looks like this:

decl currentStep=getattribute(StepSwitch, 'parameters_phase');
if (x[0]==1 && currentStep==0)

{
noteout (0,a[0],127,1);
noteout (0,a[1],127,1);
noteout (0,a[2],127,1);
noteout (0,a[3],127,1);
}
by Mike-L
07 Oct 2014 22:00
Forum: Troubleshooting
Topic: Step sequencer. Triggering Scripts.
Replies: 1
Views: 568

Step sequencer. Triggering Scripts.

Ive set up a step sequencer to trigger a script on certain steps. The problem i have is that i can't turn it off. I was expecting it to stop triggering when I turned the step off. How do I reference the on/off state of a step in a script? Apologies for the newbie questions. EDIT - i think i may have ...
by Mike-L
07 Oct 2014 21:27
Forum: General Discussion
Topic: iOS8 ATTENTION
Replies: 4
Views: 1265

Re: iOS8 ATTENTION

Great!
Thanks for the info.
by Mike-L
05 Oct 2014 21:46
Forum: General Discussion
Topic: iOS8 ATTENTION
Replies: 4
Views: 1265

Re: iOS8 ATTENTION

Hello, I've started using Lemur properly only recently, & unfortunately after installing iOS8! I can't seem to save projects or access the in-app editor. I assume this is related to the issues you mention or is there anything else that might be the problem? Do you think lemur will be iphone 6plus ...
by Mike-L
27 Feb 2014 13:24
Forum: Introductions
Topic: Hi
Replies: 0
Views: 424

Hi

Hi Everyone. My names Mike and I make music using an MPC, Loop pedal, Turntables and a few other bits and pieces. Im interested in Lemur, but have yet to take the plunge as I have a few questions for you guys first. Here's some of my performances : http://www.youtube.com/watch?v=GuamlZIKE3o&list ...