Old 01-31-2020, 02:48 PM   #1
bmelonhead
Human being with feelings
 
Join Date: Dec 2015
Posts: 18
Default Mono plugin compatibility

I suspect this topic has been discussed, but I can't figure out the right search terms to get to it. I am a plugin developer. I have a plugin that must process mono and stereo audio differently. The plugin only allows 1/1 and 2/2 (input/output) configurations. If there is one audio stream through the plugin, it assumes mono processing. If there are two audio streams, then it assumes stereo processing. This system breaks down with Reaper. I get two audio channels through the plugin when the track wav file is a mono file. Can I get only one channel of audio when it is mono? If not, is there a way to detect (via JUCE API?) that, even if there are two channels of audio, that they are the same and the track is effectively mono? If I can detect that, then I can do mono processing on one channel and simply copy it to the two output channels.
bmelonhead is offline   Reply With Quote
Old 01-31-2020, 04:21 PM   #2
ErBird
Human being with feelings
 
Join Date: Jan 2017
Location: Los Angeles
Posts: 1,161
Default

Reaper doesn't differentiate between mono and stereo tracks. You'll need to have the user set mono or stereo within the plugin.
ErBird is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:43 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.