Closed rob-luke closed 5 years ago
Current version is quite responsive. But based on suggestion from ssfrr I guess I should split out the functionality in to something like LevelPlotter(EnvelopeFollower(AudioInput()))
This seems to work correctly now and follow the structure Plot(Envelope(5, 44100, AudioInput()))
proposed by @ssfrr.
Any suggestions on how to improve this example? Is this the correct way to chain nodes using render?
Displays envelope of input signal. Suggestions appreciated