You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seem like currently tracks are loaded one by one when opening a project. This is a problem if, for example, one has a project with 8 tracks all with instances of a plugin which takes a few seconds to load. If it could be parallelized, it could greatly improve the project loading times.
Implementation Details / Mockup
Possibly starting up to half the number of cores in the CPU threads for loading the tracks?
Please search the issue tracker for existing feature requests before submitting your own.
I have searched all existing issues and confirmed that this is not a duplicate.
The text was updated successfully, but these errors were encountered:
Enhancement Summary
It seem like currently tracks are loaded one by one when opening a project. This is a problem if, for example, one has a project with 8 tracks all with instances of a plugin which takes a few seconds to load. If it could be parallelized, it could greatly improve the project loading times.
Implementation Details / Mockup
Possibly starting up to half the number of cores in the CPU threads for loading the tracks?
Please search the issue tracker for existing feature requests before submitting your own.
The text was updated successfully, but these errors were encountered: