Is there a way to do artifical RRs via pitch shift in script?
-
What I'm thinking is going through the same RR group but pitch shifting the lower sample up and pitch shifting the upper sample down to get them at the same pitch. The workaround I found is to just have 3 RR groups with the same samples and pitch shift accordingly with the sample editor. But, I was wondering if there's a quicker way to do this with a script processor? I looked at the documentation and saw something like addPitchFade and I tried getting it with a sampler but I just couldn't get anything to work
-
@boim98208 I think it can be done with the event programming. So that when you note on, you ignore that note, and create instead your own artificial note event but you add some fine tune pitch to the note message.
-
Yes it can be done with scripting, I have a script module on github somewhere that does this. But doing it directly in the sampler as you have done is perfectly fine and is easier.
-
@griffinboy could you send an example of what you mean? Also, this would be in the script processor of a midi processor, right?
-
@David-Healey Is it really easier?
I feel with a script I can just copy and paste that and be done with it -
@boim98208 said in Is there a way to do artifical RRs via pitch shift in script?:
Is it really easier?
It's easier than writing the script. It's only a few clicks in the sample editor.
Once you have the script then loading it as an external script is easier.
-
@David-Healey Back to this question of doing it within the sampler, I'm trying to figure out a quick way to do this. If I copy the samples, go to a new RR map, and paste, it'll always go back to the RR map that it was originally from seemingly no matter what I do. What I was doing for a bit was just going to the new RR map and importing the same samples back in, parsing data from the file name, but there has to be a more efficient way to do this, right? Am I copy and pasting wrong?
-
@boim98208 It's just a little glitch in HISE, whenever you paste it dumps it in group 1 - but it selects the pasted samples, so all you need to do is after the paste, change the RR group

The sampler table at the right of the mapping editor is also helpful for this kind of task.