Learning About Arduino and Sound
( 26 February 2009 )
- Melody worked out of the box.
- First example on PlayMelody doesn't work as is, under arduino-0012 due to (I assume) the redefining of int issue. But, if you move the #define section under the int DEBUG section it compiles okay. (Tried to get it running with arduino-0013 but the IDE fails to start for me with OS X 10.5.)
- The second example on PlayMelody just sounds weird. Not sure why.
- Sketch from Possible Melody.pde replacement? thread compiled and played okay out of the box—once I remembered it used pin 10 and not pin 9. :-)