Computer Music Synthesis, Fundamental Techniques
E85.1047
Fall, 2005
Assignment 2

Due 12/7 by e-mail.

Make a Max/MSP patch that does something cool with signal processing. Feel free to use the examples we make in class, or the patches included in the MSP tutorial, and modify them for your own needs. You can use live sound input, a soundfile, or a synthesized sound, but modify the sound in an interesting way. You can also integrate MIDI/mouse/keyboard interaction if you want. It should be really easy to figure out and use.

Some objects to help you out:

Audio Input/Output:

adc~, dac~, sfplay~, buffer~, play~, groove~, wave~, waveform~~

Delays/Filters:

tapin~, tapout~, reson~, svf~, biquad~, filtergraph~, comb~

Synthesis:

noise~, phasor~, >~ (for square waves), cycle~, rand~

Also consult Assignment 1 for other objects you can use that came in handy last time.

Back...