No internet connection
  1. Home
  2. How to

How to show/hide the Clip List or Track List

You can toggle the visibility of the Clip List or Track List with one of the built in commands in the View package:

The script source code to do the same would be:

sf.ui.proTools.menuClickMenu({
  menuPath: ["View","Other Displays","Clip List"],
});
Solved in post #2, click to view
  • 2 replies
  1. Solution in question

    ReplySolution
    1. TThomas Huhn @thox
        2019-03-29 14:07:21.538Z

        Thanks, I missed that PT menu item