WaveMix v3.

This commit is contained in:
oz
2021-01-26 17:54:54 +03:00
parent 10af864767
commit 2945069de0
5 changed files with 912 additions and 48 deletions

View File

@@ -143,16 +143,6 @@ void Sound::Close()
}
}
int Sound::SubFactor(int a1, int a2)
{
return a1 - a2;
}
int Sound::AddFactor(int a1, int a2)
{
return a1 + a2;
}
void Sound::PlaySound(MIXWAVE* wavePtr, int minChannel, int maxChannel, unsigned int dwFlags, __int16 loops)
{
MIXPLAYPARAMS mixParams{};