[NCSF] Partial fix to channels being unintentionally cut off.
[NCSF] Partial fix to channels being unintentionally cut off.

--- a/src/in_ncsf/SSEQPlayer/Track.cpp
+++ b/src/in_ncsf/SSEQPlayer/Track.cpp
@@ -194,6 +194,7 @@
 	chn->modDelayCnt = 0;
 	chn->modCounter = 0;
 	chn->noteLength = len;
+	chn->vol = 0x7FF;
 	chn->reg.sampleIncrease = 0;
 
 	chn->attackLvl = Cnv_Attack(this->a == 0xFF ? noteDef->attackRate : this->a);