From: Lorenzo Prosseda Date: Sun, 3 Aug 2025 17:17:57 +0000 (+0000) Subject: Add "Evengelion" custom signal tune (#52) X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=ad854fc9b816f895086af969f8538aa4249e93e8;p=sensor-watch.git 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 --- diff --git a/movement_custom_signal_tunes.h b/movement_custom_signal_tunes.h index 96f083b..728f68e 100644 --- a/movement_custom_signal_tunes.h +++ b/movement_custom_signal_tunes.h @@ -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