Erik Faye-Lund

Results 104 comments of Erik Faye-Lund

I'm not sure I understand the problem. All we need is exp2 and cos. Both of these seems to behave just fine on both x86 and x64 as far as...

> Define "behave just fine"? Results in plain function calls to "normal" imported functions. Yes, they are IFUNCs, but I don't see any resolve logic injected into our binary for...

OK, that makes a bit of sense. But, it kinda seems like a slippery slope, really. Because this can be the case for pretty much *any* CRT function you're using,...

Also, just want to make it clear; I'm not trying to throw doubt at this solution, just having a discussion here. It's probably not a bad idea for WaveSabre to...

Just want to mention an alternative for cos: I did another attempt at dropping the fpuCos-helper in the past, which you can see [here](https://github.com/logicomacorp/WaveSabre/pull/35). In the end it didn't work...

I doubt plain semver would make sense for file formats, though. What's does for instance a patch-version mean there?

I think you can simply MIT license all the non-VST code, as MIT is compatible with GPL. And then you can license the VST as GPLv3. Not sure actual dual-licensing...

No, I meant to license the VST specific source code as GPLv3. I don't really mind if you prefer to dual-license it, but I don't think that's necessary. I don't...

Maybe @mortoray has an idea here?

I don't think this has anything to do with resizing, but with displaying the result. The reason for this is the ImageSource-part of the error-message. ImageTools (which does the resizing)...