drafting increasing maximum voice numbers to 256

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2026-04-04 02:41:34 +03:00
parent ac218e7e54
commit 44ee37882b
18 changed files with 821 additions and 43 deletions

View File

@ -94,6 +94,7 @@ su_op_aux_mono:
test ah, 0x80
jz su_op_send_skipglobal
mov {{.CX}}, [{{.Stack "Synth"}} + {{.PTRSIZE}}]
lea {{.CX}}, [{{.CX}} + su_synthworkspace.voices - su_unit.size]
su_op_send_skipglobal:
popf
{{- end}}