-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
About Mp3PlayerDemo: switchToMp3Mode() before loadDefaultVs1053Patches #89
Comments
I think you are right, the vs1053b-patches.pdf states: The patch must be re-loaded after each player.switchToMp3Mode(); performs a softReset with
So the patch is overwritten. Maybe, apart from changing the order of the commands, we should seek for an easy way to check whether the patch is active.. |
Ok, so both documentation and examples are affected. Changing the order would be the simplest solution. But...
Do I understand right that you are in doubt that reordering might have other undesirable results?
Not sure I get it right. |
Nope, I think reordering ist the solution. It's just that for the second time we thought we are using the patch and actually we are not, see #66. |
Are you willing to change docs and examples? |
Yep, I can do this.. |
see #83 |
We need another miss to get to three strikes. 8D |
@CelliesProjects I got lost after looking at the code change with comment "apply patches before setting...", but looking at the change it's "after". Do we need any additional adjustments here in this library? |
Yes, we do. But the adjustsments are already contained in MR #83. Like @sebhuet said, it's basically just about performing player.loadDefaultVs1053Patches() after player.switchToMp3Mode @baldram Did you had any chance to re-setup your workshop and test the MR yet? |
@Dr-Dawg We lack of testers around, so I need to do so urgently to open the line of MRs and also fix the conflict. |
Hi,
IHMO, correct order should be
otherwise player.switchToMp3Mode() reset feature remove patches.
The text was updated successfully, but these errors were encountered: