Kontakt scripting - groups of groups?
-
- KVRer
- 10 posts since 2 Feb, 2021
Hi, I'm new to Kontakt scripting and have hit a brick wall on my current project.
I have three types of hi hat samples. Type 1 has 12 samples played on C5 on a round robin. This is using 12 groups with a wav file on C5 in each of groups 1 to 12.
Groups 13-24 are doing the same thing for a different hi hat. This is assigned to D5.
Groups 25-30 are for the third type of hi hat. This is on E5. Everything is the same but there are only 6 samples (in 6 groups) for this round robin.
I'd like separate ADSR controls for each type of hihat. Is there a way to have a group of groups so I can have one ADSR that controls groups 1-12, one ADSR for 13-24, and one for the rest. I'm guessing no and there is a far more sensible way to achieve this, that as a newbie I haven't realised. Thanks in advance for any help.
I have three types of hi hat samples. Type 1 has 12 samples played on C5 on a round robin. This is using 12 groups with a wav file on C5 in each of groups 1 to 12.
Groups 13-24 are doing the same thing for a different hi hat. This is assigned to D5.
Groups 25-30 are for the third type of hi hat. This is on E5. Everything is the same but there are only 6 samples (in 6 groups) for this round robin.
I'd like separate ADSR controls for each type of hihat. Is there a way to have a group of groups so I can have one ADSR that controls groups 1-12, one ADSR for 13-24, and one for the rest. I'm guessing no and there is a far more sensible way to achieve this, that as a newbie I haven't realised. Thanks in advance for any help.
- KVRAF
- 24447 posts since 7 Jan, 2009 from Croatia
No, you would just loop from x to y for each of the sets of groups (using a while loop).
- KVRAF
- 24447 posts since 7 Jan, 2009 from Croatia
There is. You just don't have "a group of groups" as a thing in Kontakt. You need to script which groups you want to have affected by a knob yourself.
