Tag: synth

  • Arduino: Audio Frequency Generator

    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

    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.

  • mellotronium 2.0: rebuild

    after our move to Oregon two months ago, i’m finally getting back to a spot where i can do more building and experimentation. that being said, my arduino-based sampler/synth is getting a rebuild to make it more capable and road-worthy. the LED segment display is currently showing voltage out what should be 5v DC. i…

  • Mellotronium revised…

    here’s an update on the new additions/approach to the Mellotronium. i’m attempting to redo the SD card routines once i get the functionality added. using the SD library just doesn’t work right when reading byte values at 8kHz. i’ve looked into the WaveHC library with the most success, but had to modify not to use…