View O2minipop.ino (external tempo sync)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// O2 Minipops rhythm box (c) DSP Synthesizers 2016 | |
// Free for non commercial use | |
// http://janostman.wordpress.com | |
// changed the way tempo works | |
// tempo controled by rising edge clock signal on pin 12 (instead of reset out) | |
// can be used to syncronise O2 with eurorack etc. | |
#include <avr/interrupt.h> |