adamrenklint / bap

A toolkit for making beats and composing sequences with Javascript and Web Audio
MIT License
115 stars 6 forks source link

changed pitch shifts to shift by semitone. Resolves #45 #50

Closed gurs1kh closed 8 years ago

gurs1kh commented 8 years ago

I have changed the pitch so that the parameters are in semitones rather than percentages and have added a Bap.pitchByRatio, which I am not sure is put in the right place. Have also updated the tests

adamrenklint commented 8 years ago

Looks good 😸 Could you also update the examples that are breaking with this change, and update Oscillator?