2024-09-28 22:50:28 +00:00
Looptober 2024
==============
2024-10-12 00:39:24 +00:00
This year for Looptober I decided to use my Arduino (in combination with my
modular synth rack) for every track. The source code for each day's track
2024-10-18 23:45:12 +00:00
is here and the tracks are on [my Funkwhale server ](https://music.mikelynch.org/library/albums/31/ )
2024-10-19 02:30:05 +00:00
## Track notes
### 1 Logistic
2024-10-19 07:41:30 +00:00
Using the [logistic map ](https://en.wikipedia.org/wiki/Logistic_map ) at an almost-chaotic point to control pitch
2024-10-19 02:30:05 +00:00
### 2 300 Baudrillard
2024-10-19 07:41:30 +00:00
The noise is the output from the logistic map as an audio-rate signal, sequencer is also the Arduino
2024-10-19 02:30:05 +00:00
2024-10-19 07:39:16 +00:00
### 3 Spoopy
2024-10-19 02:30:05 +00:00
Using my basic sequencer to drive three tracks. It goes out of sync because
the basic sequencer has bad timing.
2024-10-19 07:39:16 +00:00
### 4 Strong Fish's Fight Theme
2024-10-19 02:30:05 +00:00
2024-10-19 07:41:30 +00:00
I implemented the [Karplus-Strong algorithm ](https://mikelynch.org/2024/Feb/03/buffer/ ) early this year, this is two tracks
2024-10-19 02:30:05 +00:00
of that with different filters applied in the modular.
2024-10-19 07:39:16 +00:00
### 5 Bad Wavetable
2024-10-19 02:30:05 +00:00
2024-10-19 07:42:47 +00:00
Using some very dodgy wavetable synthesis I did earlier this year
2024-10-19 02:30:05 +00:00
2024-10-19 07:39:16 +00:00
### 6 Cyber Jubilee
2024-10-19 02:30:05 +00:00
More of the wavetables but this time the aliasing adds to the effect
2024-10-19 07:39:16 +00:00
### 7 Mutations
2024-10-19 02:30:05 +00:00
2024-10-19 07:42:47 +00:00
Modifying a sequence as it's being played
2024-10-19 02:30:05 +00:00
2024-10-19 07:39:16 +00:00
### 8 Cellophane
2024-10-19 02:30:05 +00:00
First experiment with generating clouds of randomised gate signals
2024-10-19 07:39:16 +00:00
### 9 Stomp 7
2024-10-19 02:30:05 +00:00
More sequencing and a 7-TET tuning system. The timing errors really show up at
the end of this
2024-10-19 07:39:16 +00:00
### 10 Too Many LFOs
2024-10-19 02:30:05 +00:00
Using all four of the DAC's outputs as LFOs to drive a bunch of settings on
two tracks of synths
2024-10-19 07:39:16 +00:00
### 11 Scratchpad
2024-10-19 02:30:05 +00:00
2024-10-19 07:42:47 +00:00
A beat made with Karplus-Strong through a waveshaper module and filter and
2024-10-19 02:30:05 +00:00
echo
2024-10-19 07:39:16 +00:00
### 12 Interrupt
2024-10-19 02:30:05 +00:00
I relearned what I'd forgotten about Arduino interrupts and got a sequencer
2024-10-19 07:42:47 +00:00
which can count time properly
2024-10-19 02:30:05 +00:00
2024-10-19 07:39:16 +00:00
### 13 Accidental FM
2024-10-19 02:30:05 +00:00
Accidentally made an FM synthesiser by plugging the Karplus-Strong rhythm into
a VCO's pitch control
2024-10-19 07:39:16 +00:00
### 14 Mondayitis
Trying to make something moody with the sequencer
### 15 Stretch
Trying to make something a bit funky with Karplus-Strong but that accidental
FM synth is crawling around in the background
### 16 Eggmeat for Rooroo
The accidental FM synthesiser being tweaked in two channels
### 17 Superheterodyne
Fiddling with sliders on one of my synth modules resulted in this scratchy
stuff
### 18 At Anchor
A better (I think) attempt at making something moody with the sequencer
### 19 Craquelure
Using the random-note-clouds technique from the 8th but this time picking
pitches from a hexany tuning, running it four times and drenching it in
reverb
2024-10-20 06:11:39 +00:00
### 20 Fibomod
Using the Fibonacci series modulo n, also known as the (Pisano period)[https://en.wikipedia.org/wiki/Pisano_period], as a wavetable, and incrementing n for each note in the sequence
2024-10-25 01:57:03 +00:00
### 21 Jacob's Ladder
2024-10-20 06:11:39 +00:00
2024-10-25 01:57:03 +00:00
Deliberate FM synthesis by using a wavetable as the control voltage of a VCO
2024-10-20 06:11:39 +00:00
2024-10-25 01:57:03 +00:00
### 22 Onomatopoeia
Triggering LFO patterns from the sequencer
### 23 Ha Ha
Using the triggering stuff from 22 to build a track with more structure
### 24 Wander
Another 7TET piece using the sequencer
### 25 Ribosome
Using the sequencer to trigger envelopes and LFOs at two scales - notes and
bars
### 26
Basic slew / portamento