Skip to content

Commit

Permalink
[Audio] Add songs from fingerpunch
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jan 19, 2024
1 parent fe4342c commit 662ee6c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions users/drashna/user_song_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -539,3 +539,21 @@

#define WINXP_SOUND \
W__NOTE(_DS6), Q__NOTE(_DS5), H__NOTE(_AS5), H__NOTE(_GS5), H__NOTE(_DS5), H__NOTE(_DS6), H__NOTE(_AS5)

#define FP_STARTUP_LIGHT_EXT \
H__NOTE(_E6), H__NOTE(_F6), H__NOTE(_C6), W__NOTE(_A5), WD_NOTE(_F5), WD_NOTE(_D5), WD_NOTE(_G5), WD_NOTE(_C5)
#define FP_STARTUP_DARK \
HD_NOTE(_B5), Q__NOTE(_B5), H__NOTE(_E6), H__NOTE(_REST), Q__NOTE(_C6), Q__NOTE(_REST), Q__NOTE(_G5), \
Q__NOTE(_E5), Q__NOTE(_F5), Q__NOTE(_GS5), Q__NOTE(_G5), Q__NOTE(_F5), W__NOTE(_G5)
#define FP_STARTUP_FLOW_DOWN \
W__NOTE(_E6), H__NOTE(_REST), H__NOTE(_C6), W__NOTE(_G5), H__NOTE(_A5), W__NOTE(_D5), W__NOTE(_E5), W__NOTE(_C5)

#define FP_MOUSE_SOUND_1 E__NOTE(_B2)
#define FP_MOUSE_SOUND_2 E__NOTE(_B3)
#define FP_MOUSE_SOUND_3 E__NOTE(_B2), E__NOTE(_B2)

#define FP_CUT_SOUND E__NOTE(_B4), E__NOTE(_B3), E__NOTE(_B4)
#define FP_COPY_SOUND E__NOTE(_B3), E__NOTE(_B4)
#define FP_PASTE_SOUND E__NOTE(_B4), E__NOTE(_B3)

#define FP_SAVE_SOUND E__NOTE(_F4), E__NOTE(_F5)

0 comments on commit 662ee6c

Please sign in to comment.