We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There doesn't seem to be an easy (documented) way to get a list of the tracks without calling load_all_multitracks, which is expensive.
load_all_multitracks
There is a TRACK_LIST array in the package, but it's not documented.
TRACK_LIST
It would be useful to have access to this if I want to load an arbitrary track, but don't have the names/indices pre-computed somewhere.
The text was updated successfully, but these errors were encountered:
rabitt
No branches or pull requests
There doesn't seem to be an easy (documented) way to get a list of the tracks without calling
load_all_multitracks
, which is expensive.There is a
TRACK_LIST
array in the package, but it's not documented.It would be useful to have access to this if I want to load an arbitrary track, but don't have the names/indices pre-computed somewhere.
The text was updated successfully, but these errors were encountered: