Do not purge undefined keys #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the original repository and in our implementation so far, all keys that are not explicitly defined during a write operation are purged. So, if a user writes to pedal 0 without explicitly defining the values of pedal 1 and 2, the latter are purged.
We should fix this and add a separate
del_key
command.E.g.
Situation before:
Command:
Situation after: