HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Dark Boubou
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 21
    • Posts 87
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: placing preset list/output meter. samplemap and compressor?'s

      XD
      Just do 'File' -> 5th item 'Replace with clipboard content' and here you go :D

      posted in General Questions
      Dark BoubouD
      Dark Boubou
    • RE: placing preset list/output meter. samplemap and compressor?'s

      And if you want a preset navigator, it's not a combobox you have to use :D

      posted in General Questions
      Dark BoubouD
      Dark Boubou
    • A simple delete function?

      Hum... Is there no way to delete simply a knob we added?
      I have a lot of functions linked to knobs, I want removes knobs to change functions.
      This is really labourious to try recognize what belongs to what. It shows me tons of error messages, it gets me really angry.
      I guess you have added a function.
      Where is it?

      posted in General Questions
      Dark BoubouD
      Dark Boubou
    • RE: Need help with sampler...

      Thank you so muck D.Healey!

      posted in General Questions
      Dark BoubouD
      Dark Boubou
    • RE: There's a snake in my flute!

      omg bravo D.Healey!

      posted in Scripting
      Dark BoubouD
      Dark Boubou
    • RE: Example of how to control modulator intensity

      This works too :)

      OnInit:

      const var knbPitch = Content.addKnob("pitch", 32, 0);
      knbPitch.setRange(-12, 12, 1);
      const var pitchMod = Synth.getModulator("Pitch Wheel Modulator");
      

      OnControl:

      case knbPitch: 
      	    
      	    pitchMod.setIntensity(value);
      
      posted in Scripting
      Dark BoubouD
      Dark Boubou
    • RE: Example of how to control modulator intensity

      :D Thanks!

      posted in Scripting
      Dark BoubouD
      Dark Boubou
    • RE: Enter data address in item (combobox)

      Ah :) Problem solved! (Thanks D.Healey ^^ )

      posted in Scripting
      Dark BoubouD
      Dark Boubou
    • RE: Some indications to make small popup

      Thank you so much Christoph!
      Just have to adapt it now! Thank you thank you thank you! :)

      posted in Scripting
      Dark BoubouD
      Dark Boubou