improving siliconSynth
parent
c320a0a95f
commit
4eb4f8f10a
|
@ -287,15 +287,16 @@ post(" ");
|
|||
nextdelta = siLines[step+2][0].asFloat - nextplayhead;
|
||||
|
||||
//action::documentation
|
||||
post("\n~" + step + "|");
|
||||
post("\n~" + step);
|
||||
post("|");
|
||||
post(siLines[step][1]);
|
||||
post(" | ");
|
||||
post("| ");
|
||||
post((playhead/60).round(1));
|
||||
post(":");
|
||||
post((playhead%60).round(1));
|
||||
post(" | ");
|
||||
post(siLines[step][2]);
|
||||
post( "nm | " );
|
||||
// post(siLines[step][2]);
|
||||
// post( "nm | " );
|
||||
post(frequency.round(1));
|
||||
post("Hz | ");
|
||||
post(frequency_alt.round(1));
|
||||
|
@ -305,7 +306,8 @@ post(" ");
|
|||
post(delta.round(1));
|
||||
postln("s");
|
||||
|
||||
post(" |" + siLines[step+1][1]);
|
||||
post(" |");
|
||||
post(siLines[step+1][1]);
|
||||
post("| ");
|
||||
post(delta.round(1));
|
||||
post("s / ");
|
||||
|
|
Loading…
Reference in New Issue