Mono versions of FX Plugins?
-
@orange yes
-
@orange but I was also able to do it with the standalone version just by changing the routing and then changing it back. No need to tweak with projuicer
-
@Christoph-Hart I think the only reason for this mono plugin problem is; there is a misunderstanding for that.
Stereo plugins shouldn't be at the same time mono compatible. HISE trying to make a stereo plugin mono compatible. Maybe that's why it is hard to do it.For mono plugins, HISE should create a different mono channel plugin, that uses only one channel (1 in - 1 out) like @dustbro had manually compiled HISE.
All of the fx plugin companies are making separted mono VST2, AU, AAX plugins with stereo versions. In only VST3, an fx plugin is able to compatible with mono tracks at the same time, but in VST2, AU and AAX mono version should be compiled individually.
So maybe HISE can compile a stereo plugin with only one channel and create a seperate plugin with stereo version. Just simulating like @dustbro manually did. So all of the versions will be double (mono & stereo) is it possible?
-
@orange said in Mono versions of FX Plugins?:
maybe HISE can compile a stereo plugin with only one channel and create a seperate plugin with stereo version. Just simulating like @dustbro manually did. So all of the versions will be double (mono & stereo) is it possible?
Has this been resolved , I am assuming I will have to make mono versions of my fx plugins for compatibility ?
-
@lalalandsynth said in Mono versions of FX Plugins?:
@orange said in Mono versions of FX Plugins?:
maybe HISE can compile a stereo plugin with only one channel and create a seperate plugin with stereo version. Just simulating like @dustbro manually did. So all of the versions will be double (mono & stereo) is it possible?
Has this been resolved , I am assuming I will have to make mono versions of my fx plugins for compatibility ?
If you look in Preferences there should be a box you can tick to enable mono compatibility.
-
@Crystal-Audio Great ! Thanks !
-
@orange said in Mono versions of FX Plugins?:
@d-healey In some DAWs (such as Pro Tools, Logic Audio...etc) you can't insert a stereo out fx plugin on a mono channel directly.
Your plugin even will not be on the plugin list on a mono channel's insert slot, and you can't use your stereo out fx plugin. You must route this mono channel into a stereo bus, then after doing that you will be able to see & use your stereo out fx plugin. You can try it yourself with a HISE exported fx plugin in Logic Pro X...
That's why, fx plugin manufacturers allways include mono versions of their plugins as much as stereo versions. (Just look Waves, UAD..etc)
@orange Is this Solved using the support Mono Fx?
I read somewhere that you Confirmed That Just Ticking That Flag on Will do the Job...
Thanks For advice -
@orange Hi mate! How are you handling this nowadays? I checked the "Support Mono" but Logic still not seeing the plugins in mono channels. Any tip?
-
@hisefilo Hi mate.
Support Mono FX
works for FX plugins here.Have you enabled
Force Stereo Output
? If yes, this may affect the output to stereo. -
@orange Well! Finally working. Previous channel configuration of the plugin was cached by Logic Pro X somewhere (no AudioUnitsCache, nor preferences, nothing that I can find)
Changing the plugin name makes it work in Stereo/Dual mono as expected. Thanks mate!
BTW Faust working like a charm in this configuration. (I was expecting stereo Faust .dlls to do something weird in mono plugins) -
OKay so I have a client who wants a plugin in mono to work in Logic and PrFools.... can anyone point me in the (currently) right direction for getting this going?
I have a preferences set up like this:
and a routing like this:
Do I have to manually change this to something like:
Or should just renaming and recompiling the plugin work - 'cause I've tried that and its not working for me/him in ProFools....
Any directional help appreciated....
-
@Lindon you shouldn't have to rename the plugin - it uses the same plugin binary and should detect the channel count automatically.
You don't need to reroute anything, I think it will just call process with an empty right channel.
-
@Christoph-Hart said in Mono versions of FX Plugins?:
@Lindon you shouldn't have to rename the plugin - it uses the same plugin binary and should detect the channel count automatically.
You don't need to reroute anything, I think it will just call process with an empty right channel.
hmm, well he tells me its not working in ProTools and Logic(AU) and those DAWs wont allow the plugin to be loaded into a mono track....
-
@Lindon I could be wrong but I think there might be a preprocessor definition you need to add:
HI_SUPPORT_MONO_CHANNEL_LAYOUT
-
@d-healey said in Mono versions of FX Plugins?:
@Lindon I could be wrong but I think there might be a preprocessor definition you need to add:
HI_SUPPORT_MONO_CHANNEL_LAYOUT
so where am I putting this? in the "usual spot"?
-
@Lindon Ya
-
-
@Lindon Sounds right to me (I'm just guessing here about this whole thing)
-
HI_SUPPORT_MONO_CHANNEL_LAYOUT=1
has the same effect as if you tick the Support Mono FX box.Have you cleared the AU cache?
-
@Christoph-Hart said in Mono versions of FX Plugins?:
HI_SUPPORT_MONO_CHANNEL_LAYOUT=1
has the same effect as if you tick the Support Mono FX box.Have you cleared the AU cache?
I've asked him to do this...