mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 13:38:30 +09:00
taud-related changes (docs, converter supports Y eff)
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user