MICHAEL CHOURDAKIS
MICHAEL CHOURDAKIS
I still have the memory issue. I got 32 gb or ram, 8 GB of GPU rtx 4060 and yet I get memory errors even if only the reverb is...
No, not yet, still trying.
Basically, the idea is this: 1. I have a folder in my local system which is duplicated in a remote system. All the file "signatures" are precalculated. 2. When I...
I'm doing it in my code to support effects per channel. ``` tsf* f = ...; struct tsf_voice* v = f->voices, * vEnd = v + f->voiceNum; for (; v...
Can Turbo Play itself capture your screen in hdr (sc64.exe)?
No I will have my app download it and use it locally, not online (if it's feasible within a user's GPU).
Same error here. Excellent results, but CPU only.
Hit test: 
It is caused by SetTextAlign old code ``` if (inAlign & kAlignCenter) { a2 = DWRITE_PARAGRAPH_ALIGNMENT_CENTER; } ``` Fix: ``` if (inAlign & kAlignCenter && (inAlign & kAlignBase) == 0)...
Btw: kAlignCenter is for the X or the Y axis ? or both?