In HISE version 3.6, when I used a floating tile set to audio analyser (specifically the spectral analyser or index 2), I could easily run higher sample sizes with 0 to no lag. In HISE 4, however, if the spectral analyser has a sample size higher or equal to 8192, it causes the program to drop a huge amount of frames (this is not a PC thing; my RAM and my CPU are barely touched). Is there some setting I can change to fix this issue?
Best posts made by xander
-
AudioAnalyser in Floating tile LAG!
Latest posts made by xander
-
RE: ControlCallback not working
@d-healey Thank you! Makes sense, guess I can hardcode the parameter values.
-
RE: ControlCallback not working
@d-healey Yes, not via code, but just with the side panel.
-
ControlCallback not working
Having issues with setControlCallback not working with knob. When I change the knob it is not calling the controlback function at all (I've tried Console.Print("..") in the inline function and it didn't print anything). Am I missing something, or is this something you can't do? (And yes I have tried timers, they cause Hise to crash for some reason).
const var decay_time_label = Content.getComponent("decay_time_label"); const var decayTime = Content.getComponent("decay_time"); inline function onDecayControl(component,value) { decay_time_label.set("text", decayTime.getValue()); }; decayTime.setControlCallback(onDecayControl);
-
RE: Problem with turning plugin on and off.
@orange Alright, thanks, I'll try that.
-
RE: Problem with turning plugin on and off.
@mmprod yes, it is happening in the compiled vst. Has same issue in every daw.
-
Problem with turning plugin on and off.
I'm experiencing this issue, where when I turn my plugin from off to on while audio is playing, it cranks the volume super high for a little less than a second, it makes it a little unpleasant to use it. Is there anything I could do to fix this? Or any way I could hardcode a fix?
-
RE: Polyphonic Panning?
@aaronventure Wow that was easier than I thought it'd be!
-
Polyphonic Panning?
Is it possible to pan individual notes differently? If so, how would I go about doing that?
-
How do you get value from Peak node and use it externally?
I want to write a dynamic EQ within my plugin. I want to achieve this using the peak node in the script fx, however, I am unsure how to get the value from the peak node outside of the script fx and into the main script. Anyone have any ideas?
-
Exporting Plugin on Windows for MAC
So I am using Windows, and when I export as VST 64 on mac it only reads the vst3 as a bundle so it doesn't work. Do I need to export on all platforms if so it says it can't find AAX SDK even though the AAX SDK is in the folder.