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

    Posts

    Recent Best Controversial
    • RE: AAX Build on MacOS

      @David-Healey Well so an SDK downgrade would be the best thing to test, at least to see if the process is the good one

      posted in General Questions
      ustkU
      ustk
    • RE: AAX Build on MacOS

      @Lindon I guess you meant 2.8.0...

      Can your mac support a more recent OS?

      Can you try downgrading the SDK?

      posted in General Questions
      ustkU
      ustk
    • RE: Show default preset name on first launch

      @dannytaurus Oh nice one! 👍

      posted in General Questions
      ustkU
      ustk
    • RE: New Release - RustEQ le bleu

      @resonant Thanks! Yes that was one of the ideas with extended parameter ranges compared to original Pultec.
      One of the most interesting modulation is the envelope, which is nice when you want to tame the loudest parts or on the contrary to make them crunchier.

      posted in General Questions
      ustkU
      ustk
    • RE: AAX Build on MacOS

      @Lindon Perhaps because I filtered with the search bar...

      Yup this xcode project:

      Screenshot 2026-06-22 at 17.51.16.png

      posted in General Questions
      ustkU
      ustk
    • RE: AAX Build on MacOS

      @ustk I've built both architectures:

      Screenshot 2026-06-22 at 14.53.15.png

      posted in General Questions
      ustkU
      ustk
    • RE: AAX Build on MacOS

      @Lindon Perhaps a version compatibility issue, I'm running 2.6.1 without any issue.

      posted in General Questions
      ustkU
      ustk
    • RE: Is the HISE REST server ready for use?

      @Chazrox Claude can self install/link with hise. It analyses the REST API and the CLI structure of Hise and can pul git, install, link, test, until ready for running...
      That being said, it's always better to understand what it does...

      posted in AI discussion
      ustkU
      ustk
    • New Release - RustEQ le bleu

      The new one is finally here :)

      RustEQ_lebleu.png

      https://www.studio427audio.com/product-rust-eq-le-bleu-vst-plugin/

      posted in General Questions
      ustkU
      ustk
    • RE: Is the HISE REST server ready for use?

      @dannytaurus Yeah for all those DSP stuff and for creating presets as well.

      modvalue.gif

      The panel transition was existing way before I used Claude but I was lacking the reordering menu, they were just simple buttons.

      posted in AI discussion
      ustkU
      ustk
    • RE: Is the HISE REST server ready for use?

      @David-Healey

      • For annoying and long tasks on the UI for instance. I've just made a re-ordering panel that is nice and smooth.
      • For helping me to improve DSP too, and to catch issues I haven't anticipated.
      • Sketch new designs quickly
      • ...
      posted in AI discussion
      ustkU
      ustk
    • RE: Is the HISE REST server ready for use?

      I was doing the same through the REST API, but without having bugs though...
      I switched to the CLI as well 👍

      posted in AI discussion
      ustkU
      ustk
    • RE: Is the CSS debugger gone?

      @David-Healey That's where I use it (the blank part above it the bottom of my property editor)
      But it's now back, I just needed to remove it and re-insert, probably a compromised window XML...

      posted in Bug Reports
      ustkU
      ustk
    • Is the CSS debugger gone?

      As the title say:

      Screenshot 2026-06-21 at 17.36.43.png

      posted in Bug Reports
      ustkU
      ustk
    • RE: Mask does not scale properly on HiDPI or Retina display

      @Chazrox I thought I fixed it about 2 weeks ago. It was a line that was already there so I simply uncommented it and it was working nicely in Hise. But I suspected it made my plugin unstable/causing crash, so I just went back a step.

      I'm not 100% sure it was the real cause, but since the line was commented, I think @Christoph-Hart had a good reason...

      posted in Bug Reports
      ustkU
      ustk
    • RE: Automatic license file placement, like user presets

      Why not just verify if it's on the disk or not and pull it from the server?
      Assuming plugins are connect to the internet for your license system in the first place...

      EDIT: or even simpler, pull it at the same time you pull the plugin's license...

      posted in General Questions
      ustkU
      ustk
    • RE: Couple of handy (free) Mac apps for checking code signs and notarisation

      @Lindon Yup that's because it needs to be thought more as "container" rather than strictly "installer". PKG or ZIP are containers so -> notarisation

      posted in General Questions
      ustkU
      ustk
    • RE: MIDI Learn improvement

      4 over 4, that's enough stats for me 😎

      posted in General Questions
      ustkU
      ustk
    • RE: MIDI Learn improvement

      @David-Healey yup me too, I will just hold this a wee bit if somebody sees it differently

      posted in General Questions
      ustkU
      ustk
    • MIDI Learn improvement

      Currently, when we enable midi learn from right-click -> Learn MIDI CC, we can actually learn multiple CCs (the last one isn't replaced as it is reflected in the MIDI learn panel).

      In the dropdown, only the last one is showing, but all previous CCs are still functional until you remove the last CC. Then they all disappear at once.

      So something is off. Should we able to only learn/assign ONLY one CC, or should we keep the multi-CC capability and reflect this in the dropdown menu as well?

      To me, there's no point in having multiple CCs for one slider, because you get jumping values as soon as you touch a different controller... But, that's just me...

      I am in the middle of making a PR for this, so I'd need your opinion guys 😉

      SOLUTIONS:

      1. Keep only one:
      • Easy, just replace the last attributed CC with the new one
      1. Keep multiple:
      • I would then:
        -> Tick them all in the Assign MIDI CC sub-menu
        -> Expose all "Remove CC#"
        -> Add a "Remove All CC"
      posted in General Questions
      ustkU
      ustk