Recurring Error with Name Searches
By Philip weinrobe @Philip_weinrobe
hi sf geniuses
i have a bunch of scripts that get tracks or markers by name. and these scripts are always giving me the same problem intermittently: SF can't find the track/marker by that name.
restarting pro tools ALWAYS fixes the issue.
is this a known issue? any way to safeguard against it?
- samuel henriques @samuel_henriques
Hello Philip,
I think you are missing,
sf.ui.proTools.invalidate()
.When you make changes to some information in protools, you need to ask SF to get the information again.
Let me know if this is it.