test publish

Dependencies:   mbed GroveEarbudSensor

Files at this revision

API Documentation at this revision

Comitter:
age2pierre
Date:
Mon Apr 11 11:18:46 2016 +0000
Parent:
6:7cc8a333e03b
Child:
8:e1beb2a9454e
Commit message:
Update cello bach suite melody

Changed in this revision

MelodyGenerator.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/MelodyGenerator.cpp	Sat Mar 26 14:32:27 2016 +0000
+++ b/MelodyGenerator.cpp	Mon Apr 11 11:18:46 2016 +0000
@@ -2,8 +2,8 @@
 
 MelodyGenerator::MelodyGenerator()
 {
-    //J.S Bach cello suite 1 prelude
-    this->melody = "1,5,u3,u2;u3,5,u3,5;1,5,u3,u2;u3,5,u3,5|1,6,u4,u3;u4,6,u4,6;1,6,u4,u3;u4,6,u4,6|1,7,u4,u3;u4,7,u4,7;1,7,u4,u3;u4,7,u4,7|1,u1,u3,u2;u3,u1,u3,u1;1,u1,u3,u2;u3,u1,u3,u1|";
+    //J.S Bach cello suite 1 prelude first 7 bars
+    this->melody = "1,5,u3,u2;u3,5,u3,5;1,5,u3,u2;u3,5,u3,5|1,6,u4,u3;u4,6,u4,6;1,6,u4,u3;u4,6,u4,6|1,7,u4,u3;u4,7,u4,7;1,7,u4,u3;u4,7,u4,7|1,u1,u3,u2;u3,u1,u3,u1;1,u1,u3,u2;u3,u1,u3,u1|1,6,u3,u2;u3,u1,7,u1;6,u1,7,u1;3,5,#4,3|#4,u1,u2,u1;u2,u1,u2,u1;5,u1,u2,u1;u2,u1,u2,u1|7,u2,u5,#u4;u5,u2,u1,u2;7,u2,u1,u2;5,7,6,5|";
     this->cursor = 0;
 }