Oscillators

Downloads

Download the files used in the above examples by right-clicking the links, and then selecting "Save Link As...".

Vocabulary

Self-Study

  1. Recall the formula for converting a MIDI number to a frequency. Write a function that takes in a MIDI number and plays the corresponding frequency.
  2. Familiarize yourself with the sounds of the four basic waveforms: sawtooth, sine, square, and triangle. What words would you use to describe each one? (Examples: "thin", "beefy", "rich", "nasally", etc.)
  3. Create an additive synthesizer. Hint: create a bunch of simultaneous sine tones whose frequencies correspond to the overtone series of some fundamental.

Self-Quiz

  1. I have an oscillator with frequency 350 and detune 1200. What is the oscillator's actual frequency?
  2. I have an oscillator with frequency 500 and detune -2400. What is the oscillator's actual frequency?

Additional Resources