@Chazrox Thanks for sharing. Yes there is a funky behavior but it looks good.
Posts
-
RE: Upward - Downward compressor graphposted in General Questions
-
Upward - Downward compressor graphposted in General Questions
How can we transfer the Upward - Downward compressor graph to the UI? I know it's done with a panel, but has anyone done this before?

-
RE: Phase Correlation Meterposted in Scripting
@udalilprofile I think this is what you are referring to: https://forum.hise.audio/topic/10913/correlation/5?_=1765392189920
-
Phase Correlation Meterposted in Scripting
Yes there is a good GonioMeter.
But how can we create a Phase Correlation Meter similar to the one below?

-
RE: How do we use this repitch node?posted in Scripting
@ustk Yes, this topic has been discussed here before.
https://forum.hise.audio/topic/13086/change-the-pitch-of-the-ir-sample?_=1765202407224
-
RE: changing the min or max values of the knobs dynamicallyposted in General Questions
@Chazrox said in changing the min or max values of the knobs dynamically:
@resonant theres the minmax node. That works quite well.
Good idea thanks. Maybe changing the min max values directly on this node will do the job and the value normalization thing will be done automatically there.
-
changing the min or max values of the knobs dynamicallyposted in General Questions
Is it possible to dynamically change the min or max values of the knobs?
-
RE: Modulation Matrix FX plugin crashes in DAWposted in General Questions
@Orvillain Are you using the current commit?
Is there a tickbox or something else I need to set in the project settings?I used this preprocessor definitions:
HISE_NUM_SCRIPTNODE_FX_MODS=8 HISE_NUM_POLYPHONIC_SCRIPTNODE_FX_MODS=0 HISE_NUM_SCRIPTNODE_SYNTH_MODS=0 NUM_HARDCODED_FX_MODS=8 NUM_HARDCODED_POLY_FX_MODS=0 NUM_HARDCODED_SYNTH_MODS=0 -
Modulation Matrix FX plugin crashes in DAWposted in General Questions
Did you have any success using the new Modulation Matrix system on the fx plugins?
I loaded it to the Hardcoded module. It works in Hise but exported fx plugin crashes. Maybe the Global Modulator causes this?
-
RE: How do we use this repitch node?posted in Scripting
@Chazrox I think it's down/up sampling the contents. Have you tried adding a convolution reverb inside of that node? My guess is that it's changing the pitch of the IR sample in that case
-
RE: itemText instead of valueposted in General Questions
@Christoph-Hart In addition to save the integer values in the ComboBox presets, Could you add an option to save the selected item texts?
I'm sure this would easily solve many backward compatibility issues in short and easier way.
-
RE: Plugin Showcase and scripting stuffposted in Blog Entries
@d-healey This showcase is great. Here are the brands I can think of missing:
Korneff Audio
Kiive Audio
Thenatan
Auddict -
RE: itemText instead of valueposted in General Questions
@Lindon I understand, thanks.
Is it ok to select the text of the CB using the label?
If we do this without using "CB.changed()", it won't loop infinitely through the CB, right? I couldn’t figure it out.
-
RE: itemText instead of valueposted in General Questions
@Lindon Because saveInPreset is disabled in the ComboBox, the selected text in the ComboBox is not visible when the plugin is first loaded.
Is there a solution for this?
-
RE: itemText instead of valueposted in General Questions
@Chazrox I have a list of numerous items in subcategories within a ComboBox. I don't want to worry about backward compatibility issues when I add items to this list as I update the plugin In the future.
So, I wanted to ask how to save the selected item as text, rather than the CB value.
Or perhaps it would be more accurate to ask what needs to be done about this.
-
itemText instead of valueposted in General Questions
Is it possible to store the text of the selected item in the preset instead of the selected value in the ComboBox?
-
RE: Disabling interpolation in the wavetable synthposted in General Questions
Sorry if this is off-topic.
In a wavetable synth, even if the notes are played at different times, all sounds modulate with the same timing, right?
-
RE: A way to have a non-transparent click-through panel?posted in General Questions
@DanH Just Disable the Panel in Property Editor.