Archives

How do I implement red box paging?

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

How do I implement red box paging?

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

View Listeners broken in 2.9.0

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

How do I implement red box paging?

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

Reaction Triggered by Selected track Rename

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