scd/snd_lines.scd
parent
0c837189f4
commit
7a56e78d5a
|
@ -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 | " );
|
||||
|
|
Loading…
Reference in New Issue