SI28-Radio-Worm/Week4: Difference between revisions
| Line 21: | Line 21: | ||
==Recap of the Show== | ==Recap of the Show== | ||
=== | ===Session 1 | Sibyl: Live Coding Music=== | ||
🎵 playing '''The Prelude in C major''' by Johan Sebastian Bach ''The Well-Tempered Clavier'' | |||
writing machine one: | |||
<syntaxhighlight lang="javascript"> | |||
this is the music note of '''The Prelude in C major''', I visualised this note to see the repeat pattern easily...[[File:Note.png|427x427px|center]]copy the patterm from Strudel's Bakery<syntaxhighlight lang="javascript"> | |||
// "polyrhythms" | // "polyrhythms" | ||
stack( | stack( | ||
| Line 49: | Line 51: | ||
.sound("piano").scale("<C:major D:minor G:major>").slow("2") | .sound("piano").scale("<C:major D:minor G:major>").slow("2") | ||
</syntaxhighlight>I tried to incorporate the concept of CONTRAFACT and built a writing machine using strudel.<syntaxhighlight lang="javascript"> | |||
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() | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 00:21, 1 December 2025
In this week's XPUBer Radio Show, Sibyl brings us her Live Coding Music, Soda brings us his interviews in Rotterdam over The past few weeks, and Phillp will introduce his novel The Dragon of Arnhem.
Hosts
Kiki, Sibyl, Phillip, Soda, Robin
Marco provided us with technical assistance
Broadcast
Listen to our broadcast here
Shownotes
https://etherpad.wikimedia.org/p/radio_10.27(our radio show script)
a pad(in fact I don't know who did the link)
Recap of the Show
Session 1 | Sibyl: Live Coding Music
🎵 playing The Prelude in C major by Johan Sebastian Bach The Well-Tempered Clavier
writing machine one:
this is the music note of The Prelude in C major, I visualised this note to see the repeat pattern easily...
copy the patterm from Strudel's Bakery
// "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")
I tried to incorporate the concept of CONTRAFACT and built a writing machine using strudel.
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()
Session 2 | Soda: The City of Rotterdam as a Writing Machine
Soda believes that Rotterdam itself is a huge writing machine. People living here constantly create stories. So he chose to interview those who are still active on the streets of this city at night, asking them for their views on the city and their stories.