mirror of
https://github.com/joeycastillo/second-movement.git
synced 2025-10-29 11:38:27 +00:00
Add "Evengelion" custom signal tune (#52)
* Add "Evengelion" custom signal tune First notes from the opening "Cruel Angel Thesis" * Change tune to "staccato" tempo Draws less power while playing
This commit is contained in:
parent
01b7f30cef
commit
ad854fc9b8
@ -200,3 +200,32 @@ int8_t signal_tune[] = {
|
||||
0
|
||||
};
|
||||
#endif // SIGNAL_TUNE_HARRY_POTTER_LONG
|
||||
|
||||
#ifdef SIGNAL_TUNE_EVANGELION
|
||||
int8_t signal_tune[] = {
|
||||
BUZZER_NOTE_C5, 13,
|
||||
BUZZER_NOTE_REST, 13,
|
||||
BUZZER_NOTE_D5SHARP_E5FLAT, 13,
|
||||
BUZZER_NOTE_REST, 13,
|
||||
BUZZER_NOTE_F5, 13,
|
||||
BUZZER_NOTE_REST, 7,
|
||||
BUZZER_NOTE_D5SHARP_E5FLAT, 13,
|
||||
BUZZER_NOTE_REST, 7,
|
||||
BUZZER_NOTE_F5, 7,
|
||||
BUZZER_NOTE_REST, 7,
|
||||
BUZZER_NOTE_F5, 7,
|
||||
BUZZER_NOTE_REST, 7,
|
||||
BUZZER_NOTE_F5, 7,
|
||||
BUZZER_NOTE_REST, 7,
|
||||
BUZZER_NOTE_A5SHARP_B5FLAT, 7,
|
||||
BUZZER_NOTE_REST, 7,
|
||||
BUZZER_NOTE_G5SHARP_A5FLAT, 7,
|
||||
BUZZER_NOTE_REST, 7,
|
||||
BUZZER_NOTE_G5, 3,
|
||||
BUZZER_NOTE_REST, 3,
|
||||
BUZZER_NOTE_F5, 7,
|
||||
BUZZER_NOTE_REST, 7,
|
||||
BUZZER_NOTE_G5, 13,
|
||||
0,
|
||||
};
|
||||
#endif // SIGNAL_TUNE_EVANGELION
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user