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

Posts
-
RE: Help with this noob error please.
-
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
-
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.
-
RE: Help with this noob error please.
@Chazrox I think youâre missing a parentheses to the left of the semicolon
-
RE: Romplerz
@clevername27 what do you mean by the API is not reliable for business?
-
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
-
RE: Problem clicking area's with custom preset browser
@tiesvdam what do mean by accidentally moved them?
-
RE: What is the dynamic container
@Christoph-Hart are there any updates on this?
-
RE: Use custom # code for Color
@tiesvdam said in Use custom # code for Color:
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â
-
RE: Use custom # code for Color
@tiesvdam instead of obj.itemColour, use 0xFFFF5800
-
RE: Reverb visualizer
@tiesvdam I think @oskarsh has some similar visuals in his Reach reverb plug-in. You could take a look at that
-
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?
-
RE: Double-click button
@Oli-Ullmann Ah. Time to learn broadcasters now...
Thanks -
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!