MIDI playback?

I was wondering if Panda can open midi files? FMOD seems to and theres a “codec_midi.dll” in the bin folder. I get this error with this code:

from direct.directbase.DirectStart import *
from pandac.PandaModules import *

mus = loader.loadMusic("midi.mid")
mus.play()

run()
:audio(error): createSound(/c/Users/MC/Desktop/midi.mid): A resource that the pl
ugin requires cannot be found. (ie the DLS file for MIDI playback)

Do I need to set the soundfont to use? Im only aware of sf2 format soundfonts…