summaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Collapse)Author
2022-02-20Set up CMake build systemHEADmastercflip
2021-12-22Refactoring and cleanupcflip
2021-12-22Add some more parameters to changecflip
Code clean up one day perhaps
2021-12-21Simple knob/slider implementationcflip
2021-12-08Use returned sample rate instead of hardcodedcflip
2021-11-13Fix number of samples per stepcflip
Previously, the audio callback function would generate samples until it was done, ignoring which step it was in. Now the audio callback function will automatically increment the current step and generate the same amount of samples for each step. This also means the SDL window can be updated more often which fixes the delayed input from before.
2021-11-10Initial commitcflip