if i fuck up the prec it seems to sound way better

This commit is contained in:
Soph :3 2025-11-11 11:36:09 +02:00
parent 81337b7f4b
commit 7007e66f7c
4 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
local char, byte, floor, band, rshift = string.char, string.byte, math.floor, bit32.band, bit32.arshift
local PREC = 8
local PREC = 10
local PREC_POW = 2 ^ PREC
local PREC_POW_HALF = 2 ^ (PREC - 1)
local STRENGTH_MIN = 2 ^ (PREC - 8 + 1)