I'm Japanese web engineer.
I'm developing a MIDI Sequencer(SMF player) application running on Windows (XP), using C++ as programming language and Qt as GUI Library. And I'm in trouble now.
For developing this application, I'm searching for MIDI Sequencer library. And Standard MIDI File loader library useful on Windows, but I can't find good one.
For example, jdksmidi, I can't compile successfully; juce, needs Visual Studio environment, and I'm developing in Qt environment and don't want to use ViualStudio; TSE3, Win32.cpp is uncompilable.
Please tell me good some library for MIDI sequencing and smf loading on Windows.