mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-19 05:24:48 -04:00
Get rid of transformed values and use the header of the voice for that; saves _CX completely for the opcode.
This commit is contained in:
@ -78,7 +78,7 @@ EXPORT MANGLE_FUNC(su_op_loadnote,0)
|
||||
call su_op_loadnote_mono
|
||||
su_op_loadnote_mono:
|
||||
%endif
|
||||
fild dword [_CX+su_unit.size-su_voice.workspace+su_voice.note]
|
||||
fild dword [INP-su_voice.inputs+su_voice.note]
|
||||
apply fmul dword, c_i128
|
||||
ret
|
||||
|
||||
|
Reference in New Issue
Block a user