MSQ 流式适配与校验增强,新增 NBS 音色表

This commit is contained in:
2025-04-08 17:49:49 +08:00
parent 889f8f9641
commit c14489f3a7
13 changed files with 629 additions and 75 deletions

View File

@ -92,11 +92,17 @@ ADD XXH64(seq_2_note_count, 3)
ADD XXH64(note_seq_2, seq_2_note_count)
ADD XXH128(
XOR(
XXH64(meta_info, note_count),
XOR(
XXH64(seq_1_note_count, 3),
XXH64(note_seq_1, seq_1_note_count)
XXH64(meta_info, note_count),
XOR(
XXH64(seq_1_note_count, 3),
XXH64(note_seq_1, seq_1_note_count)
),
),
XOR(
XXH64(seq_2_note_count, 3),
XXH64(note_seq_2, seq_2_note_count),
)
),
note_count
)