Exercise: Arduino Sensor to Pure Data GUI

Objective

Using PureData to explore additive audio synthesis.

Realworld sounds are made up of many frequency components. We can accordingly add up multiplepure tones (sinusoids) to create more complext timbres.

This exercise implements a basic additive synthesizer; it is made up of 10 independent oscillators, each with their own frequency and amplitude. The frequencies and amplitudes for all oscillators are stored in two tables.

Steps and observations

  1. Open the music-synth-additive.pd patch in Pd-extended.
  2. Change the contents of the frequency table and listen for the effects
  3. Change the contents of the amplitude table and listen for the effect

Comments

For a challenge,

Other Files

  1. music-synth-additive.pd
  2. one-osc.pd