VOID PLENITUDE (2024 - IP)
4-channel audio composition
DURATION ↴
- Bass clarinet mov. (2024): 11 min 27 sec
PERFORMANCES ↴
- '...für Lautsprecher', Concert of contemporary computer music | November 15, 2024 | Reaktorhalle of the University of Music and Performing Arts Munich (Bass clarinet mov.)
- Sanandaj Electroacoustic Music Festival | December 22-23, 2024 | University of Art and Architecture | Sanandaj, Kordestan, Iran (Bass clarinet mov.)
-
Circuit Fantôme Season 5 | Floating Sound Gallery Vienna, Kulturverein Vronihof, Vienna | May 30, 2025 (Bass clarinet mov.)
-
Concierto de Música Electroacústica LIPM en colaboración con Floating Sound Gallery (Viena) | LIPM Centro Cultural Recoleta, Buenos Aires, Argentina | April 16, 2026 (Bass clarinet mov.)
Comments
A series of compositions that have emerged as a further development of a code example from the documentation file of the Demand class of the programming language SuperCollider. At the core of the compositions is the short code snippet from the help file:
(
{
var trig, seq, freq;
trig = Impulse.kr(24);
seq = Drand([Dseq((1..5).mirror1, 1), Drand((4..10), 8)], 2000);
freq = Demand.kr(trig, 0, seq * 100);
SinOsc.ar(freq + [0,0.7]).cubed.cubed.scaleneg(MouseX.kr(-1,1)) * 0.1;
}.play;
)
This code has been slightly modified to allow for various additional parameter definitions for the pieces. Consequently, all compositions in this series are derived from the same code and share the same architecture, but differ in the final landscape and it's nuances.