Archives

Script for Presonus Atom – LEDs not changing

Hi, You could try setting up following experiment to see if this sends the RGB values: In your template, create 4 versions of the same pad, 1 for each channel (channels 0 to 3). So, the CC of all versions stays the same, only the channel changes. Set up a Reaction with 4 Actions that […]

Fire and Stop a Clip or scene with the same button

mine is working fine like this: Condition: self.midi_cc_ch_0_val_16.cur_val == 127 self.song().tracks[self.get_sessbox_track_offset()+0].clip_slots[self.get_sessbox_scene_offset()+0].is_triggered == True Action: self.song().tracks[self.get_sessbox_track_offset()+0].clip_slots[self.get_sessbox_scene_offset()+0].stop()

Akai APC 40 Mk2 Controller Template

Hello there I’m a bit confused can someone explains to me what the systex messages do? And if someone is willing to share their script (not the templaate but the script) for APC40 mk2 it would be nice so we can collectively build something together. I’ve started to emulate the session box move but much […]

Use Live API

I tried to edit my previous post and add an Remotify export but it would not take so I’ll try with a new post.