How can you program AK/A4 so that the oscillators are played at random pitch?
Like, how can I make a sound that resembles the intro to Kraftwerk Electric Cafe?
How can you program AK/A4 so that the oscillators are played at random pitch?
Like, how can I make a sound that resembles the intro to Kraftwerk Electric Cafe?
lfo = random shape
destination = pitch
mode = hold
and countless other ways
edit: this requires trigs which will all be random in pitch to the desired depth
alternatively set mode to free and hold a long note - then the pitch will vary at the LFO rate - if the factor of rate/mult is a factor of 16 e.g. it will tie into the sequencer tempo
why not free?
never mind