improving siliconSynth

master
Nova deViator 2015-09-09 19:23:55 +02:00
parent c320a0a95f
commit 4eb4f8f10a
1 changed files with 7 additions and 5 deletions

View File

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