Hey!
I have a concrete idea for a delay with special settings and I would like to make this partly in the code (instead of getting for each calculation step a separate module) I just want to add/change some lines in code. But there is a lot of Bit sliding (e.g. _mix<<2
) and unknown functions (e.g. ___SMMUL()
)
I have not found anything on Youtube 'axoloti'. Does anyone have a tip where I can learn this kind of "data shifting" and its functions like ___SMMUL()
, or __SSAT()
?