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 Fausthttps://www.aikenamps.com/index.php/designing-common-cathode-triode-amplifiers
-
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
Latest posts made by Ben Catman
-
RE: Neural Amp Modeler (NAM) in HISE
Wow, that would be SO awesome! Can provide you with some quite nice models then :)
-
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 -
RE: My first VST is built but it does not show in Ableton, why?
Btw i found out that for Cubase you need to set the vst3 category, otherwise it wont work.
Cheers
-
RE: SNEX Shaper Sliders *SOLVED*
yep, i GUESS thats the problem. Kind of unstable, it seems, as sometimes it crashes hise. Anyways, SNEX is AWESOME!
Thank you !
-
RE: SNEX Shaper Sliders *SOLVED*
ok, next question - i created the slider with "add parameter" and connected it in my script with :
template <int P> void setParameter(double v) { if (P == 1) // { gainValue = (float)v; } }
problem1: it was showing me in the shaper "preview" that changes to my function where happening, but the sound stayed the same.
then i restarted hise, and suddenly the slider was not working at all, and since then i cant connect it to my script at all. i checked if the ID is set correctly and everything. but i have NO IDEA what has happened ? can you pls help out once again?