12 Commits

Author SHA1 Message Date
Jakob Bak
c983a92107 Updates to Music.h, deleted Midi.h and Midi.cpp
We can now use these commands in the arduino sketch:
#define NUM_OSCILLATORS x     // where x is 1, 2 or 3
#define BIT_DEPTH x    // where x is 8 or 12

Deleted Midi library files as they where causing multiple definition
errors with the outdated Music.h file.
2013-01-30 21:25:34 +01:00
dviid
f5246baf9c Updated Music 2013-01-30 19:04:28 +01:00
dviid
dbb6a746be Revert "Changes to Music.h and Music.cpp"
This reverts commit 8b24803aa2fd9792ec9507376fc52fd238742b00.
2013-01-30 18:51:07 +01:00
Jakob Bak
8b24803aa2 Changes to Music.h and Music.cpp 2013-01-30 18:45:25 +01:00
Jakob Bak
37f714e3d3 Slight fixes to motion and music library 2013-01-29 12:41:15 +01:00
Bill Verplank
8600cbd3e0 Bill's Music mess 2013-01-29 12:09:26 +01:00
Bill Verplank
b0bce01fac Jakob changed some comments on bill's computer 2013-01-25 11:15:06 +01:00
Jakob Bak
0f8eb0f54d created new center example 2013-01-25 11:14:01 +01:00
Jakob Bak
5912dfdcd4 Added some comment text for interrupt select and NUM_OSCILLATORS 2013-01-24 10:22:47 +01:00
Jakob Bak
642b4973ca Oscillator selects and examples
Made it possible to select type and number of oscillators to compile
(via preprocessor). Made Examples folder to library where  tutorials
will go in.
2013-01-23 19:29:16 +01:00
Jakob Bak
2e44dcdf03 Lots of minor tweeks. Primarily changing wavetable to 8bit with 16 different waveforms 2012-11-12 00:26:20 +01:00
dviid
3596727aed Fixed MMM library directory structure 2012-11-05 11:27:36 +01:00