Skip to content

Monthly Archives: Φεβρουαρίου 2008

Notes from yesterday’s session w. Dakis + Alex

03-Φεβ-08

Specification of the task:

- Play one buffer
- Start at a random position in the buffer
- Playback at a randomly specified constant rate
- Loop when reaching end of buffer
- Reset the start position and rate of playback at any moment

- The buffer receives input from a live source in real time
- It has a duration size […]

02-Φεβ-08

The script we tried with dakis+alex

02-Φεβ-08

/* (IZ 2007-10-27) {
Play a selected buffer with single - shot playbuf SynthDef, triggering it multiple times at random interval and random rates, random starting point and random duration, within controllable range parameters.
 
b = Buffer.read(Server.local, "./sounds/a11wlk01.wav");
 
(
a = SynthDef("playbuf_segment", { |
  out = 0,
  bufnum = 0,
  startPos = 0,
  duration = 1,
  rate = 1,
  amp […]

01-Φεβ-08