Also see: https://github.com/christophhart/HISE/issues/619
Unfortunately at the moment any mod outs will be unavailable in the compiled version.
Posts
-
RE: do faust nodes only work as hardcoded in a compiled plugin?
-
RE: Gain Reduction Meter on a Faust compressor
Thanks, @sletz, I am aware of the
attach
primitive. The problem is that no metering signals are available in HISE when the dsp network is compiled. -
RE: Gain Reduction Meter on a Faust compressor
@aaronventure ok, thanks...
For me it's not about gain reduction, so I hope the first option for 'metering something else' will work. I have a lot of meters though... 20 to be precise... -
RE: FX Plugin with Faust
thanks @Mighty23 & @aaronventure !
Success
It seems to matter that:
- the original script node containing the faust dsp needs to be deleted, not just 'switched' off.
- in hardcodedMasterFX the scriptnode needs to be selected. (in the case above scrip_fx1, not 'minimalGain'.)
It's a bit tricky. Thanks a lot!
Moving on... ;) -
RE: Gain Reduction Meter on a Faust compressor
@aaronventure so I understand correctly: no workaround?
-
RE: FX Plugin with Faust
argh, I missed the 'save scriptnode' button
trying again...Screenshot 2025-01-03 at 17.17.36
-
RE: FX Plugin with Faust
Thank you so much!
Make the Scriptnode Compilation Enabled > Save the Scriptnode
is it in rightclick on script FX -> Allow compilation?
Compile the DSP network as a dll
No 'nodes to compile' are listed, but did it anyway.
Load the dll in a HardcodedMssterFX (missing?)
none selectableam I still missing something?
-
FX Plugin with Faust
Newbie question, probably...
I have a Faust DSP running in HISE Standalone, but when I compile an FX plugin, it just passes through the original audio (in Reaper, macOS arm).
What are the steps I need to do to make it run in the plugin?
- Hit compile DSP networks as dll
- restart HISE
- export as FX plugin
correct?
Thanks -
RE: Gain Reduction Meter on a Faust compressor
@Christoph-Hart How exactly would I access the 'mod output' of a vbargraph UI element?
My goal is to simply put a meter from my faust code on the interface.