From a4adc428d0c3cb7df67727c112bd2a14c64e0578 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Fri, 1 May 2026 18:07:13 +0900 Subject: [PATCH] taud: spec elaboration on filter cutoff and resonance --- terranmon.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terranmon.txt b/terranmon.txt index 708fa72..7d1fe7f 100644 --- a/terranmon.txt +++ b/terranmon.txt @@ -2064,8 +2064,8 @@ Instrument bin: Registry for 256 instruments, formatted as: Uint16 Pitch-pan centre (4096-TET note value) Sint8 Pitch-pan separation (-128..127 full range) Uint8 Pan swing (0..255 full range) - Uint8 Default cutoff (0..255 full range. Effect range equals to that of ImpulseTracker -- 128 in IT is equal to 255 in Taud) - Uint8 Default resonance (0..255 full range. Effect range equals to that of ImpulseTracker -- 128 in IT is equal to 255 in Taud) + Uint8 Default cutoff (0..254 full range, 255 to off (-1 on IT). Effect range equals to that of ImpulseTracker -- 127 in IT is equal to 254 in Taud) + Uint8 Default resonance (0..254 full range, 255 to off (-1 on IT). Effect range equals to that of ImpulseTracker -- 127 in IT is equal to 254 in Taud) Uint16 Sample detune (in 4096-TET unit) (XM finetune scale need to be rescaled accordingly) Byte[6] Reserved