When I press play the sound won't work

Code:

sound info

mySound = loader.loadSfx(“create_a_toon.midi”)
mySound.setLoopCount(0)
mySound.play()

run()

it says

could not open (Path).wav
Cannot open file (Path).wav
Could not open audio (Path).wav :frowning:

You can’t play midi files with the ffmpeg/OpenAL back-end. You’ll have to synthesize it into a .wav or .ogg file first.