more edits

master
Nova deViator 2015-09-09 22:44:51 +02:00
parent 7a56e78d5a
commit a58c9f83cb
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ post(" ");
post("| "); post("| ");
post((playhead/60).round(1).asString.padLeft(2)); post((playhead/60).round(1).asString.padLeft(2));
post(":"); post(":");
post((playhead%60).round(1).asString.padLeft(5)); post((playhead%60).round(1).asString.padLeft(2);
post(" | "); post(" | ");
// post(siLines[step][2]); // post(siLines[step][2]);
// post( "nm | " ); // post( "nm | " );