taud-related changes (docs, converter supports Y eff)

This commit is contained in:
minjaesong
2026-04-24 18:35:24 +09:00
parent 4802e10dfc
commit a1b62f3155
3 changed files with 23 additions and 12 deletions

View File

@@ -219,8 +219,8 @@ function captureTrackerDataToFile(outFile) {
numPats & 0xFF, (numPats >>> 8) & 0xFF, // numPatterns Uint16 LE
bpmStored, // BPM with 24 bias
tickRate, // initial tick-rate
0x00,0x4C, // basenote (0x4C00 -- A3)
0x00,0x00,0xDC,0x43, // basefreq (440 Hz)
0x00,0x90, // basenote (0x9000 -- C8)
0x00,0xAC,0x02,0x46, // basefreq (8363 Hz)
0, // padding
]