@rglides I’ve asked Claude to create custom c++ node dsps for HISE import and within a couple revisions it can create something that sounds decent. Meanwhile when I ask chatGPT the same thing it takes like 50 revisions just to get it to run without error
Posts
-
RE: I wasted 3 hours on deepseek trying to create Autotune, Reverb and Delay in Hiseposted in Scripting
-
Spectral Gatingposted in General Questions
What is the best way to implement a spectral gating effect in HISE?
-
RE: Resonance Suppressionposted in General Questions
@JulesV I would also like to know this- I believe I tried using this before but it didn’t work in HISE. It only worked in the JSpatcher mentioned in the article
-
RE: is there a way of getting motion background filmscripts ?posted in General Questions
@sodanswishers I thinks there’s a glsl morph ball example in the HISE snippet library- you can look at that
-
RE: FREE DESIGN || Upgrade Your Keyboard!posted in General Questions
@Chazrox looks really good! Thanks
-
RE: Fee's involved in selling my plugins?posted in General Questions
@d-healey so no fees if you release source code, correct?
-
RE: Romplerzposted in General Questions
@clevername27 what do you mean by the API is not reliable for business?
-
RE: AU passes auval but no GUI only in Logicposted in General Questions
@whoopsydoodle idk but some ideas:
- Do you have Content.makeFrontInterface?
- Is there a Zoom handler?
What exactly is on your ui?
-
RE: Problem with turning plugin on and off.posted in General Questions
@xander this is in the compiled plugin right?? If so, which daw is giving the issue and have you tried in other daws?
-
RE: change color search iconposted in General Questions
@tiesvdam and you can add the icon as an icon font or svg and then color it in this laf
-
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: Slider stripsposted in General Questions
@xsaad I think you need to set the filmstrip image and numStrips
-
RE: Any RNBO experts about? Need guidance editing existing patchposted in General Questions
@DanH not an expert by any means but what’s the problem with the patch?
-
RE: [Feature request] Missing Laf colour propertiesposted in Feature Requests
@d-healey Bumping this- having rounded corners would be magnificent :D
-
RE: Problem clicking area's with custom preset browserposted in General Questions
@mmprod And I think I found the fix. You can change the width of the buttons using the button bounds

You can change the x, y, width and height values here. So just change the 3rd value and that should fix it. You might have to readjust the positioning
-
RE: Problem clicking area's with custom preset browserposted in General Questions
@mmprod I think I understand the problem: the buttons have a rather large 'hitbox' and when we change the position of the buttons, the 'hitboxes' overlap because they are too large, causing issues. Another demonstration without moving the icons: https://www.youtube.com/watch?v=tXe0C4pP3mU
Basically, can we take away the extra padding in the button so it is only activated by clicking on the icon?