Created
April 28, 2026 13:41
-
-
Save DuyNgao2306/37984f0610a4ee45e95fbba239f6ec3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ===== INTRO ===== | |
| keypress("j", 0.5, bpm) | |
| keypress("e", 0.5, bpm) | |
| rest(0.25, bpm) | |
| keypress("h", 0.5, bpm) | |
| keypress("e", 0.25, bpm) | |
| rest(0.5, bpm) | |
| # ===== VERSE 1 ===== | |
| keypress("j", 0.75, bpm) | |
| keypress("9", 0.25, bpm) | |
| keypress("e", 0.25, bpm) | |
| rest(0.25, bpm) | |
| keypress("y", 0.25, bpm) | |
| keypress("u", 0.25, bpm) | |
| keypress("i", 0.75, bpm) | |
| rest(0.5, bpm) | |
| keypress("j", 0.5, bpm) | |
| rest(0.25, bpm) | |
| keypress("z", 0.75, bpm) | |
| keypress("q", 0.5, bpm) | |
| keypress("E", 0.5, bpm) | |
| rest(0.5, bpm) | |
| # ===== BUILD ===== | |
| keypress("q", 0.25, bpm) | |
| rest(0.25, bpm) | |
| keypress("z", 0.75, bpm) | |
| keypress("E", 0.5, bpm) | |
| rest(0.5, bpm) | |
| keypress("j", 0.5, bpm) | |
| keypress("t", 0.25, bpm) | |
| rest(0.25, bpm) | |
| # ===== PRE-CHORUS ===== | |
| keypress("x", 0.5, bpm) | |
| keypress("w", 0.5, bpm) | |
| keypress("t", 0.5, bpm) | |
| rest(0.5, bpm) | |
| keypress("x", 0.75, bpm) | |
| keypress("t", 0.5, bpm) | |
| rest(0.5, bpm) | |
| # ===== CHORUS ===== | |
| keypress("z", 1.25, bpm) | |
| keypress("e", 0.5, bpm) | |
| keypress("y", 0.5, bpm) | |
| rest(0.5, bpm) | |
| keypress("u", 0.5, bpm) | |
| keypress("i", 0.5, bpm) | |
| keypress("o", 0.5, bpm) | |
| rest(0.5, bpm) | |
| keypress("p", 1.25, bpm) | |
| rest(0.75, bpm) | |
| # ===== VERSE 2 ===== | |
| keypress("j", 0.5, bpm) | |
| rest(0.5, bpm) | |
| keypress("g", 0.5, bpm) | |
| keypress("d", 1.25, bpm) | |
| keypress("g", 1.25, bpm) | |
| rest(0.5, bpm) | |
| keypress("j", 0.5, bpm) | |
| rest(0.5, bpm) | |
| # ===== CHORUS (LẦN 2 - mạnh hơn) ===== | |
| keypress("z", 1.25, bpm) | |
| keypress("9", 0.5, bpm) | |
| keypress("e", 0.5, bpm) | |
| keypress("y", 0.5, bpm) | |
| rest(0.5, bpm) | |
| keypress("u", 0.5, bpm) | |
| keypress("i", 0.5, bpm) | |
| keypress("p", 0.75, bpm) | |
| rest(0.75, bpm) | |
| # ===== OUTRO ===== | |
| keypress("d", 1.5, bpm) | |
| keypress("g", 1.5, bpm) | |
| rest(0.5, bpm) | |
| keypress("j", 1.0, bpm) | |
| rest(1.5, bpm) | |
| finishedSong() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment