if i understand correctly, this is the expected behavior now for the RESET function. it clears all configuration data and puts the system in a known default state. SLEEP saves state.
changing scripts should not affect the mix levels (unless the script in question sets them for you, which is possible,) i have not seen that behavior but will try and reproduce later today.
… @encephalitislethargi i cannot reproduce this.
steps:
- load script A.
- change mix levels
- load a different script B. mix levels stay the same.
- perform
SLEEP
- power up. script B is running and mix levels are again the same.
- perform
RESET. when the system comes up again, mix levels are at default and no script is selected. (this is intended behavior; RESET is a sort of “panic button” that you should use in lieu of a hard reset if a) you want to discard state changes you’ve made, or b) are having issues with the current script.)
if you are seeing different behavior, i will need more context and steps to repro.
i checked this on norns and norns-shield. i don’t have a Fates. but all these behaviors are defined in the lua layer of the norns system, so i wouldn’t expect any difference. i tested with a clean system on update 200328, and also with a development system using the current master branch.