Heya, I am using the DCO as an LFO but I am trying to make it oscillate even slower. I changed one value in the DCO program that makes the bottom threshold a little slower, but I'm wondering if there are any settings you could recommend for me to tweak it further? Thanks.
Comments
Hi! Try this:
lines 148-151, replace with
line 175, replace with
ISR(TIMER0_COMPA_vect) {
You can try different timer settings, see here.
I have the LFO pending so I'm going to get on with it later this year. My course of action would be to simplify the DCO, and then try a variation of the above, or alternatively construct a higher-resolution timer to get slower but more precise waves. Anyway, see how that goes!
Perfect! I edited OCR0A to = 130 and got my desired result. Also FYI for anyone else, if you want to start at the lowest octave change around line 162 from getMappedFreq(1) to getMappedFreq(0). Thanks again!
PS: God damn this LFO opened up a ton of possibilities. Thanks again. I'll have some great demo videos for you in the future.