Results 5 comments of Mike Bourgeous

This also affects some of my library code that uses `bufferevent_new` followed by `bufferevent_base_set`. It's not safe to call `event_init()` because there may be multiple libraries using libevent in one...

I think I'm running into this same issue with an object graph that contains a lot of back-references: ```ruby # Breakpoint set just before calling trace.message on a NameError trace.receiver.inspect.length...

I also verified this change produces the right output in my own code: Before: ![image](https://user-images.githubusercontent.com/5015814/215357809-b202fb38-72c5-44d5-9178-b819f46df339.png) After: ![image](https://user-images.githubusercontent.com/5015814/215357743-e7b90ea1-40b7-4083-b466-8e975b39d500.png)

Might be an interesting reference for improving this: https://dsp.stackexchange.com/questions/66541/how-can-i-plot-the-frequency-response-on-a-bode-diagram-with-fast-fourier-transf (looking for how to support portamento when using Fourier synthesis)

If I have a base harmonic series I can change the period in 2-sample increments by truncating the frequency domain data. In the deep bass I need an accuracy of...