Skip to content

Commit

Permalink
OPLsynth: Default to center panning.
Browse files Browse the repository at this point in the history
  • Loading branch information
svdijk authored and coelckers committed May 22, 2017
1 parent 42e62d9 commit bdfc421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sound/oplsynth/musicblock.cpp
Expand Up @@ -36,6 +36,7 @@
musicBlock::musicBlock ()
{
memset (this, 0, sizeof(*this));
for(auto &oplchannel : oplchannels) oplchannel.Panning = 64; // default to center panning.
for(auto &voice : voices) voice.index = ~0u; // mark all free.
}

Expand Down

0 comments on commit bdfc421

Please sign in to comment.