MonoGame/MonoGame

XACT: Pitch event not supported

Open

#7,066 opened on Mar 22, 2020

 (2 comments) (0 reactions) (0 assignees)C# (3,071 forks)batch import
AudioHelp WantedXACTbughelp wantedscope: audio

Repository metrics

Stars
 (13,886 stars)
PR merge metrics
 (Avg merge 25d 3h) (22 merged PRs in 30d)

Description

On my piece of code, I have soundBank = new SoundBank(engine, contentPath + "Sound Bank.xsb");

Apparently this is causing a "System.NotImplementedException: 'Pitch event'"

Is there any known technical reason for this to be like this or can I try to fix it and submit a PR?

Thanks.

What version of MonoGame does the bug occur on:

  • MonoGame 3.7

What operating system are you using:

  • Windows

What MonoGame platform are you using:

  • WindowsDX

Contributor guide