mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -04:00
Only include su_delay_times
into source when a delay unit is present.
This commit is contained in:
parent
2667c3c72c
commit
e63e94a3f4
@ -229,6 +229,7 @@ su_update_voices_skipadd:
|
||||
{{- end}}
|
||||
{{end}}
|
||||
|
||||
{{- if .HasOp "delay"}}
|
||||
{{- if gt (.DelayTimes | len ) 0}}
|
||||
;-------------------------------------------------------------------------------
|
||||
; Delay times
|
||||
@ -236,6 +237,7 @@ su_update_voices_skipadd:
|
||||
{{.Data "su_delay_times"}}
|
||||
dw {{.DelayTimes | toStrings | join ","}}
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
;-------------------------------------------------------------------------------
|
||||
; The code for this patch, basically indices to vm jump table
|
||||
|
Loading…
x
Reference in New Issue
Block a user