From 7a56e78d5a7daa481134f4ec26aae496cdabd5e8 Mon Sep 17 00:00:00 2001 From: Nova deViator Date: Wed, 9 Sep 2015 20:14:30 +0200 Subject: [PATCH] scd/snd_lines.scd --- scd/snd_lines.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scd/snd_lines.scd b/scd/snd_lines.scd index 44f94d8..7965783 100644 --- a/scd/snd_lines.scd +++ b/scd/snd_lines.scd @@ -291,9 +291,9 @@ post(" "); post("|"); post(siLines[step][1]); post("| "); - post((playhead/60).round(1)); + post((playhead/60).round(1).asString.padLeft(2)); post(":"); - post((playhead%60).round(1)); + post((playhead%60).round(1).asString.padLeft(5)); post(" | "); // post(siLines[step][2]); // post( "nm | " );