Audio into Hise
-
@d-healey There's some input option I recall, but no idea if that ever worked, or if it was for standalone only...
Ok seems I've been here before
https://forum.hise.audio/topic/7069/audio-inputs-aren-t-working-anymore/21?_=1717748508872
@ustk did this ever get solved?
-
@DanH You can compile HISE with
HISE_BACKEND_AS_FX=1
, then it's an audio effect. -
@Christoph-Hart That would help for sure.... I saw @aaronventure say that Faust isn't available this way however?
-
@DanH it's not in the plugin projucer configuration file, but if you copy the faust related settings from the standalone it should work.
-
@Christoph-Hart thanks :)
Trying this on OSX without Faust for now.... Still only appears as a vsti in Ableton, and not at all in Logic.
Do my Projucer settings look ok?
-
@DanH I think you need to click on the cogwheel in the Projucer and set the plugin type in there too, the flag is just telling the HISE code how to behave.
-
@Christoph-Hart cool will report back!
-
@Christoph-Hart ok these settings have worked for au, will try vst3 later on...
-
@Christoph-Hart ok trying this with Faust.... Getting errors. Just want to check my Projucer settings are correct?
-
@DanH It's missing the Faust library to link. Copy over the fields from the HISE Standalone configuration here too:
especially the Extra Linker Flags and the External Libraries to Link.
-
@Christoph-Hart oh whoops! Thanks :)