Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOSでMIDIファイルを再生することはできますか? これは、再生しようとしていたMIDI 形式のファイルです。
iOS で MIDI ファイルを再生するには、どのフレームワーク/ライブラリを使用できますか?
簡単な答え : CoreMIDI フレームワークを使用してファイルを読み取り、Core Audio フレームワークを使用して音を出します (AudioToolbox フレームワークも追加する必要があります)。
ここに主題に関するチュートリアルがあります
基本的に、AudioToolbox フレームワークにある MusicPlayer オブジェクトを使用してファイルを読み取り、MusicPlayer を使用して AUSampler Audio Unit でノートを再生できます。