[code] Refactor code structure into files #7
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?
GUI and sound loop will stay in the main.c
Decided to not exclude Synth code from main as it would be better to keep there for experimenting with the Oscillator UI.
Maybe will move some parts from Oscillator library into main also (accumulation methods, for example)