Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EFHIII authored Oct 27, 2024
1 parent 96e80f7 commit 3b81909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drums/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,15 +354,15 @@ diff_guitarghl = -1
diff_bassghl = -1
preview_start_time = ` + (1000 * preview.leadingSeconds >> 0) + `
frets = 0
charter = <color=#0064c8>Edward Haas</color>
charter = <color=#0064c8>@EFHIII</color>
icon = efhiii
loading_phrase = Generated With Edward's midi-CH auto charter: https://efhiii.github.io/midi-ch/
loading_phrase = Generated With @EFHIII's midi-CH auto charter: https://efhiii.github.io/midi-ch/
`);
zip.file("notes.chart", `[Song]
{
Name = "` + currentMidi.name + `"
Charter = "Edward Haas"
Charter = "@EFHIII"
Year = "` + (currentMidi.header.meta.filter(e => e.type.toLowerCase() === "year").length ? currentMidi.header.meta.filter(e => e.type.toLowerCase() === "year")[0].text : 'Unknown') + `"
Offset = 0
Resolution = ` + preview.ppq + `
Expand Down

0 comments on commit 3b81909

Please sign in to comment.