Monday, January 20, 2014

Audio Assignment Gibber

This was an experiment in Gibber learning to use additive synthesis.  The recording starts with the 1st and 3rd harmonics (of a Sine wave with a frequency of 101, and .30 amp) then with the 5th, then 7th, and finally the 9th harmonic.

The code I used was:

fundamentalAmplitude = .30
Sine(101, fundamentalAmplitude) // fundamental
Sine(303, fundamentalAmplitude) // 3rd harmonic
Sine(505, fundamentalAmplitude) // 5th harmonic
Sine(707, fundamentalAmplitude) // 7th harmonic
Sine(909, fundamentalAmplitude) // 9th harmonic

No comments: