Skip to content

Commit 5789dbb

Browse files
committed
feat: cantina band intro
1 parent ea4d1f5 commit 5789dbb

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

Cantina-Band/Cantina-Band.ino

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,65 @@ void loop() {
8686

8787
tone(SPEAKER_PIN, G_SHARP, 113); delay(113);
8888
tone(SPEAKER_PIN, A, 227); delay(227);
89+
tone(SPEAKER_PIN, A, 113); delay(113);
90+
tone(SPEAKER_PIN, G_SHARP, 113); delay(113);
91+
tone(SPEAKER_PIN, A, 113); delay(113);
92+
tone(SPEAKER_PIN, G, 150); delay(227);
93+
94+
tone(SPEAKER_PIN, F_SHARP, 113); delay(113);
95+
tone(SPEAKER_PIN, G, 113); delay(113);
96+
tone(SPEAKER_PIN, F_SHARP, 113); delay(113);
97+
tone(SPEAKER_PIN, F, 400); delay(400);
98+
tone(SPEAKER_PIN, D, 400); delay(567);
99+
100+
tone(SPEAKER_PIN, A, 160); delay(227);
101+
tone(SPEAKER_PIN, HIGH_D, 160); delay(227);
102+
tone(SPEAKER_PIN, A, 160); delay(227);
103+
tone(SPEAKER_PIN, HIGH_D, 160); delay(227);
104+
tone(SPEAKER_PIN, A, 113); delay(113);
105+
tone(SPEAKER_PIN, HIGH_D, 227); delay(227);
106+
tone(SPEAKER_PIN, A, 227); delay(227);
107+
108+
tone(SPEAKER_PIN, G_SHARP, 113); delay(113);
109+
tone(SPEAKER_PIN, A, 227); delay(227);
110+
tone(SPEAKER_PIN, G, 227); delay(227);
111+
tone(SPEAKER_PIN, G, 340); delay(340);
112+
113+
tone(SPEAKER_PIN, F_SHARP, 113); delay(113);
114+
tone(SPEAKER_PIN, G, 227); delay(227);
115+
tone(SPEAKER_PIN, HIGH_C, 160); delay(227);
116+
tone(SPEAKER_PIN, A_SHARP, 160); delay(227);
117+
tone(SPEAKER_PIN, A, 160); delay(227);
118+
tone(SPEAKER_PIN, G, 160); delay(227);
89119

120+
tone(SPEAKER_PIN, A, 160); delay(227);
121+
tone(SPEAKER_PIN, HIGH_D, 160); delay(227);
122+
tone(SPEAKER_PIN, A, 160); delay(227);
123+
tone(SPEAKER_PIN, HIGH_D, 160); delay(227);
124+
tone(SPEAKER_PIN, A, 113); delay(113);
125+
tone(SPEAKER_PIN, HIGH_D, 227); delay(227);
126+
tone(SPEAKER_PIN, A, 227); delay(227);
127+
128+
tone(SPEAKER_PIN, G_SHARP, 113); delay(113);
129+
tone(SPEAKER_PIN, A, 227); delay(227);
130+
tone(SPEAKER_PIN, HIGH_C, 227); delay(227);
131+
tone(SPEAKER_PIN, HIGH_C, 340); delay(340);
132+
133+
tone(SPEAKER_PIN, A, 113); delay(113);
134+
tone(SPEAKER_PIN, G, 227); delay(227);
135+
tone(SPEAKER_PIN, F, 400); delay(400);
136+
tone(SPEAKER_PIN, D, 567); delay(567);
137+
138+
tone(SPEAKER_PIN, D, 454); delay(454);
139+
tone(SPEAKER_PIN, F, 454); delay(454);
140+
tone(SPEAKER_PIN, A, 454); delay(454);
141+
tone(SPEAKER_PIN, HIGH_C, 454); delay(454);
142+
143+
tone(SPEAKER_PIN, HIGH_D_SHARP, 227); delay(227);
144+
tone(SPEAKER_PIN, HIGH_D, 227); delay(227);
145+
tone(SPEAKER_PIN, G_SHARP, 113); delay(113);
146+
tone(SPEAKER_PIN, A, 227); delay(227);
147+
tone(SPEAKER_PIN, F, 908); delay(908);
90148
songPlayed = true;
91149
}
92150
}

0 commit comments

Comments
 (0)