@Orvillain Have you tested with zoom factor? Had issues with this...
Posts
-
RE: z-ordering issue when using drawModulationDragger/drawModulationDragBackgroundposted in Bug Reports
-
RE: z-ordering issue when using drawModulationDragger/drawModulationDragBackgroundposted in Bug Reports
@Orvillain There should probably be an option for either. There's also the labels to think about as well... It's not a one size fits all solution.
-
RE: z-ordering issue when using drawModulationDragger/drawModulationDragBackgroundposted in Bug Reports
@Orvillain because my draggers (depth knobs) are always visible. All of them. So if I switch panels then the draggers still sit on top of the new panel. Make sense?
-
RE: z-ordering issue when using drawModulationDragger/drawModulationDragBackgroundposted in Bug Reports
@Orvillain any panel that you want to appear at any point, let's say a floating mini preset menu, or a floating tooltip, or a page, the draggers will sit on top of. However mine are persistant, rather than appearing on hover, so that changed the dynamic a lot.
-
RE: Can't Add Positive Gain in HISE – Am I Missing Something?posted in AI discussion
@the-red_1 yes, something broke in a recent commit. If you open the dsp network xml file you will be able to enter the max gain value in there.
-
Create Matrix Modulator module value Global Cableposted in General Questions
I want to get the value of a Matrix Modulator module into a global cable in order to process some ui stuff without using a timer. Any ideas if this is possible?
-
RE: Agentic coding workflowsposted in AI discussion
@David-Healey I prefer writing script I know how to write in general. Quicker than ai at the moment...
-
RE: Matrix Modulator Smoothing Controlposted in General Questions
@ustk The ui control is controlling value, so if it smooths the behaviour of the ui control then bueno

But if it smooths the modulation then no bueno

-
Matrix Modulator Smoothing Controlposted in General Questions
Is this smoothing the value control or the modulation values themselves?

-
Toggle Oversample container in Scriptnodeposted in General Questions
I have some effects that can benefit from oversampling in certain situations but want to let the user decide whether the extra cpu overhead is worth it. How can I toggle this? I can't toggle the actual container itself off / on with a parameter...
-
RE: Panel paint routine - different corner radius on same panel?posted in General Questions
@David-Healey yep. Maybe I'll see if Claude can add to source code though...
-
RE: Panel paint routine - different corner radius on same panel?posted in General Questions
@David-Healey Thanks but I don't see what I'm looking for. Each corner a different radius. 10, 6, 4, 2 or something...
Probably didn't explain the question very well!
-
Panel paint routine - different corner radius on same panel?posted in General Questions
Is this possible? I know we can opt to have rounded or non rounded but can we change the radius of each corner? As in each corner a different size
-
RE: Builder InterfaceTypesposted in General Questions
@Lindon if you have Atom or similar then ask Claude for key search words, search the source and find the relevant files that way
-
RE: Where are we with Hise currently?posted in General Questions
@ustk said in Where are we with Hise currently?:
Because my plugin is waiting for the matrix modulation to work to be released
I don't think too much has been done with the mod matrix recently. Might be useful if we narrow down a target fix list between ourselves and others - I think there's only one or two more who are waiting on this? @Orvillain @dannytaurus @Oli-Ullmann perhaps?
-
RE: Broadcaster Events - Looking for mouse scroll / wheelposted in General Questions
@David-Healey @griffinboy @ustk Claude Code has done it :)
Whether it lives up to Christoph's coding standards we will have to see, but I did have the new Agents.md doc in the repo so hopefully Claude referenced that when making changes....