scd/snd_lines.scd

master
Nova deViator 2015-09-09 20:14:30 +02:00
parent 0c837189f4
commit 7a56e78d5a
1 changed files with 2 additions and 2 deletions

View File

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