jclsn
jclsn
You can now make custom requests to the server and map it to a command https://github.com/yegappan/lsp/pull/640
@blami I haven't looked into this. The current implementation was enough for my needs. I thought about also adding a synchronous command, but @yegappan merged it quickly without comments. It...
I wanted to get into TDD anyway. Bought a book on it last year
@JoergAtGithub Done!
MVSC warns about C99 style. The whole xwax project is not consistently formatted or using modern C standards. I could the new ``__BitInt(110)`` feature for the 110-bit integer, but Mark...
It's not merely style warnings. Seems like MSVC is failing when using C99 syntax. I tried enforcing compilation as C code but to no avail. Maybe enforcing C99 for xwax...
Yes, caching the LUT is possible. I already implemented something similar in xwax, but discarded it again. This would have to be done during the first run of Mixxx. Problem...
The version number could also be part of the LUT object and compared on startup. If no match is found, the LUT is regenerated. Without the automatic regeneration feature using...
I could fix the crashes. LUT generation is still taking ages, but it should be good to go for testing now :)
@ywwg Should be good! I just cleaned up the code and made sure that all commits compile.