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: 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?
-
RE: SNEX Shaper Sliders *SOLVED*
@Lindon
OH i see,awesome, will try at home!
Thank you all! -
RE: SNEX Shaper Sliders *SOLVED*
@orange
thx, so for me, as i am a bit slow, for starters i wanted to say KNOB , not button, but anyways..can you point me into the right directs - i have compiled my node and use it as hardcoded effect - but how can i expose my values that i want to change ? for example: i have defined float inputGain = 0.0f - how can i expose this value to hise ?
thank you so much
ben -
SNEX Shaper Sliders *SOLVED*
Hi there,
once again with a noob question (sorry sorry) :As i have had quite some success implementing some FAUST DSP algos in Hise, i wanted to take it a step further and do some waveshaping in snex. Code compiles fine, but what i dont get is :
how can i implement a simple button ?
In Faust node, a button simply will be added when i define a variable "gain" and use it in my function. This does not seem to happen in snex.
Would you be so kind and help me (once again)?
Btw i am so happy that you guys offer your help. Thank you !!
-
RE: Beginner: External cpp to Hise
You are right, so i doubt it tbh :)
Anyways i will stick to my roots and work on my synthesizer which goes pretty well, including faust dspThx so much haha..
-
RE: Beginner: External cpp to Hise
a i see. so i just create an empty project , third party c++ (which i have never done before tbh) node and export that as dll .. i will give that a try NOW haha
thx