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
With only a small number of tracks (~30) an on a high end smpartphone (Oneplus One/A0001) the app startup lags (>2 seconds).
A possible solution is to use serialization (or a custom file format) solely for the track data and store the track metadata in a sqlite database.
The text was updated successfully, but these errors were encountered:
Refactoring this possibly destroys existing tracks on devices.
Sorry, something went wrong.
rleh
No branches or pull requests
With only a small number of tracks (~30) an on a high end smpartphone (Oneplus One/A0001) the app startup lags (>2 seconds).
A possible solution is to use serialization (or a custom file format) solely for the track data and store the track metadata in a sqlite database.
The text was updated successfully, but these errors were encountered: