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