persist proj sample state to sdcard for fast proj reload#1408
Draft
maks wants to merge 1 commit into1406-dont-reboot-for-output-level-changefrom
Draft
persist proj sample state to sdcard for fast proj reload#1408maks wants to merge 1 commit into1406-dont-reboot-for-output-level-changefrom
maks wants to merge 1 commit into1406-dont-reboot-for-output-level-changefrom
Conversation
by persisting state of samples in flash when previous project is reloaded reloading samples into flash from sdcard can be avoided entirely making project loading substantially faster for project with large sample pools.
f7f330b to
f111376
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This completes the final part of #120 by persisting the state of samples loaded into flash for the current project to sdcard so that if the project is reloaded (eg. after power cycle) the sample loading from sdcard to flash can be entirely skipped making project load times much faster (near instant) for projects with large amount of samples.
Fixes: #120