HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • DanHD

      Branch Container - Bypass non-selected channels / chains?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      50 Views
      Christoph HartC

      docs:

      whatever value is set as Index parameter will cause the childnode at the respective position to be processed while leaving the other child nodes unprocessed.

      Link Preview Image HISE | ScriptNode | branch

      A container that allows selective processing of its child nodes

      favicon

      (docs.hise.audio)

    • YinxiY

      Questions about the Convolution node: predelay, hi-cut, and block size

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      1
      0 Votes
      1 Posts
      27 Views
      No one has replied
    • OrvillainO

      wet/dry template adds extra "attack" when inside a poly script fx network

      Watching Ignoring Scheduled Pinned Locked Moved Solved ScriptNode
      7
      0 Votes
      7 Posts
      144 Views
      YinxiY

      @Orvillain
      Oh ok, my bad then. Maybe it’s your sample that’s below 0dB, so it goes up and then drops back down. Anyway, glad it’s working for you now! 😊

    • Christoph HartC

      The big bug tier list

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      67
      8 Votes
      67 Posts
      19k Views
      HISEnbergH

      @Chazrox haha thanks it was just a small project for a class, now it’s just for running tests!

    • JulesVJ

      Can't reference inline function parameters in nested function body

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      15
      0 Votes
      15 Posts
      168 Views
      JulesVJ

      @d-healey Clever! Thank you!

    • VirtualVirginV

      Is there a guide for the SVG to path converter?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      0 Votes
      7 Posts
      139 Views
      C

      @d-healey They are now in the docs: https://docs.hise.audio/scripting/scripting-api/scriptpanel/index.html#setmousecursor

    • ChazroxC

      BYPASS Mac Security || sudo code?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      11
      0 Votes
      11 Posts
      174 Views
      ChazroxC

      @d-healey noted! Thank You! 🙏

    • HISEnbergH

      Floating Tile Keyboard - Possible to Rotate?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      9
      0 Votes
      9 Posts
      93 Views
      d.healeyD

      @HISEnberg Sure

      Ah you found it first :)

    • OrvillainO

      How I tell an instance of a ScriptSynth to load a particular DSP network?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      25
      0 Votes
      25 Posts
      556 Views
      Dan KorneffD

      @Christoph-Hart yup. But I really just wanna compile my C++ node with 60 parameters and toss it in a hardcoded FX 😀

    • CyberGenC

      Sliders not responding to "Consumed" MIDI CCs

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      21
      0 Votes
      21 Posts
      383 Views
      CyberGenC

      @d-healey @d-healey said in Sliders not responding to "Consumed" MIDI CCs:

      setCustomAutomation

      Now that I've had a bit more time, there are a number of hurdles with using this method.

      Issues Encountered

      MIDI Learn disappears
      The "MIDI Learn" option no longer appears in the right-click context menu of knobs — unless an automationId has been manually assigned in the Properties panel.

      automationId overrides control callbacks
      Assigning an automationId disables the knob's regular controlCallback, which is where most of my knob logic lives (e.g., updating processors, linked components, states, etc.).

      Workaround via automation callback
      You can attach a callback to a specific automation and call the original controlCallback logic from there — but this adds boilerplate and breaks modularity.

      Avoiding feedback loops crashes HISE
      Trying to assign a knob as the target of its own automation (to bypass issue #2) results in an infinite loop that crashes HISE.

      Controller numbers don’t carry over
      If you switch the automationId to a new target, the MIDI CC assignment doesn't carry over. It must be learned again manually — making it difficult to share CC control across multiple processors or targets.

      🤕

    • T

      How to use Macros/Tables with any parameter?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      1
      0 Votes
      1 Posts
      36 Views
      No one has replied
    • elemen8tE

      Automation Bug on Mac

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      2
      1 Votes
      2 Posts
      45 Views
      HISEnbergH

      @elemen8t Christoph is currently working on fixing this, there are other posts on the forum regarding it and which version of HISE to use.

      Link Preview Image The big bug tier list

      @Christoph-Hart excellent. I'll give it a try now.

      favicon

      Forum (forum.hise.audio)

    • DanHD

      Draw Custom filter Graph

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      88 Views
      HISEnbergH

      @DanH ah nice this will be useful for a current project I’m working on!

    • S

      New to HISE and trying to understand HISE's capability

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League wave playback sampler audio processo
      3
      0 Votes
      3 Posts
      89 Views
      S

      @musictop, thank you so much for your reply. I really appreciate it.

    • ChazroxC

      FORUM Gassed??

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      12
      0 Votes
      12 Posts
      422 Views
      ChazroxC

      @d-healey me too. Pages are also loading very sluggish if they load at all.

    • ChazroxC

      Global Variable stuck?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      7
      0 Votes
      7 Posts
      74 Views
      ChazroxC

      @d-healey Good to know! I have a bunch of 'consts' in my 'onNoteOn's. Im going to change them now and hope nothing breaks. Thank You! 🙏

    • VirtualVirginV

      How can I efficiently remove a key from an object?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      0 Votes
      7 Posts
      77 Views
      Christoph HartC

      @d-healey yeah something like JSON.delete(obj, key) is the easiest way, the delete syntax would require a real brain-twister with the current parser.

    • K

      Anyone here using ChatGPT to assist with scripting or instrument design?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      124 Views
      A

      @Christoph-Hart someone recently released a framework for adding your own data, training on it and adding it to an LLM, which is much better than RAG which is very dependent on context size/accuracy performance, currently the leader here is Gemini but it's only benchmarked on recall (like recalling stuff from a book).

      I'll see if I can find it.

      But ultimately for this to be super useful, HISE would need to be completely scriptable, and then an agentic tool with Context7 might be able to get you some results.

      Currently there's just no way around learning HISE.

    • L

      activate MidiOverlayPanel from code

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      32 Views
      rglidesR

      @lijas90 I think this thread could help you

      https://forum.hise.audio/topic/11218/making-button-flash-upon-mouseclick-and-midi-note/19?_=1737578349604
    • T

      Cannot Compile for MacOS in 2025

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      15
      0 Votes
      15 Posts
      215 Views
      d.healeyD

      @twelvsquid This came up just the other day - https://forum.hise.audio/topic/12909/how-to-sign-and-authenticate-vst-and-au-plug-ins-for-mac