power rangers / Mbed 2 deprecated assignment5slave

Dependencies:   C12832 mbed

Fork of assignment5slave by Kaleb Breault

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers music.h Source File

music.h

00001 enum NoteName {C0=0,Cs0,D0,Eb0,E0,F0,Fs0,G0,Gs0,A0,Bb0,B0,
00002                  C1,Cs1,D1,Eb1,E1,F1,Fs1,G1,Gs1,A1,Bb1,B1,
00003                  C2,Cs2,D2,Eb2,E2,F2,Fs2,G2,Gs2,A2,Bb2,B2,
00004                  C3,Cs3,D3,Eb3,E3,F3,Fs3,G3,Gs3,A3,Bb3,B3,
00005                  C4,Cs4,D4,Eb4,E4,F4,Fs4,G4,Gs4,A4,Bb4,B4,
00006                  C5,Cs5,D5,Eb5,E5,F5,Fs5,G5,Gs5,A5,Bb5,B5,
00007                  C6,Cs6,D6,Eb6,E6,F6,Fs6,G6,Gs6,A6,Bb6,B6,
00008                  C7,Cs7,D7,Eb7,E7,F7,Fs7,G7,Gs7,A7,Bb7,B7,
00009                  C8,Cs8,D8,Eb8,E8,F8,Fs8,G8,Gs8,A8,Bb8,B8,R};
00010 //frequencies for all of the notes
00011 float notes[]={16.35,17.32,18.35,19.45,20.60,21.83,23.12,24.50,25.96,27.50,29.14,30.87,
00012                32.70,34.65,36.71,38.89,41.20,43.65,46.25,49.00,51.91,55.00,58.27,61.74,
00013                65.41,69.30,73.42,77.78,82.41,87.31,92.50,98.00,103.8,110.0,116.5,123.5,
00014                130.8,138.6,146.8,155.6,164.8,174.6,185.0,196.0,207.7,220.0,233.1,246.9,
00015                261.6,277.2,293.7,311.1,329.6,349.2,370.0,392.0,415.3,440.0,466.2,493.9,
00016                523.3,554.4,587.3,622.3,659.3,698.5,740.0,784.0,830.6,880.0,932.3,987.8,
00017                1047,1109,1175,1245,1319,1397,1480,1568,1661,1760,1865,1976,
00018                2093,2217,2349,2489,2637,2794,2960,3136,3322,3520,3729,3951,
00019                4186,4435,4699,4978,5274,5588,5920,6272,6645,7040,7459,7902,0};
00020 
00021 
00022 
00023 char lyrics[][75] = {
00024 "This was a triumph.",
00025 "I'm making a note here:  \r\n  HUGE SUCCESS.",
00026 "It's hard to overstate my \r\n satisfaction.",
00027 "Aperture Science",
00028 "We do what we must",
00029 "because we can.",
00030 "For the good of all of us.",
00031 "Except the ones who are \r\n dead.",
00032 "But there's no sense   \r\n crying over every mistake.",
00033 "You just keep on trying \r\n till you run out of cake.",
00034 "And the Science gets done.",
00035 "And you make a neat gun.",
00036 "For the people who are \r\n still alive.",
00037 "      <3 ",
00038 "I'm not even angry.",
00039 "I'm being so sincere \r\n right now.",
00040 "\r\n Even though you broke \r\n my heart.",
00041 "And killed me.",
00042 "And tore me to pieces.",
00043 "And threw every piece \r\n into a fire.",
00044 "As they burned it hurt \r\n because I was so \r\n happy for you!",
00045 "Now these points of data \r\n make a beautiful line.",
00046 "And we're out of beta.",
00047 "We're releasing on time.",
00048 "So I'm GLaD. I got burned.",
00049 "Think of all the things we \r\n learned",
00050 "\r\nfor the people who are \r\n still alive.",
00051 "      <3 ",
00052 "Go ahead and leave me.",
00053 "I think I prefer to \r\n stay inside.",
00054 "Maybe you'll find someone \r\n  else to help you.",
00055 "Maybe Black Mesa",
00056 "THAT WAS A JOKE.",
00057 "HAHA. FAT CHANCE.",
00058 "Anyway, this cake is great.",
00059 "It's so delicious and moist.",
00060 "Look at me still talking",
00061 "when there's Science to do.",
00062 "When I look out there, \r\n it makes me GLaD I'm not you.",
00063 "I've experiments to run.",
00064 "There is research \r\n  to be done.",
00065 "On the people who are \r\n still alive.",
00066 "And believe me I am \r\n still alive.",
00067 "I'm doing Science and I'm \r\n still alive.",
00068 "I feel FANTASTIC and I'm \r\n still alive.",
00069 "While you're dying I'll be \r\n still alive.",
00070 "And when you're dead I will be \r\n still alive.",
00071 "Still alive.",
00072 "Still alive."};