Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-20 | Set up CMake build systemHEADmaster | cflip | |
2021-12-22 | Refactoring and cleanup | cflip | |
2021-12-22 | Add some more parameters to change | cflip | |
Code clean up one day perhaps | |||
2021-12-21 | Simple knob/slider implementation | cflip | |
2021-12-08 | Use returned sample rate instead of hardcoded | cflip | |
2021-11-13 | Fix number of samples per step | cflip | |
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-10 | Initial commit | cflip | |