zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit ca1120de25546a4b11942378706d13126e6d3456
parent 65dc201acdbf543e8c17a7313a874be8b2c061fb
Author: Carlo Bramini <[email protected]>
Date:   Sun,  5 Jul 2020 14:57:33 +0200

[WIN32] Fix error on missing usleep()
Diffstat:
Msrc/Misc/Master.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Misc/Master.cpp b/src/Misc/Master.cpp @@ -1796,7 +1796,7 @@ int Master::saveOSC(const char *filename, master_dispatcher_t* dispatcher, // We need to wait until savefile has been loaded into master2 int i; for(i = 0; i < 20 && master2->uToB->hasNext(); ++i) - usleep(50000); + os_usleep(50000); if(i >= 20) // >= 1 second? { // Master failed to fetch its messages