Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2.4- Pbinds and Patterns.md #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down