I've been writing some Teensy 3.1 code in the spirit of 1970s Moog-style analog music synthesizers, using fixed-point arithmetic on the ARM processor. This is the simplest possible hardware that can run the code, hence the name.

The code to run on the Teensy is at https://github.com/wware/Synth.cpp.