@hujackus how do they increase performance? Is there a big difference in cpu usage?
Posts
-
RE: Help with this noob error please.posted in Newbie League
-
RE: Click and Drag on a XY PAD - What I'm doing wrong?posted in General Questions
@Mighty23 You could also draw the lottie in XYPadPnl and have the mouse control its position
-
RE: [Free dsp] C++ FFTposted in C++ Development
@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.posted in Newbie League
@Chazrox I think youâre missing a parentheses to the left of the semicolon
-
RE: Romplerzposted in General Questions
@clevername27 what do you mean by the API is not reliable for business?
-
RE: Popup-MenuBackgroundposted in General Questions
@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 browserposted in General Questions
@tiesvdam what do mean by accidentally moved them?
-
RE: What is the dynamic containerposted in General Questions
@Christoph-Hart are there any updates on this?
-
RE: Use custom # code for Colorposted in General Questions
@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 Colorposted in General Questions
@tiesvdam instead of obj.itemColour, use 0xFFFF5800
-
RE: Reverb visualizerposted in General Questions
@tiesvdam I think @oskarsh has some similar visuals in his Reach reverb plug-in. You could take a look at that
-
RNBO optimization/best practiceposted in General Questions
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 buttonposted in General Questions
@Oli-Ullmann Ah. Time to learn broadcasters now...
Thanks -
RE: LFO not in compiled plugin?posted in General Questions
@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!
and it has 4 upvotes