| ... | ... |
@@ -74,8 +74,7 @@ void Track::ClearState() |
| 74 | 74 |
this->portaKey = 60; |
| 75 | 75 |
this->portaTime = 0; |
| 76 | 76 |
this->sweepPitch = 0; |
| 77 |
- this->vol = 64; |
|
| 78 |
- this->expr = 127; |
|
| 77 |
+ this->vol = this->expr = 127; |
|
| 79 | 78 |
this->pan = 0; |
| 80 | 79 |
this->pitchBendRange = 2; |
| 81 | 80 |
this->pitchBend = this->transpose = 0; |