• Notarisation help please!

    Solved
    21
    0 Votes
    21 Posts
    3k Views
    LindonL

    @JamesC ok well note the thread as a question, and then note it as Solved. So when people are looking they see the answer is in here...

  • Label onKeyPress

    5
    0 Votes
    5 Posts
    1k Views
    D

    @d-healey said in Label onKeyPress:

    updateEachKey

    Awesome, thanks so much!

  • MACOSX_DEPLOYMENT_TARGET Error

    2
    0 Votes
    2 Posts
    710 Views
    J

    Is it the setting actually in xcode then?

    Screenshot 2025-09-14 at 06.46.25.png

    Then build in xcode rather than in hise?

  • How to include the samples when building the plugin?

    20
    0 Votes
    20 Posts
    2k Views
    J

    @d-healey got it working!

  • Automated exporter script for MacOS Help

    5
    0 Votes
    5 Posts
    286 Views
    J

    @DanH cheers for that the AI heavily judged me for not quite having the correct type of certificate and I was able so far to successfully sign the things!

    @d-healey thanks for your advice of doing it manually first so everythigns in place solid as always!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Global 'showValuePopup' not working?

    Solved
    4
    0 Votes
    4 Posts
    987 Views
    M

    @MidiMinion i guess i was that stupid. thanks!

  • Expansion not working

    17
    0 Votes
    17 Posts
    1k Views
    D

    @d-healey 🤦 this was the problem, I was editing the XML file manually. It's working now.

    Thanks so much!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • resizable gui

    12
    0 Votes
    12 Posts
    1k Views
    AGD_A

    @d-healey it's works fine! Thank you David! I'm looking forward to your next course because now that I've finished the first one, I'm having a bit of trouble following the correct order to continue, even though I'm studying your videos, which are fantastic! Thank you so much.

  • How to duplucate LAF knob

    13
    0 Votes
    13 Posts
    1k Views
    AGD_A

    @d-healey yes I'm on Discord serve, thanks

  • Instrument groups AND round robins

    13
    0 Votes
    13 Posts
    1k Views
    D

    Makes sense. Thanks a lot @d-healey

  • New day, New Error!

    1
    0 Votes
    1 Posts
    312 Views
    No one has replied
  • Universal Binary Issues

    12
    0 Votes
    12 Posts
    1k Views
    d.healeyD

    @JamesC said in Universal Binary Issues:

    thanks for the advice as always will give that temp solution a try once the kids are asleep!

    Let me know if it works.

    You can't codesign a Mac plugin on Windows, you need to do it on macOS. You'll need a developer account, it's a bit of a fiddly process the first time you do it. There are a few guides on the forum that should come up in the search.

  • Understand what the error is saying what did I miss?

    11
    0 Votes
    11 Posts
    1k Views
    J

    Hey Guys just to give some updates to this, for sure an xcode issue, I pulled my old mac mini out (Sonoma 14.7.7) and compiled on that and had the same issues come up until I went back to xcode 15.0 and was able to get completed functional vst and au builds out!

    Cheers for all the help

  • Before I dive down another rabbit hole...a questions about slider packs!

    4
    0 Votes
    4 Posts
    523 Views
    J

    @Chazrox @Christoph-Hart guys thank you, as you've suggested this would be a much better solution.

  • Panel hover

    2
    0 Votes
    2 Posts
    477 Views
    d.healeyD

    @daniloprates You do the detection in the panel's mouse callback and set a value in the panel's data object. Then in the paint routine you can pickup that value to know if the mouse is over the panel or not.

  • Context to setPaintRoutine

    7
    0 Votes
    7 Posts
    719 Views
    Christoph HartC

    @daniloprates data is not a property that you can set through this call, but directly:

    for(i = 0; i < 5; i++) { var p = Content.addPanel("P"+i, i * 100, 0); p.data.index = i; p.setPaintRoutine(function(g) { g.setColour(Colours.white); g.drawAlignedText(this.data.index, this.getLocalBounds(0), "centred"); }); };
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    2 Views
  • Custom borderRadius? e.g. `[0, 0, 5, 5]`

    7
    0 Votes
    7 Posts
    407 Views
    rglidesR

    @Chazrox fr, gonna mess around a bit now

38

Online

2.1k

Users

12.9k

Topics

112.2k

Posts