Set plugins to default to wet=100% when instance is opened on bus
-
In Logic, some fx plugins will default to wet=100% (dry=0%) when an instance is opened on an aux bus. This is convenient for things such as reverb and delay, because most of the time when I use them on an aux bus I want just the wet signal to mix into the dry. Is there a way to get my hise plugins to do this?
-
@Eskano The plugins are opened in the same state they have been compiled/exported
So make your settings before exporting and you're all good -
@ustk Yes, I understand that they are opened in the same state as exported in. I'm looking to have two states. One dependent on an instance opened on a track (wet=0%) and one when an instance is opened on a bus (wet=100%). Is there any way you know of for the plugin to check if it's being opened on a track or a bus?
-
@Eskano this seems unlikely - Each DAW would need to provide some sort of API that HISE could call to get the information - I know of no such call - always happy to be corrected.
-
@Lindon Since some stock plugins are able to access that API shouldn't hise plugins be able to access it too?
Or is there something different for stock DAW plugins because they can have, for lack of better terminology, "admin access" to more of the DAW's functionality since they're made by the DAW's developer?
-
Are the stock plugins VST/AU?
-
@d-healey They should be, yes.
-
@Eskano Stock plugins probably have a specific implementation
Have you come across third party plugins that do what you want?
If it's the case, it might be possible with some C++ wizardry… -
@ustk That makes sense. I haven't noticed it with third party plugins.
-
Could you make 2 versions of the plugin? Like plugin(aux) and plugin(insert)
Or maybe just make a button on the interface to set the functionality