updated keywords

This commit is contained in:
Jakob Bak
2013-02-10 10:42:14 +01:00
parent 7b2f0c750d
commit 582ac0859b
2 changed files with 36 additions and 2 deletions
@@ -1,3 +1,6 @@
#define NUM_OSCILLATORS 3
#define BIT_DEPTH 12
// The Music and Midi objects are automatically instantiated when the header file is included.
// Make calls to the Music and Midi objects with "Music.function(args)" and "Midi.function(args)"
// You still need to call Music.init() and Midi.init() in the setup() function below.