But can Kontakt do this!?!
-
- KVRist
- 62 posts since 4 Nov, 2003 from new york city
heres the dilema,
i need kontakt [or instruction for any sampler] to trigger successive samples from one key. for example;
i have an accappela. i've chopped it into words either by "recycling" it or manually cutting it up. i want to be able to hit, say, C3 and hear the first sample [or word], then hit C3 again and hear the second sample, then C3 again and hear the 3rd, and so on, going thru the entire series of words, in order. is this possible?
if so, is it also possible to loop each sample? ie, if i hit C3 and hold it down, it will keep retriggering until i hit and hold C3 again and the next sample loops until i release it. i've been trying to get this to work for a litle while, and i know that it has to be my lack of understanding that is preventing me from doing it.
thanks,
onyx
i need kontakt [or instruction for any sampler] to trigger successive samples from one key. for example;
i have an accappela. i've chopped it into words either by "recycling" it or manually cutting it up. i want to be able to hit, say, C3 and hear the first sample [or word], then hit C3 again and hear the second sample, then C3 again and hear the 3rd, and so on, going thru the entire series of words, in order. is this possible?
if so, is it also possible to loop each sample? ie, if i hit C3 and hold it down, it will keep retriggering until i hit and hold C3 again and the next sample loops until i release it. i've been trying to get this to work for a litle while, and i know that it has to be my lack of understanding that is preventing me from doing it.
thanks,
onyx
-
- KVRAF
- 4330 posts since 20 Feb, 2004
Why not just map the individual words/phrases to different keys? I'm not understanding your need to have the same key trigger different samples at different times.
A well-behaved signature.
-
- KVRist
- 111 posts since 13 Dec, 2003 from ChicagoLand, IL, USA
This is correct. Just put each part on a seperate "Group" and it will work as you wish it to.autoy wrote:I think this is the so called "cycle round robin" function in Kontakt, never used it, but it should work as you describe.
Alan Lastufka | www.BelaDMedia.com
Producer // Project Consultant
Producer // Project Consultant
-
- KVRist
- Topic Starter
- 62 posts since 4 Nov, 2003 from new york city
do the groups have to be stacked onto one key, or can they be spread out over a keyrange? and do i have to do anything special in the [group start options] section?Alan Lastufka wrote:This is correct. Just put each part on a seperate "Group" and it will work as you wish it to.
-
- KVRist
- 111 posts since 13 Dec, 2003 from ChicagoLand, IL, USA
Group start options - you have to set each group to Cycle Round Robin and then put them in order (1, 2, 3, 4)...
The groups stretch across the entire keyboard there is no such thing as a group for one key only.
So, if you have three groups, you need EVERY key to have three.
The groups stretch across the entire keyboard there is no such thing as a group for one key only.
So, if you have three groups, you need EVERY key to have three.
Alan Lastufka | www.BelaDMedia.com
Producer // Project Consultant
Producer // Project Consultant
-
- KVRAF
- 4330 posts since 20 Feb, 2004
I am genuinely curious about why you would want to do this round-robin sample mapping instead of to separate keys.
onyx, what does this allow you to do?
onyx, what does this allow you to do?
A well-behaved signature.
-
- KVRist
- 155 posts since 26 Jun, 2004 from Melbourne, Australia
RGC's sfz will do this for you perfectly (and it's free!)onyxashanti wrote:i need kontakt [or instruction for any sampler] to trigger successive samples from one key.
All you need to do is knock together a patch that makes use of the seq_length and seq_position opcodes as well as setting the loop_mode command to get your words repeating.
And example would be:
Code: Select all
<group> key=c3 seq_length=3
<region> sample=phrase 1.wav seq_position=1
<region> sample=phrase 2.wav seq_position=2
<region> sample=phrase 3.wav seq_position=2Making sfz patches is a little nerdy (no GUI) but it's perfect for the sort of thing you described!
Plus, for your remix you could use the random function instead. Instant Bowie-esque wordplay!
