[Feature Request] Mapping active/inactive
FYI disabling / enabling of mappings option was added in CSS3 https://remotify.io/css3-changelog/
FYI disabling / enabling of mappings option was added in CSS3 https://remotify.io/css3-changelog/
CSS 3.1 now has a midi channel option in MIDI learn panel (bottom right of the script editor). You could select channel 1 so that it ignores channel 9 data.
Just came across this thread. FYI this was fixed back in 2022. ‘long’ types are now treated as integers. See Live Object Model for all long types: https://docs.cycling74.com/legacy/max8/vignettes/live_object_model One thing to note on this topic, these have no type so are currently being treated as strings. If anyone finds this to be wrong (which it […]
You can select multiple pads in the chain list: (hold command and click in Mac)
I’m very new to CSS and using controllers with Live, so this info might not be useful. I don’t understand your use case, but if you have a track highlighted and want to trigger a clip in another track while keeping the track highlighted, you could do what I did below. I found that Live […]
Hi John Thanks for your reply. That’s exactly what I thought. There are many inconsistencies in the way the Ableton Live API works, and you are in no way responsible for these minor bugs. It simply doesn’t make sense, and it’s just an idea. I don’t remember if an Ableton Push or an Akai (Launchpad […]
Hey guys, did you find a way to implement pitch bend commands? Thanks in advance, Mauro.
Try turning off ‘Device Selection Follows Track Selection’ in the script settings:
ok, it was just missing self.song().view.selected_scene.fire() 1-We place a listener on a button 2-We get the number of the highlighted scene 3-We place the scene whose number was obtained on “fire” (play or launch) we can place also a condition on the button self.midi_note_ch_X_val_XXX.cur_val == 127
Hey, welcome back! 🙂 This usually displays while creating controller template inputs if you have 2 inputs with the extact same MIDI channel, type, value combination. Try checking and changing them to unique values.