Archives

Mapping to show plugin window

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 […]

select track relative to session box but outside of session box

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 […]

select track relative to session box but outside of session box

” 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 […]

Nektar pacer script and template

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 […]

Remote SL MK1

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!

highlight VISIBLE track relative to session box

(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 […]