The default group that Kontakt provides when you create a new instrument has an envelope and velocity modulator. The groups you create by clicking the create empty group button don't have these default modulators (who knows why NI chose to do this!). So your first group will always sound different to the others. Best way around this is to duplicate the first group rather than pressing the create empty group button.
I've been going through all your videos and just wanted to say THANK YOU for the wisdom. Very straight forward, easy to digest for people new to this whole thing, and entertaining. Cheers! Mike (Toronto)
This is what I have been searching for …I have zero knowledge of making a round robin at all. Most videos assume prior knowledge or terminology. Thank you hopefully I can copy the script and paste it into kontakt 6 or 7. Thank you again
Such an excellent and thorough demonstration yet still well paced. Well done and thank you. One thing, what language is the Kontakt script in? I’d love a breakdown of the script, or scripting as a recourse for musicians. This is a much overlooked area that is so powerful. Any coding or scripting lessons or tutorials are typically done by coders for other coders so tend to be a bit......terse, and hard to grok. Yet, so many creative tools (in music and visual arts) have some sort of scripting engine
For me all random modes (the default one AND the script) will always skip random notes causing gaps in the music... What is happening there, I followed the tutorial step by step.
Hi @David Hilowitz Music! I was just wondering if you would be able to advise me of how the attached script would work when using multiple groups/buses. No worries if that's too big a question for on here. All the best Paul :)
Great Vid! Please, i need the same script but which would work for multiple groups! (Lets say I have 4 groups for snare round-robins and 4 for kick round-robins)
Thanks for posting this! May I ask for some expertise? Your script works great for me when it is in an instrument with just my 8 round robin layers. However, I’d like to create an instrument that has 12 layers of sustains and 8 layers or round robin staccato notes. How to I apply your script JUST to the particular eight round robin layers in my instrument containing 20 layers including sustains that don’t need the script.
Really interesting. I tried with a couple different samples, and once the script added, for some reason not all the samples are triggered... or should I say theres is not always a sample triggered everytime I play the key... wonder what I do wrong
Dee Lanee Ah, I bet I know what the problem is. At the top of the script, there is an array variable declaration that looks like this: declare %list[7]. You’ll need to change the number 7 to however many groups you have. So if you have four samples, it should be: declare %list[4]. I should have mentioned this in the video.
@@DavidHilowitzMusic I had the same problem, after applying the script to a patch I had made earlier with only 3 groups. I had already set the variable at the top of the script to 3 but it was still only triggering the groups occasionally. It didn't take me long to figure out though that all I needed to do was set each group back to trigger 'always' and let the script do the work. Having the groups set to RR or Random, obviously conflicts with the script. Great video, great script, thanks.
I tried to understand how the round robin/random is managed in Studio-Drummer with so many articulations and different microphones for the same note. The randomness is not between different groups but within the group itself, between samples, whose alternative moves are distributed on notes that do not correspond to the playing note. What part of the script does this? Thank you!
there are no subgroups, but there are busses. you can set a bunch of groups to output to the same instrument bus the change the volume of the instrument bus instead of the individual group volume. this is what I did for my nagoya harp instrument.
The default group that Kontakt provides when you create a new instrument has an envelope and velocity modulator. The groups you create by clicking the create empty group button don't have these default modulators (who knows why NI chose to do this!). So your first group will always sound different to the others. Best way around this is to duplicate the first group rather than pressing the create empty group button.
I have already created the groups. How can I do that now? Thank you!
@@lluannr I think it's a one at a time process for adding the modulators if you've already created the groups.
I've been going through all your videos and just wanted to say THANK YOU for the wisdom. Very straight forward, easy to digest for people new to this whole thing, and entertaining. Cheers! Mike (Toronto)
This is what I have been searching for …I have zero knowledge of making a round robin at all. Most videos assume prior knowledge or terminology. Thank you hopefully I can copy the script and paste it into kontakt 6 or 7. Thank you again
Thank you for taking the time to post this David for Kontact newbies like me.
What a kind offer to the world of Beginners in Kontakt Scripting !!! Thank you very much !! Will be watching more tutorials !!!!
I love that your Ableton page says"Report Crash"! I always wondered what a Round Robin was. Now I know.
Thanks for this! I assumed it would be a built in function and have struggled for hoursto get it to wokr, finally found your video. Much appreciated
You seem to be a smart and talented young man. I appreciate the explanation and I hope you get the success you deserve!
🎵 O Superman. O judge. O Mom and Dad. Mom and Dad. 🎵
Great video, but now this will be stuck inside my head for a couple of weeks.
Thanks for your generosity David!
I have never seen a tutorial like this...
Best tutorial of the decade😊😊
This man is a saint.
Thank you so much!
Amazing video. This was enlightening
Thank you David!
Great explanation! Thank you!
I just discovered your channel a few days ago. What great content and what a great video! Wow, thanks! 🤩
Really helpful, man. Thanks!
I really enjoy your videos!
Such an excellent and thorough demonstration yet still well paced. Well done and thank you. One thing, what language is the Kontakt script in? I’d love a breakdown of the script, or scripting as a recourse for musicians. This is a much overlooked area that is so powerful. Any coding or scripting lessons or tutorials are typically done by coders for other coders so tend to be a bit......terse, and hard to grok. Yet, so many creative tools (in music and visual arts) have some sort of scripting engine
Thanks sir. You make the difference.
Thanks David! Very helpful 🙃
Great stuff David! Thanks for the help!
This is a really great way to do round robins and makes perfect sense. QUESTION - How do you do it in Live?
thanks Verry Much... Good Bless You....TUTORIAL ALL OK
Very interesting.
Thank you for this! Subscribed and waiting for more videos!❤️
How do I add velocity “in you example• here for each violin note ? Please
Can't wait for the "1 2 3 4" sample pack
I'd replace my metronome with it tbh.
Great video, very useful :)
You helped me! Thanks David! Regards! :)
Thanks for this tutorial. I reckon you need the full edition of Kontakt to be able to script like you did?
Yes. Very helpful.
;-)
For me all random modes (the default one AND the script) will always skip random notes causing gaps in the music... What is happening there, I followed the tutorial step by step.
I love your tutorial! I want to add velocity layers but it isn't working. Do you know how can I do this? Thank you!
Hi @David Hilowitz Music! I was just wondering if you would be able to advise me of how the attached script would work when using multiple groups/buses. No worries if that's too big a question for on here. All the best Paul :)
Do you have a suggestion on where or how to learn Konstantinos scripting?
cool, but can you do the same thing.... but in SFZ?
Awesome vid! I always wondered how to escape the double repetition of RR in Kontakt...apparently scripting is the only answer. Thanks for this!
Great Vid! Please, i need the same script but which would work for multiple groups! (Lets say I have 4 groups for snare round-robins and 4 for kick round-robins)
B R A V O !!!
Thanks for posting this! May I ask for some expertise? Your script works great for me when it is in an instrument with just my 8 round robin layers. However, I’d like to create an instrument that has 12 layers of sustains and 8 layers or round robin staccato notes. How to I apply your script JUST to the particular eight round robin layers in my instrument containing 20 layers including sustains that don’t need the script.
Really interesting. I tried with a couple different samples, and once the script added, for some reason not all the samples are triggered... or should I say theres is not always a sample triggered everytime I play the key... wonder what I do wrong
Dee Lanee Ah, I bet I know what the problem is. At the top of the script, there is an array variable declaration that looks like this: declare %list[7]. You’ll need to change the number 7 to however many groups you have. So if you have four samples, it should be: declare %list[4].
I should have mentioned this in the video.
Were you able to get it to work?
@@DavidHilowitzMusic
I had the same problem, after applying the script to a patch I had made earlier with only 3 groups. I had already set the variable at the top of the script to 3 but it was still only triggering the groups occasionally. It didn't take me long to figure out though that all I needed to do was set each group back to trigger 'always' and let the script do the work. Having the groups set to RR or Random, obviously conflicts with the script.
Great video, great script, thanks.
I tried to understand how the round robin/random is managed in Studio-Drummer with so many articulations and different microphones for the same note. The randomness is not between different groups but within the group itself, between samples, whose alternative moves are distributed on notes that do not correspond to the playing note. What part of the script does this? Thank you!
hey, how about if you want to have round robins for samples that have multiple microphones recorded? are there any subgroups?
there are no subgroups, but there are busses. you can set a bunch of groups to output to the same instrument bus the change the volume of the instrument bus instead of the individual group volume. this is what I did for my nagoya harp instrument.
David Hilowitz Music Thank you :)
How to DISABLE round-robins?
There is a way to random only group 4 to 6 for example, with your script ?
Thanks for asking. I think not without significant modifications. :/
This is the most unmusical process of sampling I've ever come to know. Thank you!!
Dude, mike shinoda from linkin park reacted to this...
bla bla here is the sounds