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 | " );