0

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.

4

1 回答 1

1

如果还有其他方法,请使用手动方法:

MIDI 输入/输出:选择纯 Windows API

SMF loader:自己编写

于 2012-10-06T18:30:26.503 回答