Skip to content

Windows fixes

Albert Gräf requested to merge aggraef/purr-data:windows-fixes into master

I've had these two (unrelated) bugfixes sitting in my testing branch for a little while now, so here goes:

  • rev. 79b614f9 fixes a stack overflow with mrpeach/unpackOSC on Windows.

  • rev. a7a97e2c increases the MIDI device count to what vanilla nowadays uses. This will work across all platforms, but I first noticed this issue on Windows. (I'm now using an iConnectivity mioXM device as my central MIDI device hub, which lists a gazillion of different MIDI devices, overflowing Purr Data's MIDI device table on Windows. This commit fixes that issue.)

And, as a bonus:

  • rev. e409c805 fixes the broken ASIO SDK download link which made the Windows build fail after a recent change at Steinberg's website.
Edited by Albert Gräf

Merge request reports