From 15bed2227f5ace5e04c2b2bf396e9aa8b7d478e1 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 16 Aug 2024 16:30:50 +0200 Subject: [PATCH] Update 2.4- Pbinds and Patterns.md I re-read this sentence many times and couldn't make sense of it. Not 100% sure my suggestions make sense... Splitting in 2 or even 3 sentences would definitely help. --- .../2.4- Pbinds and Patterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2- Basics/2.4- Pbinds and Patterns - The Basics/2.4- Pbinds and Patterns.md b/2- Basics/2.4- Pbinds and Patterns - The Basics/2.4- Pbinds and Patterns.md index f877624..f308fbc 100644 --- a/2- Basics/2.4- Pbinds and Patterns - The Basics/2.4- Pbinds and Patterns.md +++ b/2- Basics/2.4- Pbinds and Patterns - The Basics/2.4- Pbinds and Patterns.md @@ -12,7 +12,7 @@ A large part of my live coding performances involve using patterns, specifically ### SynthDefs, Arguments and Pbinds -The Pbinds I perform with work in conjunction with a set of [SynthDefs](http://doc.sccode.org/Classes/SynthDef.html) (these can be found in the SynthDefs.scd file of the Setup folder) which serve various musical purposes, and plays them with specified arguments at a given duration. This isn't a particularly intuitive concept to explain, but an example can help illustrate how this works. Take the SynthDef I use the most, `bplay`: +The Pbinds I perform with work in conjunction with a set of [SynthDefs](http://doc.sccode.org/Classes/SynthDef.html) which can be found in the SynthDefs.scd file of the Setup folder. The Pbinds serve various musical purposes and play the SynthDefs with specified arguments at a given duration. This isn't a particularly intuitive concept to explain, but an example can help illustrate how this works. Take the SynthDef I use the most, `bplay`: ```supercollider SynthDef(\bplay,