also scale durations when stretching

This commit is contained in:
2019-06-22 01:15:05 +02:00
parent e6d00bacf5
commit 1ff6d08a20
+1 -1
View File
@@ -149,7 +149,7 @@ fn main() {
s.parse().expect("Bad --durscale format")
},
None => 1f32
};
} * scale_s; // always also shrink durations
let renumber = argv.is_present("renumber");