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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user