Seeking Help with Glide/Slide Effect Implementation in ScriptNodeFX
-
I’m trying to solve an issue. I’m attempting to create a Glide/Slide effect in ScriptNodeFX. (with SNEX)
To be honest, I’m not very skilled at coding, so I’ve made something with ChatGPT. I want to implement this effect in ScriptNodeFX because I created a synth in FX, but I can't control the pitch and slide.
At first, I managed to create a pitchbend, but there is a significant delay in the sound when I press a MIDI key.
Do you think there are other possible solutions?
Thanks! -
@filipalex96 I don't know about glide in ScriptNode.... but I do know that AI chat bots won't get you very far with Hise scripting (yet).
Consider the forum a slower version of Chat GBT! At least you will get the correct code (normally!) and even some examples if you're lucky.
If you use the Waveform Generator for your synth, and search the forum for a glide script, and instructions on how to implement it, then you will find many threads. Pretty sure this was mentioned just last week.
-
Thank you very much, yes, I’ve seen those examples :)
My problem is that I want to create Glide/Slide effects on sounds generated from ScriptFX, not from the synth node script. I made a mistake;
I built this synth in FX and I can’t manage to move it to the synth script node (actually, when I move it there, it doesn’t work correctly).
That’s why I’m trying to create a slide/glide effect in ScriptNodeFX.
I saw something similar to glide in the bufferstop example and I tried to use CHATGPT for this, but it’s quite difficult because I’m a beginner at coding :)
-
@filipalex96 said in Seeking Help with Glide/Slide Effect Implementation in ScriptNodeFX:
I saw something similar to glide in the bufferstop example
where is this?
-
-
@filipalex96 hmmmmm... not sure I can help here. Perhaps @Christoph-Hart can advise whether it's possible or not...