diff --git a/otherarch/acestep/ace-qwen3.cpp b/otherarch/acestep/ace-qwen3.cpp index 39d3e2bec..d3d34aff2 100644 --- a/otherarch/acestep/ace-qwen3.cpp +++ b/otherarch/acestep/ace-qwen3.cpp @@ -534,10 +534,10 @@ struct MetadataFSM { for (int v = 30; v <= 300; v++) vals.push_back(std::to_string(v)); build_value_tree(bpe, bpm_tree, "bpm:", vals); } - // Duration 50-450 + // Duration 40-450 { std::vector vals; - for (int v = 50; v <= 450; v++) vals.push_back(std::to_string(v)); + for (int v = 40; v <= 450; v++) vals.push_back(std::to_string(v)); build_value_tree(bpe, duration_tree, "duration:", vals); } // Keyscale