Exercise: Arduino Sensor to Pure Data GUI
Objective
Using PureData for advanced audio synthesis and anlysis.
If a trumpet and a flute play the same note, at the same loudness and in the same register (octave), the differences that remain between the sounds are the timbre. This exersize explores ways of synthesizing and analyzing the frequency contents of an audio signal.
Consider the follwoing important concepts, implications and questionsof this example:
- Sounds in the real-world are complext audio signals made-up of many frequencies at once
- Noise contains equal amounts of all frequencies
- We can synthesize sounds by taking out certain frequencies from noise
- We can analyze an audio signal with a Fast Fourier transform to compute its spectral contents
Steps and observations
- Open the music-synth-analysis.pd patch in Pd-extended.
- Follow the institutions in the patch.
Comments
For a challenge,
- how does the sound of a sawtooth wave (
- what doe the spectrum of white noise look like?
- connect a sequencer (from the previous exercise) to the synth in this exercise
- use the series of line objects and delay objects to create f
Other Files
- music-synth-analysis.pd