@Christoph-Hart thank you - very helpful! :)

Posts
-
RE: New modulation arc on knobs in LAF?
-
RE: New modulation arc on knobs in LAF?
@DanH I am not using the Matrix modulation system.
But still want to show a dial that is modulated by a LFO source.
I thought there would be an universal LAF way now since modulation has been reworked.
Checking the Mod-Matrix example now - i think its a good start.
Edit: it might be necessary to register it as a matrix target.
-
RE: New modulation arc on knobs in LAF?
@DanH I think i did but i was not sure if matrix modulators require different LAF than core modulators like LFOs etc. do.
But if this is answered in the example i will dive into it thank you! :)
-
New modulation arc on knobs in LAF?
Hey there so since we have the new modulation system now.
How do we utilize it to draw the modulation arc from LFOs and Matrix modulators? I see those across the whole HISE UI.
Simmilar to what i asked here a year ago:
Drag and drop modulation + modulation arc?
@Matt_SF No you can still go crazy with the panels, the idea is to abstract away the underlaying data model and streamline the multiple ways that modulation ...
Forum (forum.hise.audio)
I assume its easier and more integrated now?
-
RE: Arpeggiator bug - missing rate
@paper_lung it is missing if i use a dial on the UI there.
It appears in the HISE LFO mod tho - but not in the mode:TempoSync
Just create a new slider and set it to tempo sync.
The default HISE slider item has no 1/16 anymore @Christoph-Hart
-
RE: Arpeggiator bug - missing rate
@paper_lung yes i saw this in develop branch from 2 days ago.
Cant recall where (not in arp) i thought it was an error in my script at first.Edit:
Found it for me its if i modulate the LFO frequency.
Then it jumps from 1/8 to 1/16D when truning dial. -
RE: Cant Compile DLL's still.....
@Chazrox for clarity i would recommend another folder than downloads to be sure only one HISE folder can be found and parts are not overwritten if you download again.
You also dont need any HISE files in application support if you build HISE yourself.
Its usually: donwloading develop branch - building HISE via projucer/xcode - referencing the build within HISE or running the new export wizard:
-
RE: Global Edit Range Feature for AudioWaveform?
@DanH This is a great start how do i read-out the range handles from the waveform display since i need those to apply to your script?
Or is there a new way in 2025 that allows for "enableRange" on the whole samplemap?
-
RE: Expansions in HISE
@d-healey thank you!
How do I disable the „ask for samples dialog“
I have found projucer options for the buttons but I would like to hide the whole overlay.
-
Expansions in HISE
I have a few questions regarding the Expansion Feature in HISE
I got it to work but it gives me some troubles here and there.
01 can an expansion be installed from outside VSTs default "appdata" path? (eg. a harddrive beacause of space)
02 do i need to disable "ask for samples dialog" on instrument startup (since only expansions will be used)
03 is there a feature/button in HISE to open an expansion installer? (something like +add/load expansion in preset browser)
04 how does the Instrument provide the expansions samplemaps when installed
(via selecting a preset from that expansion? can all expansions be initialized by default) -
RE: Active CPU profiling not working
@aaronventure said in Active CPU profiling not working:
@Christoph-Hart I think he's missing the CPU percentages on individual nodes (which were quite nice, frankly).
yes that is what i meant - sorry for not being more clear
-
Active CPU profiling not working
This very neat feature seems not to work on latest HISE development build on mac.
If there is a fix/setting i need to toggle lmk.
-
RE: Flex Envelope - No UI control for Hold
@DanH @Christoph-Hart the flex envelope is essentially missing the spline XY handles to create an envelope in the first place.
From a UX design standpoint:
01 Base level (priority): conventional ADSR controls — Unconstrained handles for Attack, Decay, Sustain, Release, no dials required, easy to read/adjust.02 Secondary / advanced: spline-shaped ADSR curves with Bezier handles for fine-tuning shape.
Current Issue:
The existing flex envelope design inverts this hierarchy, prioritizing Bezier-based curve editing as the default interaction. (Which can feel slow and constrained for user since base level controls are missing.)Initial envelope discussion:
https://forum.hise.audio/topic/11509/custom-envelope/19?_=1754988313518 -
RE: WebView layering
@Christoph-Hart yes rendering a bg image inside it makes sense.
Do you know if this win/mac transparency mismatch is JUCE or HISE related? I will try different approaches today but i am afraid i will run into issues.
Mac is behaving today when it comes to rendering transparency in webview (see screenshot)
same script on win:
-
RE: WebView layering
For me this works on mac to achieve a transparent webview.
html, body { background: transparent; }
On windows it defaults to white i have not figured out why yet.
-
RE: I wasted 3 hours on deepseek trying to create Autotune, Reverb and Delay in Hise
Hise Forum is the best meme page by far.
-
RE: Envelope table - global mod bug ?
@Christoph-Hart we are building a wavetable synth with a modulation system so the improvements you are working on might come in handy.
Our main issues with the mod matrix were crashes in our setup, compilation issues, retriggering issues with global ADSR mods and missing control as far as i can remember. (might look into it again)
Also the mod destinations were missing essential offset controls for eg. filter modulations:
has been mentioned here aswellModulation intensity modes (bipolar, scale, add?)
Hey! What are your thoughts on the modulation intensity modes? Currently, there are two types: Bipolar Mode and Scale Mode. @Christoph-Hart, would it be poss...
Forum (forum.hise.audio)
-
RE: Envelope table - global mod bug ?
@Christoph-Hart issues are mostly faulty retriggering and dead notes on global adsr modulation.
I am really looking forward to the new mod system since the synth we are building rn could benefit heavily from it.We had to ditch the old mod matrix system unfortunetely and are running into issues with global envelope mods now.
Do you have an ETA for the mod-matrix update? @Christoph-Hart
-
RE: Envelope table - global mod bug ?
@HISEnberg so global ADSR envelopes remain unusable in a polyphonic setting?