From c28bacdfc7c2cc70abe7e62ae8f041f9959906c9 Mon Sep 17 00:00:00 2001 From: vsariola <5684185+vsariola@users.noreply.github.com> Date: Sun, 21 Mar 2021 11:28:03 +0200 Subject: [PATCH] feat(templates): remove clipping from waveshaper; user can clip manually if needed --- templates/amd64-386/patch.asm | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/amd64-386/patch.asm b/templates/amd64-386/patch.asm index a287292..9995a38 100644 --- a/templates/amd64-386/patch.asm +++ b/templates/amd64-386/patch.asm @@ -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