I´ve been trying to compile RtMidi (http://www.music.mcgill.ca/~gary/rtmidi/) in a Windows environment (QtCreator, mingw) for hours now. Reading other threads has not been helpful.
As recommended in another post I added the following lines to my .pro-file in order to compile the Microsoft Multimedia API.
DEFINES += __WINDOWS_MM__
LIBS += -lwinmm
RtMidi::getCompiledApi()
returns the non-functional RtMidi Dummy API only.
Any hints?