MaxMSP
Part 1
Learning MaxMSP with the aim of making an ambient looper picking random length subsamples from a buffer and playing at various pitches/rates:
- Basic pitch and reverb - first patch
- Basic pitch and reverb file - with ability to record output
- Basic buffer loop - drag selection on a waveform to loop
- Basic
buffer loop rate - setting rate of a buffer loop using
play~
with logic added to hide any clicks at bad loop points. Includes a second implementation usinggroove~
- Random subsample looper - a full patch using all of the above and more
- Infiniverb - creating a reusable component
- Live input buffer looper - all of the above, but on a live 10 second input buffer
Part 2
Live effects, hopefully for a guitar pedal using RNBW.
…