HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. DobleDot23
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Groups 0

    DobleDot23

    @DobleDot23

    1
    Reputation
    1
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    DobleDot23 Unfollow Follow

    Best posts made by DobleDot23

    • RE: Compilation Error ;)

      @griffinboy great will try that thanks

      posted in General Questions
      D
      DobleDot23

    Latest posts made by DobleDot23

    • RE: Compilation Error ;)

      @d-healey

      posted in General Questions
      D
      DobleDot23
    • RE: Compilation Error ;)

      @griffinboy Hi I download everything again while following the instruction of the compilation video. but it still does the same thing. it closes and gives me a compilation error. its showing this error before I don't know if it is the cause of the problem.error.png

      posted in General Questions
      D
      DobleDot23
    • RE: Compilation Error ;)

      @griffinboy great will try that thanks

      posted in General Questions
      D
      DobleDot23
    • RE: Compilation Error ;)

      @d-healey sorry I might have missed that in the documentation. where can I find this part?

      posted in General Questions
      D
      DobleDot23
    • RE: Compilation Error ;)

      @d-healey I don't know if you mean from the git hub repo when you say from source. but yes I downloaded hise from the git hub. error.png

      posted in General Questions
      D
      DobleDot23
    • Compilation Error ;)

      I am trying to export my vst3 project but when I start the export process it closes and give me a compilation error,
      I checked the vst3 support box, I renamed the vst_sdk has VST3 SDK
      and I made sure I took it from the right website and its the right version. I don't really know what I am missing.

      posted in General Questions
      D
      DobleDot23
    • RE: Modify the attack of the sampler from a scripting knob call back

      @d-healey Thanks how do I reference the envelope in the script?

      posted in Scripting
      D
      DobleDot23
    • Modify the attack of the sampler from a scripting knob call back

      I've been looking a lot but I couldn't find a good answer. I think it has smt to do with

      const var sampler = Sampler.getSampler("SamplerName");
      sampler.setAttribute(Sampler.Attack, value);

      thats the chatgpt answer but it doesn't work lol.

      posted in Scripting
      D
      DobleDot23
    • setMouseDragCallback

      I am pretty new to hise. I am trying to make a slider using image with lines on an eq. by dragging the image line accross the spectrum. but I can't find anyway to drag an image. I saw the panel with dragging but it does give any option to drag only on the x axis and I can't seem to make the setDraggingBounds option to work. I tried using setMouseDragCallback option but the function doesn't seem to exist in the context of images. would really appreciate a hand thx.

      posted in Scripting
      D
      DobleDot23