mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-03 17:18:20 -04:00
feat(templates): remove clipping from waveshaper; user can clip manually if needed
This commit is contained in:
parent
452a2f6f04
commit
c28bacdfc7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user