Hello,
Thanks for the solution Mattkuebrich! .sync() function works well!
But .pulsewidth() function seems to be broken... I think something wrong in the synth_waveform_withsync.cpp file. I tried to fix it, but when I opened it, my eyes began to...
I haven't been able to test this yet, but it seems there has been confusion in the past about setting the pulse width using AudioSynthWaveformModulated. See the last few posts in this thread. Seems like to set it directly, you'd want to use a DC...
Sorry for the delay. Thanks so much for the thorough response! I’ve tried the code you’ve provided - it seems to work and fails gracefully if the shaper function isn't set. I've updated functionshaper, comparator and dcblock based on your...
Thanks so much for the feedback, this is all super helpful. I'm "learning along the way" so thanks for bearing with me. I'd also love to see more objects in the official library and of course would love to contribute whatever I can.
As far as...
This looks like a very interesting suite of objects - it’d be nice to think that at some point there would be a Teensyduino update that curates these and the many other contributions into a major overhaul of the Audio library!
I’ve not had a...
For the past few months, I've been working on some new Teensy audio objects and posting them on GitHub. It's been a bit of an exercise to learn C++ and a way to fill in some missing functions that I've needed when building my DIY synths. I'm...