1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-03-11 04:42:20 +00:00

Add ADSR TODO.

This commit is contained in:
Thomas Harte
2025-11-10 14:18:24 -05:00
parent 6fe208ae77
commit af82a0bcda

View File

@@ -58,6 +58,8 @@ void SID::apply_samples(const std::size_t number_of_samples, Outputs::Speaker::M
voices_[1].synchronise(voices_[0]);
voices_[2].synchronise(voices_[1]);
// TODO: advance ADSR.
// TODO: inspect enabled wave types (and volumes) to complete digital path.
// TODO: apply filter.