Forum
    • Categories
    • Register
    • Login
    1. Home
    2. ustk
    3. Posts
    • Profile
    • Following 0
    • Followers 15
    • Topics 469
    • Posts 6,013
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Runtime assertion of exported FX plugin

      @David-Healey A minimal (blank) project works.
      I'll try a minimal that uses the envelope as well and report

      posted in Bug Reports
      ustkU
      ustk
    • RE: Runtime assertion of exported FX plugin

      So it seems the problem comes from the envelope modulation

      posted in Bug Reports
      ustkU
      ustk
    • RE: Runtime assertion of exported FX plugin

      @David-Healey I tried for last one (well a few days back, before yesterday's new stuff) back to where JUCE submodule has been introduced because it's a pain to go further back...

      Something weird is that I'm on JUCE 6 but XCode says JUCE 8 in the message thread (screenshot)

      I'm editing the first post because AI gives more noise than needed...

      posted in Bug Reports
      ustkU
      ustk
    • Runtime assertion of exported FX plugin

      @Christoph-Hart I am hitting an assertion in JUCE setValueAndRampTime:

      Screenshot 2026-04-21 at 13.35.00.png

      The stack shows sampleRateToUse is -1

      Screenshot 2026-04-21 at 13.53.10.png

      Screenshot 2026-04-21 at 13.53.35.png

      posted in Bug Reports
      ustkU
      ustk
    • RE: Recent commit to Processor.cpp breaking old project

      @David-Healey No idea, it's an absolute coincidence that I'm working on this today...

      posted in Bug Reports
      ustkU
      ustk
    • RE: Table "Not assigned" warning

      @David-Healey This makes sense! It would need a safety then at least not to confuse the user. That's for the module itself, but do you think the Y value in the popup is related to the same issue? I would just expect to get a normalised value...

      posted in General Questions
      ustkU
      ustk
    • RE: Recent commit to Processor.cpp breaking old project

      @David-Healey @Christoph-Hart Could the fact that not having the MIDI Learn button available as parameter be related?

      Screenshot 2026-04-16 at 12.37.41.png

      posted in Bug Reports
      ustkU
      ustk
    • RE: Table "Not assigned" warning

      @David-Healey Oh yes that's what I meant, it gets rid of the popup and I'm good with it, but what's behind the scene? What's the reason for "not assigned" in the first place?

      posted in General Questions
      ustkU
      ustk
    • RE: Table "Not assigned" warning

      @David-Healey This does not resolve the "not assigned" notification but at least it makes me feel better to just remove the popup entirely as it's not really needed here... so 👍

      posted in General Questions
      ustkU
      ustk
    • RE: Table "Not assigned" warning

      @Lindon And it's not even an instrument 😁

      posted in General Questions
      ustkU
      ustk
    • RE: Outside the interface

      @ulrik I’m afraid panels and contextual menus are complete different beasts. Since child panels are still panels, this would mean any component could draw outside the main window which would be weird…

      I think you need to somehow constrain your design within the window’s boundaries.

      posted in Scripting
      ustkU
      ustk
    • MidiLearnPanel, not CSSable yet?

      As in title?

      posted in Feature Requests
      ustkU
      ustk
    • RE: Table "Not assigned" warning

      Oups.. forgot the screenshot...

      posted in General Questions
      ustkU
      ustk
    • Table "Not assigned" warning

      I have a Not assigned warning with my tables.
      As you can see, it is in the modulators as well (all my modulators, not only MPE)

      • Why and how to get rid of this?
      • Are the two related?

      Those modulators are meant to be used with the Matrix Modulation system, so that might be the reason but who knows...

      gclfo.gif

      posted in General Questions
      ustkU
      ustk
    • RE: Plotter Text

      @David-Healey @DanH In fact it's not something that problematic because it can be LAFed easily.
      It's just the annoying message "Not Assigned" that I can't get rid of, so I just make it transparent, but I feel like it's a hack and it should be cleaner...

      posted in General Questions
      ustkU
      ustk
    • RE: Plotter Text

      So 3 years later... Is there anyone using a plotter successfully? (I mean, as stock component without code modifications...)
      Or should I stick an AI agent onto the problem?

      As for the paint issue, the solution is to drawAnalyserBackground and drawAnalyserPath

      posted in General Questions
      ustkU
      ustk
    • RE: 7-Band EQ - FilterDisplay not updating visually from script (SVF EQ + scriptnode)

      @the-red_1 You actually need to use the ScriptFX as filter display source

      • Add new external filter display by clicking the bottom right icon
      • Set all the filters in your graph to the same external filter in order to get an additive curve
      • Connect the floating tile to it and set the Index to the first external filter (#1 => 0)

      Screenshot 2026-04-03 at 16.59.27.png

      Screenshot 2026-04-03 at 17.00.03.png

      posted in AI discussion
      ustkU
      ustk
    • RE: What version of Xcode to use to compile HISE

      @Naledi-Leotlela You can use v26.x

      posted in Newbie League
      ustkU
      ustk