taud: implemented eff W (panbrello)

This commit is contained in:
minjaesong
2026-04-24 09:15:24 +09:00
parent 1fe966ca09
commit 3d99568359
3 changed files with 68 additions and 4 deletions

View File

@@ -174,7 +174,7 @@ const colEffOp = 213
const colEffArg = 231
const colBackPtn = 255
const PITCH_PRESET_IDX = 10123 // TODO read from the Project Data section of the .taud
const PITCH_PRESET_IDX = 240 // TODO read from the Project Data section of the .taud
Number.prototype.hex02 = function() {
return this.toString(16).toUpperCase().padStart(2,'0')