HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. mmprod
    3. Best
    • Profile
    • Following 4
    • Followers 0
    • Topics 24
    • Posts 156
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Help with this noob error please.

      @hujackus how do they increase performance? Is there a big difference in cpu usage?

      posted in Newbie League
      mmprodM
      mmprod
    • RE: GUI Development Question.

      @d-healey 😅 and it has 4 upvotes

      posted in Newbie League
      mmprodM
      mmprod
    • RE: Click and Drag on a XY PAD - What I'm doing wrong?

      @Mighty23 You could also draw the lottie in XYPadPnl and have the mouse control its position

      posted in General Questions
      mmprodM
      mmprod
    • RE: [Free dsp] C++ FFT

      @clevername27 @DabDab a “getting started” video on fft c++ could be very helpful for beginners who have never done this sort of implementation (like me). And often the content in videos is less dense than what you find in papers/easier to understand.

      There are plenty of videos on fft theory already but for me it would be extremely helpful to have some sort of walkthrough on how to use a specific fft library(such as fftw), how to code a simple example algorithm, and perhaps how to import to scriptnode.

      posted in C++ Development
      mmprodM
      mmprod
    • RE: Any faust super-pro's here?

      @Straticah that is one sweet UI

      posted in Faust Development
      mmprodM
      mmprod
    • RE: Help with this noob error please.

      @d-healey thank you

      posted in Newbie League
      mmprodM
      mmprod
    • RE: Help with this noob error please.

      @Chazrox no problem!

      posted in Newbie League
      mmprodM
      mmprod
    • RE: Help with this noob error please.

      @Chazrox I think you’re missing a parentheses to the left of the semicolon

      posted in Newbie League
      mmprodM
      mmprod
    • RE: Romplerz

      @clevername27 what do you mean by the API is not reliable for business?

      posted in General Questions
      mmprodM
      mmprod
    • RE: More Positive Posts?

      @Allen that looks really cool

      posted in General Questions
      mmprodM
      mmprod
    • RE: Popup-MenuBackground

      @whoopsydoodle https://forum.hise.audio/topic/11930/feature-request-missing-laf-colour-properties?_=1740954613418 you can’t do rounded corners as of now… it’s a missing Laf function

      posted in General Questions
      mmprodM
      mmprod
    • RE: Problem clicking area's with custom preset browser

      @tiesvdam what do mean by accidentally moved them?

      posted in General Questions
      mmprodM
      mmprod
    • RE: What is the dynamic container

      @Christoph-Hart are there any updates on this?

      posted in General Questions
      mmprodM
      mmprod
    • RE: Use custom # code for Color

      @tiesvdam said in Use custom # code for Color:

      @mmprod

      And for this one?
      g.setColour(Colours.withAlpha(Colours.orangered, opacity));

      i that it would be:
      g.setColour(Colours.withAlpha(Colours.0xFFFF5800, opacity));

      But that did not work :(

      Just remove the “Colours.” So you’re left with just “0xFFFF5800”

      posted in General Questions
      mmprodM
      mmprod
    • RE: Use custom # code for Color

      @tiesvdam instead of obj.itemColour, use 0xFFFF5800

      posted in General Questions
      mmprodM
      mmprod
    • RE: Reverb visualizer

      @tiesvdam I think @oskarsh has some similar visuals in his Reach reverb plug-in. You could take a look at that

      posted in General Questions
      mmprodM
      mmprod
    • RNBO optimization/best practice

      For anyone with RNBO experience -

      Best practices for performance and use in HISE?

      Are there settings I can change to reduce the CPU usage?

      posted in General Questions
      mmprodM
      mmprod
    • RE: Double-click button

      @Oli-Ullmann This is very helpful. Thank you

      posted in General Questions
      mmprodM
      mmprod
    • RE: Double-click button

      @Oli-Ullmann Ah. Time to learn broadcasters now...
      Thanks

      posted in General Questions
      mmprodM
      mmprod
    • RE: LFO not in compiled plugin?

      @DanH Sorry for the delay. I just fixed it :)

      I needed to add ENABLE_ALL_PEAK_METERS=1 in extra definitions

      Thanks for your help!

      posted in General Questions
      mmprodM
      mmprod