IR Loader mono/stereo

DSP related issues, mathematics, processing and techniques
Post Reply
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

IR Loader mono/stereo

Post by Wishx »

so I've picked this schematic at some point, it seems it works only mono, how can it be done to automaticly be mono or stereo based on the channel that is inserted ? (excuse my ignorance :/ )

Lend me your experience guys, you've amazed me so much, I'm pretty sure this can be easy for you :)

+ where in the schematic is the part that defines the lenght of the IRs that can work with the module ?
Attachments
IR only mono.fsm
(60.28 KiB) Downloaded 1553 times
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

Re: IR Loader mono/stereo

Post by Wishx »

Is the solution too obvious ? or am I asking imposible stuff ? Help me out community, I'm kinda lost :/
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: IR Loader mono/stereo

Post by KG_is_back »

Now it should work properly in stereo. I also added edit box where you can change the impulse length, however with quick glimpse on the algorithm, it will probably have no effect on cpu. I believe there is no way to create smart mono/stereo switching within plugin. Usually mono and stereo versions are provided as separate .dll. And in most DAWs if you load mono plugin on a stereo track daw automatically sums channels to mono before the plugin and sends mono output of the plugin to both channels... and vice versa if you load stereo plugin on mono track.

Some plugins have mono/stereo switch. They simply are stereo plugins, that process only one of the channels (or a sum of them) and send output to both if in mono mode. I do not know if this is possible to be done automatically.
Attachments
IR not only mono.fsm
(127.31 KiB) Downloaded 1536 times
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

Re: IR Loader mono/stereo

Post by Wishx »

YEs I understand , will not a pack/unpack between in and out work for that ?
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: IR Loader mono/stereo

Post by KG_is_back »

Not in this case, because the FIR filter already uses the pack/unpack in his algorithm.
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

Re: IR Loader mono/stereo

Post by Wishx »

Indeed haha , silly of me ! still thanks a lot :) is the edit box in samples ?
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: IR Loader mono/stereo

Post by KG_is_back »

Wishx wrote:Indeed haha , silly of me ! still thanks a lot :) is the edit box in samples ?


yop, in samples
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

Re: IR Loader mono/stereo

Post by Wishx »

Thanks :)
Post Reply