20.02.2024
Drones for Assange
Droning for peace
Droning for justice
Droning for journalism
Droning for freedom
Freedom for Assange
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
released on December 24, 2024
music by lixt.
live coding performance with threnoscope at lixt's studio, Pietrasanta, Lucca, Italy.
this music was released by Sounds for the Soul Records as part of the 24 Hours of Drone compilation
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ThrenoScope.new(2, 'dev', "B");
~drones.createDrone(\klank, 3, harmonics: 2, amp: 0.2, name: \tone);
~tone.amp_(0, 4);
~tone.harmonics = 5;
~tone.kill(30);
set(\harmonics, 4);
scope(2);
type = \klank;
~tone.set(\out, ~reverbInBus);
synth
resonance = 0.8;
~drones.createSatellites(\gendy, tonic: 2, spread: 4, num: 12, amp: 0, name: \cellos);
~cellos.amp_(0, 3);
~cellos.set(\out, ~harmInBus);
~drones.createChord(\eliane, 4,chord: \minor6, harmonics: 5, amp: 0, name: \eli);
~eli.amp_(0, 3);
~eli.chord = \minorMajor7thAdd13;
~eli.set(\out, ~harmInBus);
~drones.killAll;
#by_lixt