This commit is contained in:
Jade (Rose) Rowland 2025-07-10 23:18:57 -04:00
parent edb347e85a
commit 735f57e276
2 changed files with 14 additions and 6 deletions

View file

@ -31,7 +31,7 @@ function polyBlep(phase, dt) {
return 0;
}
}
// The order is important for dough integration
const waveshapes = {
tri(phase, skew = 0.5) {
const x = 1 - skew;