mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-30 01:05:34 +00:00
Finishing all voices
Starting echos (random sound generator)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user