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

    Posts

    Recent Best Controversial
    • RE: Scriptnode Bypass button/slider

      @d-healey

      thanks, please call me stupid but how can i control the soft bypass ?

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

      posted in ScriptNode
      B
      Ben Catman
    • RE: Compiling Error ***SOLVED***

      SOLVED

      I just opened an older version of Hise. My fault. I am so sorry 😊

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

      posted in General Questions
      B
      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
    • RE: SNEX Shaper Sliders *SOLVED*

      @Lindon
      OH i see,

      awesome, will try at home!
      Thank you all!

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

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

      posted in ScriptNode
      B
      Ben Catman