From fb9ecdc24e62df4f62b9381b08bdee0a9b727fb0 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Tue, 2 Sep 2008 15:29:43 +0000 Subject: [PATCH] disabled WinMM MIDI for the time being git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1530 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/core/mixer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/mixer.cpp b/src/core/mixer.cpp index 02810c181..6c2222b57 100644 --- a/src/core/mixer.cpp +++ b/src/core/mixer.cpp @@ -1120,6 +1120,7 @@ midiClient * mixer::tryMidiClients( void ) } #endif +#if 0 #ifdef LMMS_BUILD_WIN32 if( client_name == midiWinMM::name() || client_name == "" ) { @@ -1131,6 +1132,7 @@ midiClient * mixer::tryMidiClients( void ) } delete mwmm; } +#endif #endif printf( "Couldn't create MIDI-client, neither with ALSA nor with " "OSS. Will use dummy-MIDI-client.\n" );