Synth.BT Kickstarter
When I was playing with my mother32 and dfam the last time I ran out of mults and started to research passive utilitie modules for my modular - especially diy options but I didn't build them - I ran into this kickstarter project by Robert Jordan and backed it instead :-)
https://www.kickstarter.com/projects/synth-bt/synthbt-modular-synthesizer-tools
can't wait for them to arrive :-)
read more ...Phase Shift
I made a video for my track "Phase Shift" in processing.
The song is two lines playing the same melody, but with different loop lengths - shifting in and out of phase
The animation was generated from a wild combination of trigonometric and noise functions generating 7200 curve vertices that are slowly changing over time
read more ...new Track - Phase Shift
two lines playing the same melody, but with different loop lengths - shifting in and out of phase
read more ...new Track - Random Broken Piano
this track started with a short piano loop that was timestretched and mangled in various ways to create a string like pad
read more ...new Track - random Point in the Infinite
a new synth track exploring the infinte phase space of sonic possibilities
read more ...processing sound visualizer explained
I have been asked to share the code of the sound visualizer I wrote in processing about a year ago, so I decided to write a blogpost explaining what I did
The program has two main parts - the autocorrelation function that creates the wiggly line and a glsl filter for the lens-distortion effect.
read more ...SynthJam 01 2019
Yesterday it came to my mind, that in the last few weeks I've spent more time working on my music equipment than actually making music - I created a new stand for my Mother32 and my DFAM, I made a midi to trigger signal box based on an arduino, I wrote a controller script for my KMI SoftTouch2 so I can controll bitwig with my feed while jamming - all very important tasks that will help me focus on making music - but currently it feels like all those task are eating my time for making music.
So I recorded a quick synth jam using the repro1 plugin from uhe and the mother32 in Bitwig Studio. I also added some drums from the Volca Beat, the volca sample and the DFAM.
So - without further ado - here is my first syth jam of 2019
read more ...Sonic Pi beatslicing livecoding session
this is the recording of a SonicPi Livecoding session made from 2 sample loops sliced and rearranged in different ways
for the drum sounds I used a drumloop sliced it into 32 peaces each 1% the length of the original loop. Each click is chosen at random from the ring created by the line command.
n = 32
l = 0.01
s = line(0, 1, steps: n+1).choose
f = [1,s + l].min
sample "drumloop.wav", beat_stretch: 16, start: s, finish: f
The samples are triggered at a given 16th slot with a changeable probability.
the e-piano loop is played back at different speeds chosen from an array using [1,-1,0.5, -0.5, 0.75, -0.75].choose and placed at a random position in the stereofield using a :pan fx
New Song - A Target you can't see
a repeating yet ever changing 10 note pattern creating a world for the melody to live in