Feat: refactoring by breaking words in multiple files

This commit is contained in:
2026-02-04 23:50:38 +01:00
parent 8d249cf89b
commit b75b9562af
13 changed files with 3138 additions and 3080 deletions

View File

@@ -1113,7 +1113,7 @@ fn emit_output(
if !out.ends_with('/') {
out.push('/');
}
let _ = write!(&mut out, "dur/{step_duration}");
let _ = write!(&mut out, "dur/{}", step_duration * 4.0);
}
if sound.is_some() && delaytime_idx.is_none() {