Very cool thanks I will check it out guys! It sucks that I need to open first all plug-ins by open up a Projekt all the time but in the session this helps ALLOT!!! @John maybe you can check again the Live API if this is working now to include in CSS? Again thanks for […]
I made an example script that shows kind of what I want: This script mutes the first track that comes after the 8 track session box (visible and relative track 9). But I don’t want to mute this track, I want to HIGHLIGHT it .. and don’t know how to do it 🙁 I really […]
Hey John, I need to select tracks outside of the 8 track session box, not the last one But even if I paste your code self.set_highlighted_track(self.get_sessbox_track_offset() + self.get_sessbox_width()) It doesn’t select the last track in the session box ? I really don’t know anything about this code, so an example script would be great! My […]
” is there custom coding to highlight track 17 using the ‘relative to session box logic? Something like this maybe? self.set_highlighted_track(self.get_sessbox_track_offset()+9)” I think you’re correct, but you could also do it using the following together: Track offset: self.get_sessbox_track_offset() Session box width: self.get_sessbox_width() Adding these together would give you the last track of the session box […]
Hi Fluxiia, Yes unfortunately this listener only works when its script moves the session box, not via another script.
I tested that I can set the ‘track type’ in a reaction to ‘visible and relative’ track 9 => this has effect on track 17 if my session box is on track 9-16 But there is no option to choose ‘visible and relative track’ for the track selection reaction…
One option to increase the amount of buttons you can work with is to create one momentary button that cycles to a different mode when you hold it down. For example: I would use button 1 on the Nektar Pacer (left-most button on the bottom row) as the momentary mode-change button, because then I can […]
Hi John, I also looking for this in CSS thought it’s working but I’m also walking in the dark here. Is there any way you can implement this in the future? Gr
I’ve got the SL MKII and am trying to do the same thing with the display. No success so far. If I figure it out I’ll post an update!
(sorry there were some mistakes in my explanation this is correct now) I’ll explain my intention -I’m doing full band live recording (up to 64 channels) in Ableton arrangement view -My template has 64 group tracks, 8 for each instrument 1-8 drums 9-16 bass 17-24 keys 25-32 guitar 33-40 horns 41-48 vocals 49-56 extra 1 […]