- fix velocities and volume on MUS input

This commit is contained in:
Rachael Alexanderson 2022-12-26 23:36:31 -05:00
parent 1dda85bbe1
commit 36a5308de1

View file

@ -134,8 +134,8 @@ void MUSSong2::DoInitialSetup()
{ {
for (int i = 0; i < 16; ++i) for (int i = 0; i < 16; ++i)
{ {
LastVelocity[i] = 100; LastVelocity[i] = 127;
ChannelVolumes[i] = 127; ChannelVolumes[i] = 100;
} }
} }