• Expansion not working

    17
    0 Votes
    17 Posts
    89 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
    167 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
    531 Views
    AGD_A

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

  • Instrument groups AND round robins

    13
    0 Votes
    13 Posts
    113 Views
    D

    Makes sense. Thanks a lot @d-healey

  • New day, New Error!

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

    12
    0 Votes
    12 Posts
    340 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
    359 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
    110 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
    75 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
    122 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
    99 Views
    rglidesR

    @Chazrox fr, gonna mess around a bit now

  • HISE crashes when using AudioPlayers

    5
    0 Votes
    5 Posts
    111 Views
    D

    @d-healey I'll give it a go. Will also try to lower the sample rates from 192, as well

  • How to disable color interpolation on the GUI?

    4
    0 Votes
    4 Posts
    102 Views
    ustkU

    @Septic-Dolphin Perhaps SVG if it fits your workflow, it would give a better result...

  • Mac Os Export confusion

    16
    0 Votes
    16 Posts
    362 Views
    J

    @JamesC So it seems in PROJUCER the mac message about paths that has come up a fair bit may have been in the issue, rather than pressing ignore as many of the froum posts suggested I manually pointed things to what it already said and was able to export an AU version this morning!

    Thanks for advice yesterday

  • Issues with Sampler

    5
    0 Votes
    5 Posts
    117 Views
    J

    @JamesC @d-healey as predicted I missed a step, thanks so much for the videos that you have put out there, should have started with them!

  • Dynamically choosing the Send Container on a Send Effect

    9
    0 Votes
    9 Posts
    184 Views
    D

    @d-healey worked like a charm. Many thanks!

  • Others not able to use compiled VST

    13
    0 Votes
    13 Posts
    474 Views
    R

    @d-healey Finally got it to work---I swapped from filters.convolution to the separate Convolution Reverb and used the script in the documentation for loading a single .wav file. Worked on my end, sent it to someone else and it works on his end. Very glad to have gotten this all fixed now, thanks for the help!

  • 0 Votes
    7 Posts
    233 Views
    D

    @d-healey yes, that's what was missing.

    Thanks so much!

19

Online

1.9k

Users

12.4k

Topics

108.1k

Posts