Replies: 1 comment 2 replies
-
Please post the code with the EEPROM logic, including instructions on how to reproduce the crashes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
I am currently working on a small MIDI fader/trim controller for an SD 833. The controller works splendidly, but it has one major issue.
The issue is that with every reboot, the MIDI values for both PitchBendSenders reset to zero. Consequently, it also resets to -inf on the mixer, which is undesirable.
I have attempted to save the value to EEPROM, but my only results are the device freezing when I switch modes. I am probably overlooking something obvious. Below is the code without any EEPROM-related stuff.
Beta Was this translation helpful? Give feedback.
All reactions