From a58c9f83cbc4fe968a8a23a42b559fa7051fb699 Mon Sep 17 00:00:00 2001 From: Nova deViator Date: Wed, 9 Sep 2015 22:44:51 +0200 Subject: [PATCH] more edits --- scd/snd_lines.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scd/snd_lines.scd b/scd/snd_lines.scd index 7965783..98969eb 100644 --- a/scd/snd_lines.scd +++ b/scd/snd_lines.scd @@ -293,7 +293,7 @@ post(" "); post("| "); post((playhead/60).round(1).asString.padLeft(2)); post(":"); - post((playhead%60).round(1).asString.padLeft(5)); + post((playhead%60).round(1).asString.padLeft(2); post(" | "); // post(siLines[step][2]); // post( "nm | " );