I’ve tried many different things, including setting the inputs to mono. AudioInput plugin works, but is not passing samples to my plugin’s buffer when wired in the graph.
I’m wondering if there is a known solution for Windows 10 builds.
I’ve tried many different things, including setting the inputs to mono. AudioInput plugin works, but is not passing samples to my plugin’s buffer when wired in the graph.
I’m wondering if there is a known solution for Windows 10 builds.
I figured out that number of samples was never being called because it was inside the dsp loop that never looped because something is causing the plugin to create an infinite number of channels.
Solved