Page 1 of 1
need link to henke video
Posted: Thu Mar 25, 2010 3:53 pm
by nebulae
anyone have a link to the henke video where he explains how he sets up his live sets with 8 distinct tracks, such as bass, kick, hats, etc? thx.
Re: need link to henke video
Posted: Thu Mar 25, 2010 4:51 pm
by glitchrock-buddha
Re: need link to henke video
Posted: Thu Mar 25, 2010 4:53 pm
by glitchrock-buddha
Alternatively it was the first result here:
http://lmgtfy.com/?q=robert+henke+workshop+video

I love that thing.
Re: need link to henke video
Posted: Thu Mar 25, 2010 5:05 pm
by nebulae
for the first response, thank you
for the second, eat me
*hugs*
Re: need link to henke video
Posted: Fri Mar 26, 2010 1:45 pm
by nebulae
question: What I'm trying to figure out is that while he had 8 tracks total, say the bass drum track - is that really a grouped track, where if you unfold it, there are actually say 10 instruments, each lined up with a different song?
I suppose my question is essentially how do you just have one bass drum channel, but multiple bass drums for multiple songs? The easy way is to have it all be audio clips, and each audio clip will be different per song. But if I wanted the flexibility that Henke showed, say with midi clips, what's the best way to do that?
Re: need link to henke video
Posted: Fri Mar 26, 2010 3:43 pm
by glitchrock-buddha
You just need a rack, or drum rack with a different Bass Drum device on each note. Drum Rack is easiest because it automatically sets each device to it's own midi note. Then each it's as simple as each songs clips triggering the note with the appropriate Bass Drum on it for that song. You can even have macros for all the different devices mapped to the same macro knobs. It appears this is how Robert Henke was doing it.
Re: need link to henke video
Posted: Fri Mar 26, 2010 3:52 pm
by nebulae
^yeah, I figured that was one solution, but I didn't know if group tracks also did the trick. In any case, thx for the explanation of how he did it - much appreciated.
Re: need link to henke video
Posted: Fri Mar 26, 2010 7:34 pm
by glitchrock-buddha
nebulae wrote:^yeah, I figured that was one solution, but I didn't know if group tracks also did the trick. In any case, thx for the explanation of how he did it - much appreciated.
Group tracks can a similar thing, but would be unnecessary for something like a Kick drum that only needs one midi note. It's more useful to have a rack because then you can map parameters of the devices to the macro knobs. With group tracks you can not. Unless you use Max for Live. For example, Hoffman2k's Clip Mapper device, used as audio effect on the group track, would allow you to do that. It would still be needlessly complicated though because to edit the clips, you'd have to open the group track and find the specific clip where that songs sequences are, rather than just open the main track's clip.
So yeah, for this you're best bet is just something like: Song1 kick is on pad C1, Song2 kick is on C#1, Song3 Kick is on D1.. etc., all in a drum rack. All devices parameters mapped to same macros.
Re: need link to henke video
Posted: Fri Mar 26, 2010 7:49 pm
by nebulae
^ right, right, makes total sense.
I'm assuming Operator is coded smartly enough so that if I have 10 of them in one drum rack in the Kick channel, that the CPU won't get used unless that Operator is being triggered?
Re: need link to henke video
Posted: Fri Mar 26, 2010 10:29 pm
by glitchrock-buddha
nebulae wrote:^ right, right, makes total sense.
I'm assuming Operator is coded smartly enough so that if I have 10 of them in one drum rack in the Kick channel, that the CPU won't get used unless that Operator is being triggered?
yup. Operator's cool like dat.

Re: need link to henke video
Posted: Fri Mar 26, 2010 10:38 pm
by nebulae
ok, excellent, thanks again
Re: need link to henke video
Posted: Sat Mar 27, 2010 2:05 am
by synnack
btw, when you rack up a bunch of operators for drums, remember to set the number of voices per operator to 1. Save you some CPU that's really not needed for drums.
Re: need link to henke video
Posted: Sat Mar 27, 2010 7:23 am
by nebulae
yeah, good tip - thx