Updated comments
parent
51c2f3bf8d
commit
29d7156d16
|
@ -1,6 +1,7 @@
|
||||||
//waveform generator
|
// Very basic Karplus-Strong
|
||||||
|
|
||||||
|
// based on this explanation http://sites.music.columbia.edu/cmc/MusicAndComputers/chapter4/04_09.php
|
||||||
|
|
||||||
// hacked from https://www.instructables.com/Arduino-Waveform-Generator-1/
|
|
||||||
|
|
||||||
#include <Adafruit_MCP4728.h>
|
#include <Adafruit_MCP4728.h>
|
||||||
#include <Wire.h>
|
#include <Wire.h>
|
||||||
|
|
Loading…
Reference in New Issue