From 2905ebe3a79a4646236901105bb4e074c90641f2 Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Mon, 23 Sep 2019 21:56:46 +0200 Subject: [PATCH] Typos. --- .../faust4processing/src/faust-examples/generators/flute.dsp | 2 +- examples/physicalModeling/faust-stk/NLFfm.dsp | 4 ++-- examples/physicalModeling/faust-stk/flute.dsp | 2 +- examples/physicalModeling/faust-stk/fluteStk.dsp | 2 +- examples/physicalModeling/faust-stk/glassHarmonica.dsp | 2 +- examples/physicalModeling/faust-stk/tibetanBowl.dsp | 2 +- examples/physicalModeling/faust-stk/tunedBar.dsp | 2 +- examples/physicalModeling/faust-stk/uniBar.dsp | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/embedded/faust4processing/src/faust-examples/generators/flute.dsp b/embedded/faust4processing/src/faust-examples/generators/flute.dsp index 96ca1c7a82..19fcb04051 100644 --- a/embedded/faust4processing/src/faust-examples/generators/flute.dsp +++ b/embedded/faust4processing/src/faust-examples/generators/flute.dsp @@ -4,7 +4,7 @@ declare author "Romain Michon (rmichon@ccrma.stanford.edu)"; declare copyright "Romain Michon"; declare version "1.0"; declare licence "STK-4.3"; // Synthesis Tool Kit 4.3 (MIT style license); -declare description "A simple flute based on Smith algorythm: https://ccrma.stanford.edu/~jos/pasp/Flutes_Recorders_Pipe_Organs.html"; +declare description "A simple flute based on Smith algorithm: https://ccrma.stanford.edu/~jos/pasp/Flutes_Recorders_Pipe_Organs.html"; import("music.lib"); import("instrument.lib"); diff --git a/examples/physicalModeling/faust-stk/NLFfm.dsp b/examples/physicalModeling/faust-stk/NLFfm.dsp index d2ae978813..63d8447a13 100644 --- a/examples/physicalModeling/faust-stk/NLFfm.dsp +++ b/examples/physicalModeling/faust-stk/NLFfm.dsp @@ -59,10 +59,10 @@ NLFM = nonLinearModulator((nonLinearity : si.smoo),envelopeMod,freq, //the frequency period in number of samples stereo = stereoizer(ma.SR/freq); -//vibrato gain is controled by envVibrato (declared in instruments.lib) +//vibrato gain is controlled by envVibrato (declared in instruments.lib) vibrato = os.osc(vibratoFreq)*vibratoGain*envVibrato(0.1*2*vibratoAttack,0.9*2*vibratoAttack,100,vibratoRelease,gate); -//output gain is controled by an adsr envelope +//output gain is controlled by an adsr envelope envelope = en.adsr(envelopeAttack,envelopeDecay,0.9,envelopeRelease,gate)*gain; breath = envelope + envelope*vibrato; diff --git a/examples/physicalModeling/faust-stk/flute.dsp b/examples/physicalModeling/faust-stk/flute.dsp index 04c3661d85..e01a86232e 100644 --- a/examples/physicalModeling/faust-stk/flute.dsp +++ b/examples/physicalModeling/faust-stk/flute.dsp @@ -4,7 +4,7 @@ declare author "Romain Michon (rmichon@ccrma.stanford.edu)"; declare copyright "Romain Michon"; declare version "1.0"; declare licence "STK-4.3"; // Synthesis Tool Kit 4.3 (MIT style license); -declare description "A simple flute based on Smith algorythm: https://ccrma.stanford.edu/~jos/pasp/Flutes_Recorders_Pipe_Organs.html"; +declare description "A simple flute based on Smith algorithm: https://ccrma.stanford.edu/~jos/pasp/Flutes_Recorders_Pipe_Organs.html"; import("instruments.lib"); diff --git a/examples/physicalModeling/faust-stk/fluteStk.dsp b/examples/physicalModeling/faust-stk/fluteStk.dsp index 8d56837af4..83f432dd03 100644 --- a/examples/physicalModeling/faust-stk/fluteStk.dsp +++ b/examples/physicalModeling/faust-stk/fluteStk.dsp @@ -96,7 +96,7 @@ stereo = stereoizer(ma.SR/freq); //----------------------- Algorithm implementation ---------------------------- -//the vibrato amplitude is controled by an envelope generator (declared in instruments.lib) +//the vibrato amplitude is controlled by an envelope generator (declared in instruments.lib) vibrato = vibratoGain*envVibrato(vibratoBegin,vibratoAttack,100,vibratoRelease,gate)*os.osc(vibratoFreq); //Breath pressure is controlled by an Attack / Decay / Sustain / Release envelope diff --git a/examples/physicalModeling/faust-stk/glassHarmonica.dsp b/examples/physicalModeling/faust-stk/glassHarmonica.dsp index 24acf5cb8a..f7e874d84e 100644 --- a/examples/physicalModeling/faust-stk/glassHarmonica.dsp +++ b/examples/physicalModeling/faust-stk/glassHarmonica.dsp @@ -105,7 +105,7 @@ baseGainApp = 0.8999999999999999 + (0.1*baseGain); velocityInputApp = integrationConstant; velocityInput = velocityInputApp + _*baseGainApp,par(i,(nModes-1),(_*baseGainApp)) :> +; -//Bow velocity is controled by an ADSR envelope +//Bow velocity is controlled by an ADSR envelope maxVelocity = 0.03 + 0.1*gain; bowVelocity = maxVelocity*en.adsr(0.02,0.005,1,0.01,gate); diff --git a/examples/physicalModeling/faust-stk/tibetanBowl.dsp b/examples/physicalModeling/faust-stk/tibetanBowl.dsp index 63b55adb9e..ce13307e1e 100644 --- a/examples/physicalModeling/faust-stk/tibetanBowl.dsp +++ b/examples/physicalModeling/faust-stk/tibetanBowl.dsp @@ -129,7 +129,7 @@ baseGainApp = 0.8999999999999999 + (0.1*baseGain); velocityInputApp = integrationConstant; velocityInput = velocityInputApp + _*baseGainApp,par(i,(nModes-1),(_*baseGainApp)) :> +; -//Bow velocity is controled by an ADSR envelope +//Bow velocity is controlled by an ADSR envelope maxVelocity = 0.03 + 0.1*gain; bowVelocity = maxVelocity*en.adsr(0.02,0.005,1,0.01,gate); diff --git a/examples/physicalModeling/faust-stk/tunedBar.dsp b/examples/physicalModeling/faust-stk/tunedBar.dsp index d679ca4dc4..1dd6b15b8a 100644 --- a/examples/physicalModeling/faust-stk/tunedBar.dsp +++ b/examples/physicalModeling/faust-stk/tunedBar.dsp @@ -97,7 +97,7 @@ baseGainApp = 0.8999999999999999 + (0.1*baseGain); velocityInputApp = integrationConstant; velocityInput = velocityInputApp + _*baseGainApp,par(i,(nModes-1),(_*baseGainApp)) :> +; -//Bow velocity is controled by an ADSR envelope +//Bow velocity is controlled by an ADSR envelope maxVelocity = 0.03 + 0.1*gain; bowVelocity = maxVelocity*en.adsr(0.02,0.005,0.9,0.01,gate); diff --git a/examples/physicalModeling/faust-stk/uniBar.dsp b/examples/physicalModeling/faust-stk/uniBar.dsp index b09f303dd8..c485f93dd3 100644 --- a/examples/physicalModeling/faust-stk/uniBar.dsp +++ b/examples/physicalModeling/faust-stk/uniBar.dsp @@ -75,7 +75,7 @@ baseGainApp = 0.8999999999999999 + (0.1*baseGain); velocityInputApp = integrationConstant; velocityInput = velocityInputApp + _*baseGainApp,par(i,(nModes-1),(_*baseGainApp)) :> +; -//Bow velocity is controled by an ADSR envelope +//Bow velocity is controlled by an ADSR envelope maxVelocity = 0.03 + 0.1*gain; bowVelocity = maxVelocity*en.adsr(0.02,0.005,0.9,0.01,gate);