How to select Waveform in the track display
By Tom Cross @Tom_Cross
Hello, I'm trying to write a script to select the 'waveform' display option on the track view in Protools. I think I'm nearly there with the code just missing something. Can you help?
sf.ui.proTools.selectedTrack.trackDisplaySelect.waveform();
- samuel henriques @samuel_henriques
Hey @Tom_Cross,
try this:
sf.ui.proTools.selectedTrack.trackDisplaySelect({displayPath:["waveform"]})
for more info on how to sort these kind of problems, check out these videos:
How to quote code in the SoundFlow forum.