Audio into Hise
-
Can we pipe audio into Hise standalone? I know using Hise as an FX plugin would mean @Christoph-Hart has to essentially create a separate fork and keep updating it etc.
So instead is there a way to route audio into Hise to help with development....
-
@DanH said in Audio into Hise:
route audio into Hise to help with development....
Can't you use a sampler here?
-
@d-healey of course but for this project it's far better to be able to pipe it in freely
-
@DanH said in Audio into Hise:
of course but for this project it's far better to be able to pipe it in freely
Are you trying to respond to live input?
-
@d-healey potentially yes. Ultimately it's a pain to set up a synth or sampler - it's fine for basic testing of functionality but useless for actually testing effects as you ideally need multiple sound sources to hear what's happening. Obviously I just export an fx plugin but that's time consuming.
-
@DanH I think the best you can do for now is create a set of test wav files that contain all the different input options you'd like to test. Load those files into a sample, mapped to different notes, and then play back the ones you want when you need them.
-
@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 :)