User:Sibyl/T2 Assessment
Special Issue 28
Prototyping: Radio
polyrhythms experiment
"polyrhythms"
stack(
n("0").cpm(90*0/10),
n("1").cpm(90*1/10),
n("1.5").cpm(90*2/10),
n("2").cpm(90*3/10),
n("2.5").cpm(90*4/10),
n("3").cpm(90*5/10),
n("3.5").cpm(90*6/10),
n("4").cpm(90*7/10),
n("4.5").cpm(90*8/10),
n("5").cpm(90*9/10),
n("5.5").cpm(90*10/10),
n("6").cpm(90*11/10),
n("6.5").cpm(90*12/10),
n("7").cpm(90*13/10),
n("7.5").cpm(90*14/10),
n("8").cpm(90*15/10),
n("8.5").cpm(90*16/10),
n("9").cpm(90*17/10),
n("9.5").cpm(90*18/10),
n("10").cpm(90*19/10),
).sound("piano").scale("<C:major D:minor G:major>").slow("2")
reference: https://strudel.cc/?8F2i3iUI0G6A
writing machine experiment
setcpm(81/4)
//$:n("1 -4 -4 -4 1 -4 -4 -4").chord("F#m").voicing().sound("gm_acoustic_bass").lpf(500).room(.6).gain("2 1 1 1 2 1 1 1")
$:sound("<bd - sd -,hh hh hh hh>*8").bank("RolandTR808")
$:n("<-4*8 -7*8 -9*8>").chord("F#m").voicing().sound("gm_acoustic_bass")
$:n("<-4 -4 1 5 7 5 3 1>*8").chord("A").voicing().sound("gm_xylophone")
//$:"<Am Fm F>"
.pick({
Am: "57,60,64",
Fm: "57,60,65",
F: "54,57,62"
})
.note()
reflection
When I first participated in a radio production, I chose music as my main medium. I became interested in generating music through coding—using programming-like inputs to shape sound—which led me to start learning Strudel.
The process has been challenging. Creating compelling music still requires an understanding of music theory and sound structure, which made me realize that technology is only part of the practice.
I am still exploring—learning new tools while developing my sense of musical language. I hope to find a more natural connection between coding and sound, and expand my creative approach.
Exhibition:The-Calm-Machine
Welcome to the Calm Machine. Please sit down, relax for a moment. You have moved through the hall and made it here. This a space to ground yourself—without rushing, without judging. Reflect on the things you have observed. What sensations did you experience on your way? Did something feel strangely familiar? Did you notice something that sparked inspiration in you? What did your hands want to touch? Listen to your body, your thoughts, and your surroundings.
The Inner Machine Please take a 'key', open it and have a seat. You have entered the inner part of the machine, where you can touch, listen, and heighten your sensory perception. Feel the most tender and intimate part of the machine.
The Outer Machine
You have been here for a while now. Did you gather some fresh energy? If you feel like it, we would like to take you on a walk and thereby make you write a story. Breathe in some fresh air and feel the Rotterdam autumn winds on your face. Grab a pen and one of the walking cards. Just follow the instructions to start your journey! When you are done, please come back here to scan your results.
reflection
Having just arrived at a new school and entered a new phase of life, I am still trying to find my rhythm both in learning and in daily living. I find myself missing the comfort of my previous environment, and I am searching for a sense of balance. This is also why I created this work. Starting from my own feelings and perspective, I hope the audience can find a sense of resonance. I created a “cozy place” where people can rest, reflect, and explore their inner world.
Web to Print
reflection
This was my first time hand-binding a book and also my first time designing a book layout without using Adobe software. Although I encountered many challenges along the way, solving them allowed me to gradually learn CSS, which gave me a strong sense of achievement.
Special Issue 29
Prototyping
After understanding the rules of P2P, we tried to use Soulseek as a platform to build a virtual private community, which we called “the Garden.” However, things didn’t go smoothly at first. We discovered that the school network imposed restrictions on the software’s functionality. In the end, we chose to use Eddie VPN. After purchasing a one-month VPN subscription, we were finally able to freely access each other’s private profiles and download files.
- tree web I built this website using our Garden framework.
#!/usr/bin/env bash set -euo pipefail tree \ -L 5 \ -H ./ \ --charset UTF-8 \ --noreport \ -o tree3.html \ .
Workshop: Potluck Files