From 4eb4f8f10ad6e208a12fe8c23ce8335d3ca642cf Mon Sep 17 00:00:00 2001 From: Nova deViator Date: Wed, 9 Sep 2015 19:23:55 +0200 Subject: [PATCH] improving siliconSynth --- scd/snd_lines.scd | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/scd/snd_lines.scd b/scd/snd_lines.scd index 427b0a4..06cea21 100644 --- a/scd/snd_lines.scd +++ b/scd/snd_lines.scd @@ -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 / ");