Best posts made by Ben Catman
-
RE: WDF Model is not working in Faust posted in Faust Development
-
RE: WDF Model is not working in Faust
check this https://faustlibraries.grame.fr/libs/#wdmodels
As far as i can see there is no such thing as wd.WDFTriode.
Btw i highly suggest to do some tutorials. you can simply state a thing like
input_hp = highpass(...) - there is quite a bit more to itAlso your model like you intend to code it would not work as there is so much more to this topic than simply sending a signal thru a triode. You might check out some basics here as well :)
Best Ben
Links:
https://www.youtube.com/watch?v=VwoPt3h7DWM - on wdModels
https://www.youtube.com/watch?v=hDkur8zOcv0&t=5545s - on Faust -
Bug in Synth group "Spread" ?
Hey guys,
recently i was working on my new Synth, and i came across an interesting thing:
When i open the Synthesizer Group Container and adjust the amount of voices and spread , everything works as expected. As soon as i CLOSE the SG Container the spread amount resets to 0 % ?Any ideas ?
Best Ben
-
RE: Faust waveshaper
i tried it myself and with my solution above the waveshaper works, but not the filter. sorry , i am quite sick , so i cant check it on my pc yet
-
RE: Container with parallel effects
oh my god, i get it! Now thats embarassing. Thank you so much!!
-
RE: Audio / DSP - how to start
Guys thank you so much, OF COURSE, i did compile it as instrument first, and then , when compiling it as FX i forgot to enable vst3 support. Now its running , and i can take a deeper dive into this ! Thank you thank you thank you
-
RE: Compiling Error ***SOLVED***
SOLVED
I just opened an older version of Hise. My fault. I am so sorry
Latest posts made by Ben Catman
-
RE: Scriptnode Bypass button/slider
thanks, please call me stupid but how can i control the soft bypass ?
-
Scriptnode Bypass button/slider
Hey guys, i am implementing my 3 waveshaper algos in snex, and now i was wondering how i can manage to set them bypassed seperatly and control this via a knob or slider in scriptnode parameters. I want to compile the dll and then be able to bypass them seperatly in hardcoded master fx .
Thank you so much
Ben -
RE: Compiling Error ***SOLVED***
SOLVED
I just opened an older version of Hise. My fault. I am so sorry
-
Compiling Error ***SOLVED***
Hey guys, i have compiled quite a few FX VST3s within the last year, but i encountered a strange thing today: When compiling a new Plugin i get the error :
Error when saving: Can't open resource file:C:\Hise\MidSideVocals\Binaries\Source\Images\balanceKnob_200.png
It is a completely empty project and i cant figure out what has happened. Do you have any ideas what i am doing wrong ?
Thank you so much
Ben -
RE: Neural Amp Modeler (NAM) in HISE
Any new with Neural Amp Modeler in Hise ? I have started training models on my excessive collection of guitar pedals, and i postulate - there is little to none difference. It is just awesome!
-
RE: MIDI keyboard range script?
so you mean i move everything, including the oninit part to the script processor? because in the script processor it cant get my slider value. so how can i cross reference that?
-
RE: MIDI keyboard range script?
Guys sorry for reviving this old topic,
I have two Sampler, and one Synth Group, and with the script above i can set the note range for all of them. No problem here - but how can i control my samplers seperately. So that i can set a range for Sampler1, 2 and my Synth Group?
Thanks so much
best
Ben