Visual feedback of Ableton Project, issue with Locators...
Posted: 30 Oct 2015 10:44
The goal is to have a visual feedback of the song sections I'm currently playing.
I try to use midi clips in Ableton arrangement view with a note to send midi back to lemur which highlights the pad for the duration of the section. The problem starts when I start to use locators to be able to jump from one section to another. I get some weird loop.
I desperately look for a help to solve this issue. Here's the setup:
1. Create 3 one bar midi clips next to eachother (Ableton arrangement view).
2. Place midi notes from 0-2 and make each of them last for 1 bar.
3. In lemur create a group of 3 pads with the midi on notes 0-2
In ableton loop the whole section so you can see the feedback in lemur.
What happens at this point all pads give visual feedback but when a clip ends, the pad doesn't turn off.
To solve this I found a script "On midi note off, notes 0-2 etc
decl i=MIDI_ARGS[0];
x=0;
As you noticed, it solved the problem at first.
4. At the beginning of each midi clip create a locator
5. Assign the same notes to each of the locators by pressing the pads.
THIS IS WHERE I GET THE LOOP
Is there a way to solve the issue at this point?
I appreciate any help!
I try to use midi clips in Ableton arrangement view with a note to send midi back to lemur which highlights the pad for the duration of the section. The problem starts when I start to use locators to be able to jump from one section to another. I get some weird loop.
I desperately look for a help to solve this issue. Here's the setup:
1. Create 3 one bar midi clips next to eachother (Ableton arrangement view).
2. Place midi notes from 0-2 and make each of them last for 1 bar.
3. In lemur create a group of 3 pads with the midi on notes 0-2
In ableton loop the whole section so you can see the feedback in lemur.
What happens at this point all pads give visual feedback but when a clip ends, the pad doesn't turn off.
To solve this I found a script "On midi note off, notes 0-2 etc
decl i=MIDI_ARGS[0];
x=0;
As you noticed, it solved the problem at first.
4. At the beginning of each midi clip create a locator
5. Assign the same notes to each of the locators by pressing the pads.
THIS IS WHERE I GET THE LOOP
Is there a way to solve the issue at this point?
I appreciate any help!