Visibility attribute in MIDI Remote

I would like to request Read/Write access to the visibility state of individual tracks (in the Project Window) and channels (in the Mix Console) via MIDI Remote JS.

The idea is to be able to do something like this:

// Project Window, Audio Track 22
audioTrack(22).Visible = True

// Console 1, Audio Channel 13
mixConsole(1).audioChannel(13).Visible = False

//Console 2, Group Channel "DRUMS"
mixConsole(2).getGroupChannelByName("DRUMS").Visible = True
1 Like

@Jochen_Trappe Is something like this realistic in the future?

Can’t answer that today, but we’re browsing and collecting requests all the time.

1 Like