bertro Lv 1
Hi,
Got this solution saved for Myself on 687 under the name: Bug Very Best vs Credit Best (@score 9531)
If you load it and do nothing else than run this recipe:
creditbest.Restore()
print(current.GetScore())
recentbest.Restore()
print(current.GetScore())
absolutebest.Restore()
print(current.GetScore())
recentbest.Restore()
print(current.GetScore())
The output will be:
9531.072897263
9531.072897263
9132.9813264145
9531.072897263
You can also click the two hearts in the Undo window for the same result.
absolutebest should allways be equal to (or higher than) creditbest on a single track like this one that generated the creditbest score in the first place. Even if I Wiggle Sidechains to increase the creditbest score, the absolutebest score still returns the lower value. Only changing tracks did update the absolutebest value.
I did use the Disable slow filters checkbox at one time for a recipe.
I don't think it should happen :)