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 […]
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()
Stop Clip Triggered is not working in Session Box mapping
what is the difference between Record and Clip Recording?
and where is the feedback option for NO CLIP ?
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 […]
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.
I removed the Showsync folder and I am no longer getting error messages in CSS 3.0.1. The crashing behaviour of my MFT continues regardless. Edit – I think it is related to the underlying controller template. I can reproduce (or remove) the issue when I change controller templates. This is not ideal but I think […]
Neither of those scripts are in use as control surfaces.
Here’s a first update: I created a few Reactions that work similar to yours for moving the Session Box up an down with repetition on long press. On my setup, the Clip Colors weren’t changing at all (i.e. they were stuck in the colors of the first position of the session box). What could be […]