8 buttons for highlight selection (BCF2000)

0

Hi, Im sure this question has been asked some times before but I just can’t seem to find the right answer.

How does one add 8 buttons to highlight/select the 8 VISIBLE tracks in a sessions box (8w1h)?

And how do I stop my “right navigation” button from going into my return tracks? I don’t want to be able to acces the volume controls of the return tracks while i’m in my track mixer page/ mode.

I added my controller template and the basic of my script (the modes make the session box change when theres less than 8 tracks).

I can do some copy and pasting of snippets but i’m far from a programmer so any help would be appreciated.

Feel free to completely rebuild this tiny bit of script if it helps to make.
If anyone needs the config file for the BCF2000 (midi CC etc.) let me know (I really hated the spaghetti of the factory config).

Tammo Answered question September 27, 2025
1

Use Highlight Navigation mappings set to ‘select track/scene number > track’

For ‘Select Track Number’ set a modifier

You would then need to use a Reaction to set the modifier to add the session box track offset number to a track number:

self.get_sessbox_track_offset() + 1

The reaction listener should listen for changes to the session box position

script > session box position changed

JohnC Answered question September 3, 2025
1

CSS3.0.2 (released today) has added options to select relative tracks and relative scenes. These enable you to select tracks/scenes within the session box.

JohnC Answered question September 15, 2025
0

Oh bro im so excited, just came back from a vacation and seeing your last reply makes me very happy. I’m going to update right now and will keep you posted. But it sounds like your my hero!

Tammo Answered question September 27, 2025
1

perfect just perfect!
The update is exactly what i’ve been struggling with for months.

Big ups! this software is getting better with every update!

Tammo Answered question September 27, 2025