Hi,
Is it possible to get a collection of all tracks? When looking into some examples and the documentation I can only find track banks, which holds a fixed number of tracks, but how do I get all tracks? I'm still a beginner in scripting and tried to find the answer but could not find it. I'm working with the java api and the moss scripts
Cheers!
Get a collection of all tracks?
- KVRAF
- 4898 posts since 13 May, 2004
That's actually not possible, you always have to use the bank. The workaround is to set a very high page size e.g. 1000.SB-SIX wrote: Tue Feb 19, 2019 2:12 pm Is it possible to get a collection of all tracks? When looking into some examples and the documentation I can only find track banks, which holds a fixed number of tracks, but how do I get all tracks? I'm still a beginner in scripting and tried to find the answer but could not find it. I'm working with the java api and the moss scripts
