Feat: improving MIDI

This commit is contained in:
2026-02-15 19:06:49 +01:00
parent 670ae0b6b6
commit 23c7abb145
6 changed files with 304 additions and 98 deletions

View File

@@ -67,6 +67,7 @@ pub const DOCS: &[DocEntry] = &[
"Generators",
include_str!("../../docs/tutorial_generators.md"),
),
Topic("Timing with at", include_str!("../../docs/tutorial_at.md")),
];
pub fn topic_count() -> usize {