Select Track in box

1.41K viewsCSS Questions
0

I hope I have this right;
I have a box consisting of 8 columns
I know I can use left and right to move the tracks, that works but its not how my workflow operates. I have 7 tracks grouped giving a total of 8 tracks. These are logically grouped into instruments etc. There are 8 of these groups. I want to select a box (using the bottom row of 8 keypads to move 8 tracks at time) and then be able to use the 2nd row of keypads to highlight a track within that box ie pressing the 2nd keypad should select the 2nd track within the box.
I am unable to work out how to do that…highlight doesnt seem to provide a box relative option and uses absolute positioning?

Thanks for any help
Mark

admin Changed status to publish May 22, 2024
Attached Files:
0

Check you Reaction, looks like you’ve entered:
.song().tracks.song().view.selected_track
it should be:
.song().view.selected_track

admin Changed status to publish May 22, 2024
Attached Files:
You are viewing 1 out of 18 answers, click here to view all answers.