Noob- Testing parametric Eq example in Reaper.
-
Do I then Point the Compiler setting to this scriptnode folder rather then the master ?
I guess my question is , do i ignore the master ?
Also I am on Win , what IDE do you recommend ? EDIT : Installing VS 2019.
Question : What components do i need to install that it offers in the install....so much stuff there ?
-
The branches on GitHub represent different development versions. If you click on the "Branches" button that lists all branches you can see which is the most recent by looking at the dates of the last update.
I have tutorials on YouTube for compiling HISE and also about using Git.
https://www.youtube.com/playlist?list=PLynv7CujPCfbH2OPE-cC5F4ZK-sVGkBwx
-
@d-healey Thanks , looking at your win build video , you suggest using VS 2017 , is it ok to use 2019 ?
-
@lalalandsynth As far as I know it has to be the 2017 version.
-
This post is deleted! -
@d-healey Thanks so much , built standalone and vst .
Still not getting any audio through the HISE VST. ? *Correction for clarity , it passes audio but has no effect .
Using the example Convolution Reverb , get no audio , Illegal call when it loops and when I play the keyboard .
-
Here is what happens , illegal call on loop and no audio. *Correction for clarity , it passes audio but has no effect .
Built the latest version , using as vst.
Dont know if some setting in Reaper could cause this ?
Standalone does not seem to process audio either.Could it be some sort or routing issue , input routed straight to output ?
EDIT: So I noticed that I exported as VSTi , now that is not going to work but could that be related to why it does not work in the HISE host ? That its acting as an VSTi when I load any of the examples ? Although that would not explain why it does not process as standalone.
Exporting Con verb as VST fx and testing again. -
UPDATE ! When I export as VST FX , it works !
However , still at the point where I get no processed audio from the HISE host , neither in Standalone or VST Host. -
@lalalandsynth Ah sorry I understand now... Well, how to say that... It's just normal behaviour...
Hise can't be used as an FX. It's only Instrument. It's impossible to read audio at the input, because there's no input...If you want to create FXs, you need to test the audio from within Hise, with a synth or a sampler for instance.
Having audio directly at the input has been asked, but it's apparently not a possible (easily possible) modification. -
@ustk OH ! that explains it , hehehe.