Nic Newdigate
Nic Newdigate
:) If the teensy were paying the bills I'd be working 60 hours a week :) Unfortunately the things that pay the bills are exceedingly boring :(
if you’re using linux or mac and not scared to use command-line-interface i have some tools that make developing/debugging/ testing much easier. let me know if you’re interested. ( i...
i wanted to port the build system to windows recently, because the people who need it use windows. but my latest version of windows was 7. turns out to be...
Ah - didn't know about that!... And google was happy to give all the details! Brilliant. Thanks 👍
Try install LittleFS library if you don't already have it - it seems as thou you don't have littleFS library installed. If that doesnt work then possibly try use an...
I'll have a quick look if I can find some time. yes sorry the interpolation code is horrific, I've been wanting to sort it out for a while, theres a...
https://github.com/newdigate/teensy-variable-playback/tree/fix/rate_two_and_a_half does that fix the issue? Edit: diff is [here](https://github.com/newdigate/teensy-variable-playback/compare/master...fix/rate_two_and_a_half)
Ah! yes its all coming back now... For interpolation, I used to store the X and Y values of the previous 4 samples, then I changed it to just the...
@h4yn0nnym0u5e can you try [this?](https://github.com/newdigate/teensy-variable-playback/compare/master...fix/interpolation#diff-05fe66df9047b430a97036d4f9c9f080323b86305154cc0b27f68e8b767a49feL403) I think the bad logic was if remaider was 0 then it was assuming there was no wholenumber jump. Sorry my brain is a bit...
Hey @h4yn0nnym0u5e. Thanks for the testing/feedback/investigation. I've had another attempt to improve the interpolation (there is still a tiny error of the first 4 samples will be zero), but I...