diff --git a/synth/tx_voice.h b/synth/tx_voice.h index 2b92122..c216916 100644 --- a/synth/tx_voice.h +++ b/synth/tx_voice.h @@ -86,7 +86,7 @@ public: redux(output, bit_resolution); - _outputs[0][s] += output / 3.; + _outputs[0][s] += output / 3.; _outputs[1][s] = _outputs[0][s]; } }