I'm using the meter in a modal that can be opened and closed. When I close the modal I want to be able to disconnect it from my audio context to cleanup and not waste resources.
I know I can do this:
myMeter.node.disconnect()
It would be better to not have to access internal properties. Something like:
I'm using the meter in a modal that can be opened and closed. When I close the modal I want to be able to disconnect it from my audio context to cleanup and not waste resources.
I know I can do this:
It would be better to not have to access internal properties. Something like: