Open pldiiw opened 8 years ago
Hello, In the 12th exercise, there's this sentence:
Unfortunately, AudioBufferSourceNode doesn't have a detune option like the OscillatorNode does.
Actually, it is avalaible and it is working (I got the problem correct by using player.detune.value = transpose * 100).
player.detune.value = transpose * 100
Thanks for letting me know. Looks like it has been available for a while - this will have to be rewritten.
Hello, In the 12th exercise, there's this sentence:
Actually, it is avalaible and it is working (I got the problem correct by using
player.detune.value = transpose * 100
).