@d-healey
Hello~David~~, sorry, I've been very busy lately and haven't been on the forum. But I suddenly realized something these past few days: I just need to add this simple code to the onNoteOff function of the Interface, and it will work!
local n = Message.getNoteNumber();
if (n > 25)
{
Synth.playNote(24, 100);
}
@d-healey yes likely - but for me its happening with the polyphonic harmonic Filter...I'm trying to build my own...with cloned svf_eq filters in scriptNode - but its not as good ....
Yes, it's a feature not a bug of the linear slider style to pick up the value when you click on it. If that is not active and you have some kind of mixer UI, then it feels like a plugin from 1996 if you need to drag it to set it to the current position.
The proposed solution is correct: use a knob and then the drawRotaryKnob() function - even if your modwheel looks like a slider you want it to behave like a knob, so knob it is.
@Morphoice Im having this exact same issue i didnt exactly catch what you did to fix it something about linking phase is that the fix or did i miss something if you point me in the right direction it would bbe greatly appericated im so close to downgrading but i really dont want to do that
@Christoph-Hart@Dominik-Mayer I noticed the videos of mine on the HISE homepage are quite out of date. It might be a good idea to use a few from the Bootcamp instead.
@dannytaurus Yes. The bundle format @HISEnberg mentioned only applies to MacOS (it is possible to make vst3 bundles for Windows but HISE/JUCE doesn't).
So this is actually the exact same crash report as a previous crash situation which has never really gone away. Occasionally and randomly happens when I'm moving the mouse across the UI / Sliders. Would love to get to the bottom of it! π