Author |
Message |
kara

Joined: Sep 07, 2007 Posts: 111 Location: france
Audio files: 1
G2 patch files: 5
|
Posted: Tue Oct 28, 2008 2:17 am Post subject:
Adding inteligent randomness to drum patterns ? Subject description: Is there a solution for this ? |
 |
|
When I play live, I have allways a (more or less) groove drum box in one of my slots.
I do add some variations to the groove and put them on the different variations knobs.
This works fine as long as I have the time during the song to switch variations, but sometimes I simply don't have the time due to intensive playing, and hey, I only have 2 hands
I was wondering if there would be a way of adding some inteligent randomness to a drum pattern ? Say swith between a open hihat and close hihat, or adding a snare hit now and then (this should be on the beat of course)
Has this been done allready ?
k _________________ Free samples, Vsti's and Artist hosting at www.kara-moon.com
Music forum at www.kara-moon.com/forum |
|
Back to top
|
|
 |
Roland Kuit
Joined: Sep 29, 2003 Posts: 1091 Location: The Netherlands/Sweden
Audio files: 8
G2 patch files: 127
|
Posted: Tue Oct 28, 2008 2:49 am Post subject:
|
 |
|
hi kara,
does this help you out?
the pattern generator can be alterd manualy.
but row B is fed by a logic divided sequencer. changing the pattern over time. |
|
Back to top
|
|
 |
kara

Joined: Sep 07, 2007 Posts: 111 Location: france
Audio files: 1
G2 patch files: 5
|
Posted: Tue Oct 28, 2008 3:18 am Post subject:
|
 |
|
Roland,
You are THE man, yes it does what I had in mind.
Now I have to try to understand it...
Could you explain a bit so that I can integrate it in my groove box.
k _________________ Free samples, Vsti's and Artist hosting at www.kara-moon.com
Music forum at www.kara-moon.com/forum |
|
Back to top
|
|
 |
kara

Joined: Sep 07, 2007 Posts: 111 Location: france
Audio files: 1
G2 patch files: 5
|
Posted: Tue Oct 28, 2008 3:49 am Post subject:
|
 |
|
First step, the trick with open and closed HH, I understood.
Pretty clever !
k _________________ Free samples, Vsti's and Artist hosting at www.kara-moon.com
Music forum at www.kara-moon.com/forum |
|
Back to top
|
|
 |
Roland Kuit
Joined: Sep 29, 2003 Posts: 1091 Location: The Netherlands/Sweden
Audio files: 8
G2 patch files: 127
|
Posted: Tue Oct 28, 2008 4:38 am Post subject:
|
 |
|
the pattern generator has 2 inputs. 1 is fed by a 4switch module. p1 is the value of the pattern gen itself in this case. no feed in. the other, p2-p4 are fed by a constant value. you can determine for yourself how much value to put in for other results.
the 2nd input of the pattern generator is fed by the values of the level sequencer. but this sequencer is running slower caused by the logic divider. nothish both signals, clock and reset trigger inputs! the level sequencer values changes every 2nd step(when you want). in this case on the 4th, 8th, 13th and 16th step. the snare is triggered by a compaire to level module. you can change this level manually. it takes the values of the pattern generator and depending how the level is set, produces a trigger. it's possible to, instead of using the switch module, use an other level sequencer but divided by 16, listen to the next pch. the same values as in the switch module are used, but now changing in time. every 4 measure. see next patch.
a lot of this stuff is explained in my workshops programming house/techno I&II. |
|
Back to top
|
|
 |
iPassenger

Joined: Jan 27, 2007 Posts: 1067 Location: Sheffield, UK
Audio files: 5
G2 patch files: 78
|
Posted: Tue Oct 28, 2008 4:41 am Post subject:
|
 |
|
One really simple trick I use quite a lot is:
Top Event Trig Seq out goes into one input of an OR gate and the lower one goes into a clocked random trig module, which in turn feeds the other OR gate input. Now u program your main (basic) pattern into the sequence on the top and the fill or semi random pattern into the sequence below. The out of the OR gate goes into yr drum trigger in or whatever. Now adjust the trig probability on the random trig module to taste. Your basic beat stays throughout but gets the occasional extra beats from the secondary pattern.
Can't patch one as I am at work at the moment.
*Apologies if this already incooportaed into Roland's patch as I haven't checked it yet (as at work)*
It will definately achieve this: Quote: | or adding a snare hit now and then (this should be on the beat of course) |
_________________ iP (Ross)
- http://ipassenger.bandcamp.com
- http://soundcloud.com/ipassenger |
|
Back to top
|
|
 |
kara

Joined: Sep 07, 2007 Posts: 111 Location: france
Audio files: 1
G2 patch files: 5
|
Posted: Tue Oct 28, 2008 5:28 am Post subject:
|
 |
