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