An exercise in constrained randomness.
Posted: Mon Aug 02, 2021 1:21 pm
Just about every note, trigger, pitch, velocity, delay, etc randomly generated on the fly - every render would be different. Jungle automation.
There's an infinite numbers of ways to do this - in this case I used a random arpeggiator with 4 "notes" assigned to each of 4 keys - it just walks around playing 16th notes in 4 note chunks. Then applied a random LFO to velocity (I gave it some upper and lower bounds so it wouldnt be too jarrling), slight randomization to pitch on snares (about 3 semi-tones, square LFO so it applies at trigger instead of like a pitchbend - the whole "note" is one pitch instead of wobbling around), randomization on delay (switching between 32nd and 64th notes (on/off) on a randomized 1/4th note cycle, etc etc...RUSTYNAILS wrote: ↑Wed Aug 11, 2021 3:24 pm Out of interest (showing my inexperience) how do you trigger random events in Ableton like that?
I've been playing about with some stuff using "robots" (RPA software - Blue Prism) to help make music so am really keen to play around with it a bit more if I can.
haha..love how complicated it soundsEDGEY wrote: ↑Wed Aug 11, 2021 6:21 pmThere's an infinite numbers of ways to do this - in this case I used a random arpeggiator with 4 "notes" assigned to each of 4 keys - it just walks around playing 16th notes in 4 note chunks. Then applied a random LFO to velocity (I gave it some upper and lower bounds so it wouldnt be too jarrling), slight randomization to pitch on snares (about 3 semi-tones, square LFO so it applies at trigger instead of like a pitchbend - the whole "note" is one pitch instead of wobbling around), randomization on delay (switching between 32nd and 64th notes (on/off) on a randomized 1/4th note cycle, etc etc...RUSTYNAILS wrote: ↑Wed Aug 11, 2021 3:24 pm Out of interest (showing my inexperience) how do you trigger random events in Ableton like that?
I've been playing about with some stuff using "robots" (RPA software - Blue Prism) to help make music so am really keen to play around with it a bit more if I can.