From aca18751d0beb9523532c863445aff3ac99dcf64 Mon Sep 17 00:00:00 2001 From: Ted Moore Date: Mon, 15 Aug 2022 18:33:16 +0100 Subject: [PATCH] example 8b: no need to execute the gui and synth separately --- test/8b-mlp-synth-control.scd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/8b-mlp-synth-control.scd b/test/8b-mlp-synth-control.scd index 51797ad4..0ceb6ffe 100644 --- a/test/8b-mlp-synth-control.scd +++ b/test/8b-mlp-synth-control.scd @@ -61,10 +61,9 @@ StaticText(w,Rect(732,150,50,20)).string_("maxIter:"); TextField(w,Rect(730,170,50,20)).string_(1000.asString).action_{|in| mlp.maxIter = in.value.asInteger.postln;}; StaticText(w,Rect(732,190,50,20)).string_("validation:"); TextField(w,Rect(730,210,50,20)).string_(0.0.asString).action_{|in|mlp.validation = in.value.asFloat.postln;}; -) //2- the synth -( + b = { arg val = #[0,0,0,0,0,0,0,0,0,0]; var osc1, osc2, feed1, feed2, base1=69, base2=69, base3 = 130;