Eric Lasota

Results 61 comments of Eric Lasota

I'm aware of it, but I don't have the rights to redistribute it. Might be able to look at importing resources from it in the future, but not as part...

Closing this out, I can't currently do this due to copyright issues.

The main way to build the Windows build is to install WiX Toolset and build the ReleasePackageInstaller project in the solution, which will also generate the game data. If you...

Okay, probably good start would be just do "cmake ." + "make install" and see if it works with the 1.1.0 pre-release 1 data. It's already working with Cygwin, so...

I've pushed a change that should hopefully fix the pthread_t problem

That sounds fine, if you have a PR for it then I can take a look. However, since I don't have the means to test or troubleshoot Linux builds myself,...

Maybe, if I can find someone to provide a new binary, but the only major Mac-affecting change in 1.1.1 was changing the custom icon format (which only matters if you're...

I think I'm going to decline this, sorry. I think most of these files could just be deleted (don't really need docs and test files from third-party libraries in the...

Looks mostly fine to me although the usleep(39000) seems slightly fishy. I'm not sure we should be doing that at all for software devices, and the comment says it should...

> I wouldn't expect a software device to need a delay at all; this is for externally connected MIDI devices which, for the period, can have their buffers easily overrun....