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