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