Momentary CC button is not momentary
What is the button set as on the LaunchControl XL itself, toggle or momentary?
What is the button set as on the LaunchControl XL itself, toggle or momentary?
We have a big announcement coming next week, maybe this is part of it 😉
Hi John. I’m unclear about what you mean. Maybe I need to be clearer. My script that I posted earlier didn’t have a session box and if it did, it’s because somehow your software is blending two scripts into one (MoveBox and MoveBox (copy). I took a look at the python code and it seems […]
The session box needs to be in the same css script, not a separate script
Hi John, Thank you for your quick reply. Unfortunately, this did not work. A message appeared in Ableton 11 saying: “There’s no active session box, so feedback cannot be sent.” The existing red box appears in Ableton since I have the Launchpad plugged in. This is the red box I’d like to control. Here are […]
Hmm, I don’t think ‘is view visible’ is actually a listener in the Live Object Model so shouldn’t be listed in our Reaction listeners. Not sure how that’s happened. Available ‘Application/Application view’ Listeners: browse_mode focused_document_view control_surfaces https://docs.cycling74.com/apiref/lom/application/ So the following probably shouldn’t be listed in the Reaction Listener menu: is_view_visible open_dialog_count view_focus_changed
In the session box navigation mapping (with Navigation type set to scroll) Controller Input > Control Override (custom) > Number of steps Number of steps sets how many (tracks/scenes) to move by with each button press (For sanity) In upcoming versions greater than CSS2.9… The navigation section will have a new field called ‘Move by’ […]
“but when navigate session the color stick to where it were” It sounds like you’re missing a listener in your Reaction for when the session box moves: script > session box position changed
Hi, I use: …self.song().appointed_device.name]… to send selected/appointed (blue hand) device name. Regards, mj
I found some info on this forum. Some post about clip colors, there’s a glipse of info about track names. The method is to make a reaction to loop over tracks, and send sysEX as RAW midi data. I use this syntax to send the track names, relative to the session box: tuple([240, 126] + […]