I have audio files where I want to reorder the channels in a different way and pass this reordered source to the plugin. Is this somehow possible? So I created a
source -> splitter => gainNodes (reorder here) => merger -> splitter_2(used as peak-meter source) => destination
graph.
When passing the splitter_2 node into the createMeterNode function I only got one channel of the splitter connected (see image below). Is there a way to pass a reordered audio source to the plugin?
Hi there!
First of all: Great plugin, really love it!
I have audio files where I want to reorder the channels in a different way and pass this reordered source to the plugin. Is this somehow possible? So I created a
source -> splitter => gainNodes (reorder here) => merger -> splitter_2(used as peak-meter source) => destination
graph. When passing thesplitter_2
node into thecreateMeterNode
function I only got one channel of the splitter connected (see image below). Is there a way to pass a reordered audio source to the plugin?