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

    Topics

    • Oli UllmannO

      HISE as a 3D renderer

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      12
      4 Votes
      12 Posts
      247 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
      34 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
      30 Views
      No one has replied
    • Oli UllmannO

      Flex Envelope - obj.active does not work

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

      Modulation Mode automatically set to “Scale”

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      4
      0 Votes
      4 Posts
      124 Views
      Oli UllmannO

      @Christoph-Hart
      Okay, I got it. I had to name the Matrix Modulator according to the matrixTargetId of my slider. Then it works...

    • Oli UllmannO

      Matrix Modulator - Advantages?

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

      @Christoph-Hart
      If I don't connect the “value” parameter of the Matrix Modulator via the ‘processorId’ and “parameterId” of the Property Editor, but instead control the value via the callback function of the slider, is the modulation still sample accurate and polyphonic, or do I have to establish the connection via the Property Editor?

    • Oli UllmannO

      Click and pop sounds

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      6
      0 Votes
      6 Posts
      258 Views
      Oli UllmannO

      @Christoph-Hart
      All right. Thanks for the explanation! :-)

    • Oli UllmannO

      Deferral of included scripts

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      3
      0 Votes
      3 Posts
      292 Views
      Oli UllmannO

      @Christoph-Hart
      Thank you! :-)

    • Oli UllmannO

      Table.setContentCallback -> What happened?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      11
      0 Votes
      11 Posts
      877 Views
      Oli UllmannO

      @d-healey
      I got it. Thank you! :-)

    • Oli UllmannO

      Start timer based on the values of the buttons in an array

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      13
      0 Votes
      13 Posts
      994 Views
      Oli UllmannO

      @d-healey
      Yes, that's a great topic for a video! If I had known this earlier, it would have saved me a lot of time and programming effort.

    • Oli UllmannO

      Maximum number of sliders in SliderPack

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      13
      0 Votes
      13 Posts
      1k Views
      d.healeyD

      @Oli-Ullmann said in Maximum number of sliders in SliderPack:

      Why do you ask?

      Just curious 😀

    • Oli UllmannO

      Save module settings

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      6
      0 Votes
      6 Posts
      138 Views
      Oli UllmannO

      @d-healey
      Yeah, that was my idea too. Great, thanks to you! :-)

    • Oli UllmannO

      add/remove modulators in compiled plug-in

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      3
      0 Votes
      3 Posts
      231 Views
      Oli UllmannO

      @d-healey
      That's what I thought. Thank you very much for your answer.

    • Oli UllmannO

      How many lines were written?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      9
      0 Votes
      9 Posts
      460 Views
      A

      @Oli-Ullmann yes but the Graphics method takes in your current font for accurate string width

    • Oli UllmannO

      Delayed broadcaster fires twice

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      11
      1 Votes
      11 Posts
      458 Views
      ustkU

      @d-healey @orange Interesting, the zoom handle I was using is crashing a lot too so I removed it... I'll study and try that implementation, thanks, Dave! ☺

    • Oli UllmannO

      Slider from additional script not saved in preset

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      3
      0 Votes
      3 Posts
      78 Views
      Oli UllmannO

      @d-healey
      Good to know. Thank you @d-healey ! 😊

    • Oli UllmannO

      Engine.loadFontAs

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

      @d-healey
      Thanks to you. I have not tried that. But now I have found the font. :-)

    • Oli UllmannO

      "contains" as part of a switch statement

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      100 Views
      Christoph HartC

      @Oli-Ullmann obj.text

    • Oli UllmannO

      ViewPort view position y

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      224 Views
      Oli UllmannO

      @HISEnberg
      Thanks for the suggestion! :-)
      I had to open a panel anyway to display the ViewPort. I opened the panel using a button. In the button callback, I then always set the ViewPort to the correct position. That solved the problem for me.