Clarified the comment added in the previous commit slightly.

svn-id: r14776
This commit is contained in:
Torbjörn Andersson 2004-08-26 13:53:20 +00:00
parent 13b59c1b42
commit 35a0c52f42

View File

@ -61,7 +61,7 @@ void GmChannel::stopNote(void) {
// All Notes Off
_midiDrv->send((0xB0 | _channelData.midiChannelNumber) | 0x7B00 | 0 | 0x79000000);
// Pitch Wheel
// Reset the Pitch Wheel. See bug #1016556.
_midiDrv->send((0xE0 | _channelData.midiChannelNumber) | 0x400000);
}