Faust lib
-
@udalilprofile did you build the "HISE with faust" version of HISE?
-
@Lindon yes
-
-
@udalilprofile then if you open a scriptnode network you should eb able to add a core.faust node, in the menu on the right (the dots) you should be able to >Create New File, enter a name and you should then see in the code editor where you can place your Faust code.
-
-
@udalilprofile so you have a number of errors in your faust code - try it in the Web IDE and see if you can make it work there....
-
@udalilprofile I think the compressors library is possibly a part of the standard faust library. Did you try including
import("stdfaust.lib");
at the top of the script? -
@HISEnberg said in Faust lib:
@udalilprofile I think the compressors library is possibly a part of the standard faust library. Did you try including
import("stdfaust.lib");
at the top of the script?the OP hasn't even included any values for the params - by setting up sliders etc. so it's never going to work...
-
@Lindon This will work. It works online, I marked in the picture that additional libs are loaded in IDE online. I can't figure out how to load them in HISE)
-
1: your picture is un readable - so I have no idea what the error actually is
2. You will need to provide some sort of value set for the parameters you are using - and from what I can see of your code - you havent done that.