JACQUES SODDELL
sound art | video art
performance | installation
sound design
fungal music -
MODELLING MICROBIAL GROWTH
models of filamentous microbes and their music
An honours thesis based on an investigation into modelling the growth of filamentous microbes using Lindenmayer systems was submitted by Fran Soddell to La Trobe University, Bendigo in 1993.
This thesis showed that it was possible to model microbial growth, producing "trees" that resembled colonies of growing microbes. The investigation also collected growth data on a live fungus, Mucor M41, and used these data to produce parametric L-
This page presents 2 models and the resulting sound files produced by Lsys2midi.
Dichotomous branching (branches at growing tip) occurs occasionally in fungi
L-
/* * Fran Soddell * honours thesis fig 17 * fig17g * altered to make music * Date:11/01/00 */
#define maxgen 11
#define step 0.25
#define delta 25
START : F(step)b
p1: b -
sounds
F17 MIDI file F17organ excerpt F17db excerpt F17goa excerpt
The midi file presented here represents the output from generation 12 using a general midi organ as the default instrument. The midi file contains 2 parallel sequences generated by the L-
The L-
Lateral branching (branches away from growing tip) is commonly found in fungi
L system
/* * Fran Soddell * honours thesis fig 16 * fig16 * altered to make music * 11/01/00 */
#define maxgen 7
#define step 0.5
#define delta 25
START : F(step)b
p1: b -
p2: a -
The L-
F16 and F17 MIDI file combined
Stochastic systems
each run is different
Every time a stochastic L-