Making fx plugins mono compatible from Juce?
-
Is it possible to modify auto generated juce project manually, in order to make HISE exported fx plugins mono channel compatible? @Christoph-Hart @d-healey @remarkablex
-
If we modify Plugin Channel Configuration from {2,2} to {1,1} would it be a healty way to make the plugin mono?
-
@orange Try it and tell me what happens :)
-
@d-healey This picture is old JUCE versions'. In the latest version I've couldn't find this property :/
-
@Christoph-Hart How can we make {1,1} to make "mono in - mono out" the plugin in JUCE?
-
It's unfortunately not that easy. JUCE changed this to use the new BusLayout system and it has to be done on C++ level now.
I am pretty hesitant to fix this as it may be possible that it breaks something on one of the lesser tested platforms (eg. AAX is behaving terribly). But feel free to hack around in the codebase, the interesting file is this here:
File not found · christophhart/HISE
The open source framework for sample based instruments - File not found · christophhart/HISE
GitHub (github.com)
-
@christoph-hart Thank you so much.
So should I modify it before exporting plugin?
I've found this, should I modify it like this: https://github.com/kusuri/JuceTutorial/wiki/Plugin-Channel-Configuration