From af82a0bcda10cb39692bed940ea4a3fbf7ed135f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 10 Nov 2025 14:18:24 -0500 Subject: [PATCH] Add ADSR TODO. --- Components/SID/SID.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Components/SID/SID.cpp b/Components/SID/SID.cpp index 266b5a959..09fd23144 100644 --- a/Components/SID/SID.cpp +++ b/Components/SID/SID.cpp @@ -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.