Nic Newdigate

Results 42 comments of Nic Newdigate

get started with parts. let me know if you have a hard time sourcing any parts....

i use interactiveBOM and i generate it every time i push my commit to github. in github actions under the repo their should be 2 sets of builds, o e...

having said that, there might be generic part descriptions. let me know if you need any specifics.

Ah, I didnt realize that... always thought everybody could access those. You could fork the repo, then your artifacts would be available under your folked repo..I couldn't seem to make...

RE: front panel - its not on the BOM... There is an .fpd file in the repo which you can submit online to schaeffer-ag (as I assume you are in...

Hi Jonathan The core of the resampling is really simple. Most of the complexity is in the looping, reading, and quadratic interpolation. Consider these two cases (with no anti-aliasing/interpolation): *...

this is the crux of the resampling (casting _remainder from float to int is equivalent to truncating the fraction part): `_remainder` = accumulator A1, `_playbackRate` = R1, `_bufferPosition` = P1....

I'd be happy to put reference to your repo in the readme file, but I think it'd probably be better to separate this async loading strategy into a repo/branch of...

the issue as i’m understanding it is that at the moment the read cycle occurs during the process method inside the interrupt. i am trying to get by head around...

just thinking aloud here: my slight hesitance is that there is no guarantee the loop() method will reach the code to load the next buffer before the audio interrupt processes...