HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Ben Catman
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 51
    • Groups 0

    Ben Catman

    @Ben Catman

    8
    Reputation
    11
    Profile views
    51
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Ben Catman Unfollow Follow

    Best posts made by Ben Catman

    • RE: WDF Model is not working in Faust

      @Lindon

      oh you were faster than me.

      @resonant
      PLEASE do not ask chatGPT - faust and ChatGPT is a NONO!!!

      :)

      posted in Faust Development
      B
      Ben Catman
    • RE: WDF Model is not working in Faust

      @resonant

      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 it

      Also 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

      Link Preview Image
      Designing Common-Cathode Triode Amplifiers

      Guitar amplifiers

      favicon

      (www.aikenamps.com)

      posted in Faust Development
      B
      Ben Catman
    • 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

      posted in General Questions
      B
      Ben Catman
    • 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

      posted in General Questions
      B
      Ben Catman
    • RE: Container with parallel effects

      @Lindon

      oh my god, i get it! Now thats embarassing. Thank you so much!!

      posted in General Questions
      B
      Ben Catman
    • RE: Audio / DSP - how to start

      @d-healey @Lindon @TNTHM

      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

      posted in General Questions
      B
      Ben Catman
    • RE: Retro 80s Tape Wow & Flutter with faust

      Good work ! 👏

      posted in Presets / Scripts / Ideas
      B
      Ben Catman

    Latest posts made by Ben Catman

    • RE: Neural Amp Modeler (NAM) in HISE

      @aaronventure

      🤞

      Wow, that would be SO awesome! Can provide you with some quite nice models then :)

      posted in General Questions
      B
      Ben Catman
    • 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!

      posted in General Questions
      B
      Ben Catman
    • RE: MIDI keyboard range script?

      @Lindon
      Got it, got it.

      Guys, you are AMAZING!

      Thx so much!!!!

      posted in General Questions
      B
      Ben Catman
    • RE: MIDI keyboard range script?

      @Lindon

      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?

      posted in General Questions
      B
      Ben Catman
    • 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

      posted in General Questions
      B
      Ben Catman
    • RE: Retro 80s Tape Wow & Flutter with faust

      Good work ! 👏

      posted in Presets / Scripts / Ideas
      B
      Ben Catman
    • RE: My first VST is built but it does not show in Ableton, why?

      @d-healey

      Btw i found out that for Cubase you need to set the vst3 category, otherwise it wont work.

      Cheers

      posted in General Questions
      B
      Ben Catman
    • RE: SNEX Shaper Sliders *SOLVED*

      @Lindon

      yep, i GUESS thats the problem. Kind of unstable, it seems, as sometimes it crashes hise. Anyways, SNEX is AWESOME!

      Thank you !

      posted in ScriptNode
      B
      Ben Catman
    • RE: SNEX Shaper Sliders *SOLVED*

      @Ben-Catman

      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?

      posted in ScriptNode
      B
      Ben Catman
    • RE: SNEX Shaper Sliders *SOLVED*

      @Lindon @orange

      Guys, everything works - thx so much for your kind help!!

      posted in ScriptNode
      B
      Ben Catman