Tonejs / Tone.js

A Web Audio framework for making interactive music in the browser.
https://tonejs.github.io
MIT License
13.41k stars 976 forks source link

Tone.Meter doesn't output stereo value correctly #882

Closed thcrack closed 2 years ago

thcrack commented 3 years ago

Reproduce:

Probably some changes underneath messed with the meter calculation?

yifanmai commented 2 years ago

This is a bug. When using a smoothed meter with multiple channels, cross-channel smoothing occurs because the state used for smoothing is incorrectly shared across all channels. Opened #1018 for this.