@Christoph-Hart I just tested the latest update, and I’m thrilled to say the issue has been resolved! The changes you implemented completely fixed the problem, and everything is now running smoothly in Ableton.
Thank you so much for your quick response and support. It’s incredible to have such an active and dedicated community here. I truly appreciate all the help!
It depends on the code, you could write a few lines of very inefficient code that's would greatly increase it, or many lines of efficient code that would affect it much.
Also it's not such an important value in a GUI script, but on a real-time script it could be very important.
Howdy, I'm an absolute noob with HISE (just started today). I'm working on a punch-in FX plugin. I've got low pass, high pass, kind of a volume cut, but how could I create a transpose effect, with parameters controlling how many half steps and a button to toggle on/off?
Thank you very much in advance!
so this is an effect - so there is no "transpose" as thats a midi (usually) effect on a sample or synth, so you need a pitch shift - and probably the best option right now is use the Faust one, so you will need to get across Faust programming, and script node development in HISE...