Finishing all voices

Starting echos
(random sound generator)
This commit is contained in:
Melefo
2021-02-05 16:39:14 +01:00
parent 96fe1a5e33
commit bdd0f2375d
5 changed files with 83 additions and 15 deletions
+3 -3
View File
@@ -141,16 +141,16 @@ namespace ComSquare::APU::DSP
void DSP::voice7(Voice &voice)
{
this->_latch.envx = voice.envx;
}
void DSP::voice8(Voice &voice)
{
voice.outx = this->_latch.outx;
}
void DSP::voice9(Voice &voice)
{
voice.envx = this->_latch.envx;
}
}