Skip to content

Commit

Permalink
more fur elise
Browse files Browse the repository at this point in the history
  • Loading branch information
rumbledethumps committed Jan 2, 2024
1 parent 23a4d40 commit 343267e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/furelise.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,34 @@
wait(1), \
piano(d5, 1), \
wait(1)
#define bar_34 piano(e5, 1), \
piano(b3, 4), \
piano(gs4, 4), \
wait(1), \
piano(f5, 1), \
wait(1), \
piano(e5, 1), \
wait(1), \
piano(ds5, 1), \
wait(1), \
piano(e5, 1), \
wait(1), \
piano(b4, 1), \
wait(1), \
piano(e5, 1), \
wait(1), \
piano(ds5, 1), \
wait(1), \
piano(e5, 1), \
wait(1), \
piano(b4, 1), \
wait(1), \
piano(e5, 1), \
wait(1), \
piano(ds5, 1), \
wait(1)
#define bar_35 piano(e5, 6), \
wait(12)

static const uint8_t song[] = {
wait(1),
Expand Down Expand Up @@ -620,6 +648,8 @@ static const uint8_t song[] = {
bar_31,
bar_32,
bar_33,
bar_34,
bar_35,

end()};

Expand Down

0 comments on commit 343267e

Please sign in to comment.