more reasonable amplitude

This commit is contained in:
Gordon JC Pearce 2024-09-03 15:52:33 +01:00
parent e094a4011b
commit 39f0c79484

View File

@ -66,6 +66,6 @@ void Voice::run(float *buffer, uint32_t samples) {
y = (2*phase)-1; y = (2*phase)-1;
y-=blep(phase,omega); y-=blep(phase,omega);
buffer[i] += 0.5*y * env; buffer[i] += 0.25*y * env;
} }
} }