Age | Commit message (Collapse) | Author |
|
|
|
|
|
I originally planned to make knobs but SDL doesn't have any built in
circle drawing functions so they are sliders now.
|
|
This is easier on the ears when the program starts up
|
|
Just a nice little visual effect.
|
|
|
|
|
|
Code clean up one day perhaps
|
|
|
|
|
|
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.
|
|
|
|
|