feat(templates): remove clipping from waveshaper; user can clip manually if needed

This commit is contained in:
vsariola 2021-03-21 11:28:03 +02:00
parent 452a2f6f04
commit c28bacdfc7

View File

@ -147,9 +147,6 @@ su_effects_stereohelper_mono:
{{- if .HasCall "su_waveshaper" }}
{{.Func "su_waveshaper"}}
fxch ; x a
{{.Call "su_clip"}}
fxch ; a x' (from now on just called x)
fld st0 ; a a x
{{.Prepare (.Float 0.5)}}
fsub dword [{{.Use (.Float 0.5)}}] ; a-.5 a x