HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Oli Ullmann
    3. Topics
    • Profile
    • Following 4
    • Followers 0
    • Topics 100
    • Posts 608
    • Groups 1

    Topics

    • Oli UllmannO

      Modulation does not work when processorID/parameterID is set dynamically.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      141 Views
      Oli UllmannO

      @Christoph-Hart
      Ok, ScriptNode is really fantastic! When you integrate custom nodes such as precompiled RNBO effects, the possibilities are truly endless! Thank you so much for bringing this to my attention! :-)

      One question I can't find the answer to:
      How can I switch nodes on and off from the UI?

      As far as I understand, I have to create a parameter with a range of 0-1, which I then connect to the node's power button. However, this doesn't work for me. Is there a trick to it? Simply connecting a cable between the parameter and the node's power button doesn't work.

      Many thanks,
      Oli

    • Oli UllmannO

      SlotFX.getParameterProperties() gives back undefined value

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      7
      0 Votes
      7 Posts
      134 Views
      Oli UllmannO

      @d-healey
      Great, thanks. I'll see if I can learn something... :-)

    • Oli UllmannO

      Range (min/max) of an attribute of an effect

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      12
      0 Votes
      12 Posts
      204 Views
      Oli UllmannO

      @d-healey
      That's right. Because with SlotFX.getCurrentEffect(), you always get the effect loaded in the slot. So you could also implement it in the effect class and still have access to the functionality from a slot.

      So I believe... :-)

    • Oli UllmannO

      RNBO and matrixModulator

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      7
      0 Votes
      7 Posts
      235 Views
      Oli UllmannO

      @Christoph-Hart
      Thanks for the tip! :-)
      I did it manually and it works great. Next time I'll use this! Thanks to you.

    • Oli UllmannO

      Not working: getMinValue() and getMaxValue()

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      20
      0 Votes
      20 Posts
      627 Views
      Oli UllmannO

      @Christoph-Hart
      Unfortunately, when I try to transfer this to my own project, it doesn't work. I get the following error code for the following line:

      g.drawAlignedText(Engine.getTextForValue(v[0], this.data.range.mode) + " - " + Engine.getTextForValue(v[1], this.data.range.mode), tb, "centred");

      API call with undefined parameter 0 {{SW50ZXJmYWNlfHw2MjR8MjR8MTA2}}

      Unfortunately, I can't figure out what the problem is.

      I created a slider and a panel with the same names and copied the code into my new project. Is there anything else I need to do?

      Even if I delete the panel in the snippet and add a new panel with the same name, it still doesn't work.

      I have the feeling that this.data.range is not defined.

    • Oli UllmannO

      Effects / Modules / Routing

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      7
      0 Votes
      7 Posts
      254 Views
      Oli UllmannO

      @Christoph-Hart

      Yes, that's a good starting point. Thanks! :-)

    • Oli UllmannO

      Build failed on Mac: last develop commit

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      264 Views
      Oli UllmannO

      @Christoph-Hart
      Thank you, the last commit fixed it! :-)

    • Oli UllmannO

      MatrixId disappeared for linked sliders

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      10
      0 Votes
      10 Posts
      2k Views
      Oli UllmannO

      @Christoph-Hart
      I just saw that you fixed it. Thanks very much! :-)
      I'll let you know if I encounter any problems.

    • Oli UllmannO

      HISE / WaveTableController -> Audio formats

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      533 Views
      Oli UllmannO

      @d-healey
      Okay, I'll try that too. Thanks. :-)

    • Oli UllmannO

      Flex Envelope Bug

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      1 Votes
      1 Posts
      290 Views
      No one has replied
    • Oli UllmannO

      Filter Display and Matrix Modulator - How does it work?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      8
      0 Votes
      8 Posts
      478 Views
      Oli UllmannO

      @Christoph-Hart
      Great to hear that! 😊

    • Oli UllmannO

      Table changedIndex -> How does it work?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      1
      0 Votes
      1 Posts
      69 Views
      No one has replied
    • Oli UllmannO

      WaveTableWaterfall -> Drag Position with mouse Snippet

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      2 Votes
      3 Posts
      806 Views
      Oli UllmannO

      @ustk
      Ah, I hadn't thought of that. Much better solution! Thanks! 😀

    • Oli UllmannO

      indexOf Bug?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      0 Votes
      7 Posts
      390 Views
      Oli UllmannO

      @ustk
      Great, I didn't think of that. Thank you very much! :-)

    • Oli UllmannO

      HISE as a 3D renderer

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      12
      4 Votes
      12 Posts
      848 Views
      dannytaurusD

      @d-healey That wasn't my experience at all. Search the internet for "GPT5 fails" and you'll see all the negative reactions.

      In my case it was very slow, showed way too much 'thinking' text, refused to execute terminal commands and had a much higher hallucination rate than previous GPT versions or Claude.

      Keep in mind, this wasn't with HISE. This was mainly in a Ruby on Rails app with ~30k LOC and a bunch of other much smaller projects. I haven't used AI for HISE at all yet, mainly because I don't think there's enough HISE code out there for it to give really useful answers.

      For casual stuff it might be fine, but for coding - and in particular in the Cursor IDE, it was horrible.

    • Oli UllmannO

      Matrix modulator for filter cutoff modulation

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      3
      0 Votes
      3 Posts
      142 Views
      Oli UllmannO

      @Christoph-Hart
      Great! Thanks for the snippet! :-)

    • Oli UllmannO

      Draggable Filter Panel - LAF not working correctly

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      0 Votes
      1 Posts
      73 Views
      No one has replied