Nice Faust Reverb and Delay?
-
Hey there, so i managed to build the Hise x Faust version today and got everything working. :)
I have heard that Faust has some nice reverbs and wanted to check for some examples.found one online: github.com/coreyker/KBVerb but could not get it to run, i guess it needs some libraries that i dont own.
Are there any reverbs/delays that run with the hise faust library or are there some example nodes planned within Hise x Faust?
-
@Straticah okay this one sounds just amazing! The ones i tested didnt work because it used the old Faust .lib system
this one works pretty good and has a nice shimmer to it! :)
https://faustdoc.grame.fr/examples/reverb/// Faust Source File: greyhole // Created with HISE on 2022-11-14 import("stdfaust.lib"); declare name "greyhole"; declare version "0.1"; declare author "GRAME"; declare description "Greyhole demo application."; import("stdfaust.lib"); process = dm.greyhole_demo;
-
@Straticah did you take a look at the Faust Web IDE?
You can try out a lot of examples there, most of them can just be copied and pasted into a HISE core.faust node.
-
I suggest having a look at : https://faust.grame.fr/community/made-with-faust/ where you can possibly find some interesting DSPs
. -
@toxonic the examples library is empty when I try here - what am I missing?
-
@DanH Yeah, i have sometimes trouble with the web IDE too, no examples, doesn't recognize my audio card, etc.
Just try hit F5 a couple of times to refresh the website, most of the time it worked for me