|
Thanks Roland, I understand better now.
It seems that your workshop isn't available anymore on www.koorenhuis.nl or where you talking of something else ?
I would certainly pay for a workshop 'programming the G2', something simular as a country fellow of you does for synths, but then specialized for the modular, http://www.robpapen.com/masterclass-nl.html
oh, and yes, i do speak dutch too
k
roland kuit wrote: | the pattern generator has 2 inputs. 1 is fed by a 4switch module. p1 is the value of the pattern gen itself in this case. no feed in. the other, p2-p4 are fed by a constant value. you can determine for yourself how much value to put in for other results.
the 2nd input of the pattern generator is fed by the values of the level sequencer. but this sequencer is running slower caused by the logic divider. nothish both signals, clock and reset trigger inputs! the level sequencer values changes every 2nd step(when you want). in this case on the 4th, 8th, 13th and 16th step. the snare is triggered by a compaire to level module. you can change this level manually. it takes the values of the pattern generator and depending how the level is set, produces a trigger. it's possible to, instead of using the switch module, use an other level sequencer but divided by 16, listen to the next pch. the same values as in the switch module are used, but now changing in time. every 4 measure. see next patch.
a lot of this stuff is explained in my workshops programming house/techno I&II. |
_________________ Free samples, Vsti's and Artist hosting at www.kara-moon.com
Music forum at www.kara-moon.com/forum |
|
Back to top
|
|
 |
kara

Joined: Sep 07, 2007 Posts: 111 Location: france
Audio files: 1
G2 patch files: 5
|
Posted: Tue Oct 28, 2008 6:20 am Post subject:
|
 |
|
Just tried this, works perfect for the occasional extra beat
Don't tell anybody, i'm at work allso, but have the demo soft on my pc
Both solutions gave me excelent ideas, thanks guys
iPassenger wrote: | One really simple trick I use quite a lot is:
Top Event Trig Seq out goes into one input of an OR gate and the lower one goes into a clocked random trig module, which in turn feeds the other OR gate input. Now u program your main (basic) pattern into the sequence on the top and the fill or semi random pattern into the sequence below. The out of the OR gate goes into yr drum trigger in or whatever. Now adjust the trig probability on the random trig module to taste. Your basic beat stays throughout but gets the occasional extra beats from the secondary pattern.
Can't patch one as I am at work at the moment.
*Apologies if this already incooportaed into Roland's patch as I haven't checked it yet (as at work)*
It will definately achieve this: Quote: | or adding a snare hit now and then (this should be on the beat of course) |
|
_________________ Free samples, Vsti's and Artist hosting at www.kara-moon.com
Music forum at www.kara-moon.com/forum |
|
Back to top
|
|
 |
iPassenger

Joined: Jan 27, 2007 Posts: 1067 Location: Sheffield, UK
Audio files: 5
G2 patch files: 78
|
Posted: Tue Oct 28, 2008 7:32 am Post subject:
|
 |
|
Aww... wish i could do that at work, mind you i really would never get any work done then, plus I wouldn't be able to stop myself from pulling people over to listen to my stuff and hence severely give the game away.
I have sometimes used that trick to semi randomly trigger the next step in a chord progression and thus remove the monotony from say 3 step chord pattern etc...
 _________________ iP (Ross)
- http://ipassenger.bandcamp.com
- http://soundcloud.com/ipassenger |
|
Back to top
|
|
 |
kara

Joined: Sep 07, 2007 Posts: 111 Location: france
Audio files: 1
G2 patch files: 5
|
|
Back to top
|
|
 |
iPassenger

Joined: Jan 27, 2007 Posts: 1067 Location: Sheffield, UK
Audio files: 5
G2 patch files: 78
|
|
Back to top
|
|
 |
kcinsu

Joined: Aug 29, 2007 Posts: 115 Location: San Francisco
Audio files: 1
G2 patch files: 6
|
|
Back to top
|
|
 |
kcinsu

Joined: Aug 29, 2007 Posts: 115 Location: San Francisco
Audio files: 1
G2 patch files: 6
|
|
Back to top
|
|
 |
kara

Joined: Sep 07, 2007 Posts: 111 Location: france
Audio files: 1
G2 patch files: 5
|
Posted: Wed Oct 29, 2008 12:55 am Post subject:
Re: probability sequencer |
 |
|
kcinsu wrote: | Here is a probability sequencer for you guys.
It is pretty self explanatory. |
Wow interesting approach and combinations.
I learned a lot from this one.
Thanks for sharing
k _________________ Free samples, Vsti's and Artist hosting at www.kara-moon.com
Music forum at www.kara-moon.com/forum |
|
Back to top
|
|
 |
jamos

Joined: Jun 01, 2004 Posts: 514 Location: Eugene, Oregon, USA
Audio files: 4
G2 patch files: 41
|
Posted: Tue Nov 18, 2008 8:32 pm Post subject:
|
 |
|
Try using a chaos generator (see patch archives/building blocks) to control a high-hat's decay and volume. You will get the most believable patterns from it, especially when the chaos generator is tuned to sit right on the border of order and chaos (chaordic behavior) |
|
Back to top
|
|
 |
kcinsu

Joined: Aug 29, 2007 Posts: 115 Location: San Francisco
Audio files: 1
G2 patch files: 6
|
|
Back to top
|
|
 |
|