Search found 8 matches

by Inglev
16 Feb 2013 14:51
Forum: General Discussion
Topic: Creating a setlist template
Replies: 12
Views: 9907

Re: Creating a setlist template

Hi again. I'm bringing up my old topic here, because I need help updating my template. I've used the template for a long time now, with the help of the scripting being shown to me ind this thread (again, thanks alot for the help Macciza!). Now I'm trying to add more songs to the "set" container, but ...
by Inglev
23 Sep 2012 17:34
Forum: General Discussion
Topic: ios 6
Replies: 41
Views: 10486

Re: ios 6

Also there is the issue with connecting Lemur to the Ad Hoc network on Mac. Now you can't do it from your iPad - no ports are visible. It can be done only from the Lemur Deamon +1. Indeed, this is a tad annoying. Had some trouble with the Lemur software loosing connection at a gig last night as ...
by Inglev
01 Apr 2012 20:42
Forum: General Discussion
Topic: Creating a setlist template
Replies: 12
Views: 9907

Re: Creating a setlist template

I tried making a CustomMidi with the controller as "tab_index+80" (making the CC's 80-89) and the trigger "next_song", but that just triggers the next_song script all the time... i spaces out... I'll try to make a script with the "if" and "else" commands, sending different midi CC's depending on the ...
by Inglev
01 Apr 2012 12:48
Forum: General Discussion
Topic: Creating a setlist template
Replies: 12
Views: 9907

Re: Creating a setlist template

Actually, here's the template I'm working on. That'll probably give you a better idea of what I'm working on. Right now the "Prev" button is set up with the same script code as the "Next" button, but they run on separate indexes (tab_index and tab_index_rev - the latter is just the reversed order of ...
by Inglev
01 Apr 2012 11:26
Forum: General Discussion
Topic: Creating a setlist template
Replies: 12
Views: 9907

Re: Creating a setlist template

Hi No - there is no attribute for currently selected tab . . . Have a look at this and see if it helps . . . Cheers MM Sorry to bring this up again, but if I want to change the code to a kind of "Select previous song" I can't get it to work. I've tried to change the +1 to -1, but that doesn't seem ...
by Inglev
27 Feb 2012 12:19
Forum: General Discussion
Topic: Creating a setlist template
Replies: 12
Views: 9907

Re: Creating a setlist template

Wow, thanks a lot! That template is a huge help :).
by Inglev
27 Feb 2012 10:08
Forum: General Discussion
Topic: Creating a setlist template
Replies: 12
Views: 9907

Re: Creating a setlist template

Hi Mu guess is it is ignoring the lus sign, which it probably should . . . You probably should st this as a variable that you can change and then reference it in selecttab() . . . Different ways of doing this depending on whether you want control or random listing For full control I would probably ...
by Inglev
23 Feb 2012 16:45
Forum: General Discussion
Topic: Creating a setlist template
Replies: 12
Views: 9907

Creating a setlist template

I want to create a template, where its easy to shuffle the different songs around each night. One night the songs might go "a, b, c, d, e" and the next they might go "c, d, a, b, e". Does anyone have a great idea for this? Or does anyone know of an existing template? I'm trying this atm: having a ...