Saga Musix
Saga Musix
All I can say from a few quick experiments is that the solution does indeed fix the issue of phase inversion, and that it does not appear to alter the...
Probably no longer relevant, but you cannot create a container containing child classes of polymorphic classes, you have to use pointers, e.g. `std::vector`.
Does it really matter if the object is on the stack or heap once it is created? I mean, you do not create those filter objects in your inner loops,...
Before you go through all the hassle of this - did you verify that just allocating each filter separately and putting pointers into a vector is indeed too slow for...
Fair enough, doing things for exercise and out of interest is of course nice. However, I would argue that if you are looking into this kind of performance improvement, you...
> The UMX files from the 1998 Beta of Unreal to be exact. There doesn't seem to be anything special about them. The 1998 Beta format is slightly different from...
Hi, thanks for reconsidering. The problem (and that's what so unintuitive about ZIP files!) is in fact not the PK at the beginning of the chunk - it's the *last*...
I did a bit more testing, and while blanking out the last PK in the file for example is enough to make minizip (the ZIP reader OpenMPT uses) give up,...
As an update from OpenMPT's side, I modified our loading code now so that it first tries to load files as module files, and only if that fails it tries...
No, the file will stay uncompressed - I verified that with both Explorer and via the command line. I suppose the problem here is that Syncthing technically moves the existing...