Music and Computers

Transpose using Multiply and Add

Let's try two ways of modifying the frequencies of a familiar melody. We can add a value to the frequencies, or we can multiply the frequencies by a value.
new_frequency = (original_frequency * A) + B

Try each technique and hear which sounds more natural.

To Do: