Tag: lfo
-
Arduino: Audio Frequency Generator
Back in good ol’ 2012 (the year the world was supposed to end), I posted some code for a simple Arduino controlled low-frequency oscillator (LFO). It has made its way into some very interesting projects over the years, but recently I was asked in the comments if the code could be modified to have a…
-
Amongst Projects: Therematron
Here’s an beautiful synth project I found by Steve Roberts at Amongst Projects that utilizes some work I did back in 2012 with my Arduino LFO. It’s always a pleasure to find my own work buried in someone else’s. I recommend heading over and checking out the post. You won’t be sorry.
-
LFO modulated simple VCF
this is a rough draft of a circuit i’ve been working on based of the Simple VCF circuit floating out there. a big thanks to the original author for that. i’m sure there are some mistakes in here. it’s an odd one for sure, but it works on the breadboard. the opamp is a TL072.…
-
initial test of a modulated PT2399 circuit…
a breadboard version of some PT2399 modifications i’ve been working on. there are a lot of DIY schematics that utilize the PT2399 (Magnus Modulus, Echo Base delay, Rebote, etc.). i’ve been interested at trying my hand at modulation techniques recently. i made a simple LFO circuit based on the findings mentioned in a previous post.…
-
simple LFO circuits…
i was reading over this thread on diystompboxes.com about building an analog LFO circuit for some wild noise idea i’ve got brewing in the back of my head. i started messing around with some of the schematics on there and got a drifting saw wave out of it after a while. i was trying to…
-
Arduino: LFO Generator
here’s a treat for anyone that’s into the audio side of arduino. it’s an 8-bit two-timer based LFO Generator using timer 0/2 on an ATMega328p. i’m only using timer0 for output in this code. i’ve started implementing the LFO code into my 8-bit melotronium where timer2 is dedicated for the audio output. in the larger…