adamrenklint / bap

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

Gain node value should map to a logarithmic scale #47

Closed adamrenklint closed 8 years ago

adamrenklint commented 8 years ago
gainNode.value.value = Math.log10(combinedParams.volume / 10)