HISE Logo Forum
    • Categories
    • Register
    • Login
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • A

      7 days 11 sport preview: Eco-friendly Bay Packers at Chicago Bears

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      1
      0 Votes
      1 Posts
      2 Views
      No one has replied
    • A

      Buccaneers vs Falcons hursday Night time Footballsport opt for and open up thread

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      1
      0 Votes
      1 Posts
      1 Views
      No one has replied
    • A

      Dallas Cowboys DT Osa Odighizuwa expects significant factors in just deal year with staff

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

      Is there a way to bypass a single SNEX Shaper node in ScriptFX1 while keeping other nodes active?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      5 Views
      d.healeyD

      @Taihongcraft But the node within a soft bypass node

    • ulrikU

      Stretch player node

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      1
      0 Votes
      1 Posts
      23 Views
      No one has replied
    • ChazroxC

      Background Task || Help me understand this please.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      9
      0 Votes
      9 Posts
      92 Views
      ChazroxC

      @ustk aaahhhh here you go! haha. I gotta see this...brb.

    • R

      Control velocity from each incoming midi note with a Knob / Slider?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      0 Votes
      7 Posts
      58 Views
      d.healeyD

      @Rognvald You can put it all in the interface MIDI processor if you want to keep things simple - just avoid doing any UI stuff in the MIDI callbacks.

      // This sort of thing should be avoided in a non-deferred script. Buttons[index].setValue(true); Buttons[index].changed();

      However the ideal situation is you separate UI logic from MIDI processing by using separate processors for individual tasks.

      You can add the velocity code I described above alongside your current script.

      Those reg variables you have should most likely be const. Rule of thumb is if the values are fixed (or it's an array or object) use a const. If the value is going to be dynamic then use a reg.

    • dannytaurusD

      Quick performance question

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      36 Views
      d.healeyD

      @dannytaurus said in Quick performance question:

      but say I had 100 wavetables that the user can choose between.

      At this scale I think there will be significant overhead for all the extra modules, and it will be more logistically complex from a scripting point of view. I would try to use as few modules as possible.

    • ChazroxC

      BackgroundTask.setFinishedCallback() || How to get status....

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      1
      0 Votes
      1 Posts
      18 Views
      No one has replied
    • iamlampreyI

      Ableton Automation can't do math?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      77 Views
      ChazroxC

      @iamlamprey Looks like the value is being normalized somewhere.

    • CatABCC

      How can I make KeySwitch trigger only once?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      48 Views
      d.healeyD

      @CatABC Is it necessary to repeat the KS code in the two separate scripts? Can it not work with a single key switch script and a couple of MIDI muters? That might simplify things.

    • T

      SNEX Distortion parameter not responding to ScriptFX knob connection

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      83 Views
      T

      @ustk
      Thanks for your help. I set the AllowCompilation flag in the DSP Network’s properties, compiled the network, and exported the DLL. The effect now works — but I’m still getting the prompt:
      “You don’t need to wrap the root node. Just tick the AllowCompilation flag in the properties, save this network and export the DLL.”

      Do you know why the prompt keeps appearing even after I’ve done that?
      I appreciate any guidance.
      Thanks again!

      Best,

      Capture d'écran 2025-11-08 013223.png Capture d'écran 2025-11-08 014654.png Capture d'écran 2025-11-08 175324.png

    • ustkU

      Modulation Matrix issues and improvements

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      5
      2 Votes
      5 Posts
      211 Views
      dannytaurusD

      @ustk Awesome! 😂

    • D

      Unlocker - How to use?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      107 Views
      ustkU

      @Dan-Korneff Did the same, seems robust enough 👍

    • dannytaurusD

      TooltipPanel new Fade and ShowIcon data properties (PR help please!)

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      7
      0 Votes
      7 Posts
      111 Views
      dannytaurusD

      @ustk Thanks for the pointer. I added another commit other than the PR to ensure the new props are shown in the Data section of the UI.

    • ChazroxC

      Syntax Error ?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      5
      0 Votes
      5 Posts
      68 Views
      ChazroxC

      @Lindon I havent gotten that one much before. I get whats happening now. 🙏

    • dannytaurusD

      Randomise start point of LFO Modulator?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      63 Views
      dannytaurusD

      @Oli-Ullmann By "free-running" I mean not reset on NoteOn events. And yeah, I found the IgnoreNoteOn parameter right after my last post 😂

      Thanks anyway! 🙌

    • ChazroxC

      Setting ControlCallback w/ Loops ?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      17
      0 Votes
      17 Posts
      146 Views
      Oli UllmannO

      @d-healey
      Yes, that's right! Thanks for the tip! :-)

    • OrvillainO

      User presets not showing up in exported plugin

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      115 Views
      d.healeyD

      @Orvillain Have you enabled the global app data folder on MacOS in project preferences?

    • LindonL

      Setting slider pack value at position(index) when its in a ScriptProcessor....

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      73 Views
      LindonL

      @d-healey thanks. I ended up going back to Globals and FixObjectArrays as Im actually using values all over the place...., it makes me shiver a bit but hey .....