mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:57:45 +00:00
Piano+LibDSP: Move Track to LibDSP
This is a tangly commit and it fixes all the bugs that a plain move would have caused (i.e. we need to touch other logic which had wrong assumptions).
This commit is contained in:
parent
125122a9ab
commit
4941cffdd0
29 changed files with 322 additions and 413 deletions
|
@ -26,8 +26,6 @@ struct Sample {
|
|||
// HACK: needs to increase with device sample rate, but all of the sample_count stuff is static for now
|
||||
constexpr int sample_count = 1 << 10;
|
||||
|
||||
constexpr int buffer_size = sample_count * sizeof(Sample);
|
||||
|
||||
constexpr double sample_rate = 44100;
|
||||
|
||||
// Headroom for the synth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue