WIP: prepare the ground for audio rate modulation

This commit is contained in:
2026-02-07 12:08:11 +01:00
parent 83c756618f
commit dbd17a7946
7 changed files with 260 additions and 1 deletions

View File

@@ -46,6 +46,10 @@ pub const DOCS: &[DocEntry] = &[
include_str!("../../docs/engine_distortion.md"),
),
Topic("Space & Time", include_str!("../../docs/engine_space.md")),
Topic(
"Audio-Rate Mod",
include_str!("../../docs/engine_audio_modulation.md"),
),
Topic("Words & Sounds", include_str!("../../docs/engine_words.md")),
// MIDI
Section("MIDI"),