Skip to content

Instantly share code, notes, and snippets.

@0atman
Created June 25, 2024 15:14
Show Gist options
  • Save 0atman/2cc632a557fa3c8b28a4396bf28829c9 to your computer and use it in GitHub Desktop.
Save 0atman/2cc632a557fa3c8b28a4396bf28829c9 to your computer and use it in GitHub Desktop.
The source code to my track 'siberspace'
setcps(130/60/4)
samples('shabda/speech/fr-FR/f:Governments of the Industrial World')
samples('shabda/speech/fr-FR/f:you weary giants of flesh and steel')
samples('shabda/speech/fr-FR/f:aï come from saïberspace')
samples('shabda/speech/fr-FR/f:the new home of Maïnd.')
samples('shabda/speech/fr-FR/f:On behalf of the future')
samples('shabda/speech/fr-FR/f:aï ask you of the past')
samples('shabda/speech/fr-FR/f:to leave us alone')
samples('shabda/speech/fr-FR/f:You are not welcome among us')
samples('shabda/speech/fr-FR/f:You have no sovereignty where we gather.')
samples('shabda/speech/fr-FR/f:aï address you with no greater authority')
samples('shabda/speech/fr-FR/f:than that with which liberty itself always speaks.')
samples('shabda/speech/fr-FR/f:aï declare the global social space we are building')
samples('shabda/speech/fr-FR/f:to be naturally independent of the tyrannies you seek to impose on us.')
samples('shabda/speech/fr-FR/f:You have no moral right to rule us')
samples('shabda/speech/fr-FR/f:nor do you possess any methods of enforcement')
samples('shabda/speech/fr-FR/f:we have true reason to fear.')
samples('shabda/speech/fr-FR/f:Ours is a world that is both everywhere and nowhere but it is not where bodies liv')
samples('shabda/speech/fr-FR/f:We will spread ourselves across the Planet so that no one can arrest our thoughts.')
samples('shabda/speech/fr-FR/f:We will create a civilization of the Maïnd in saïberspace')
samples('shabda/speech/fr-FR/f:May it be more humaïne and fair')
samples('shabda/speech/fr-FR/f:than the world your governments have made before.')
stack(
s(`[
[~]/16
Governments_of_the_Industrial_World
you_weary_giants_of_flesh_and_steel
aï_come_from_saïberspace
the_new_home_of_Maïnd
[~]/4
On_behalf_of_the_future
aï_ask_you_of_the_past
to_leave_us_alone
You_are_not_welcome_among_us
You_have_no_sovereignty_where_we_gather
[~]/4
aï_address_you_with_no_greater_authority
than_that_with_which_liberty_itself_always_speaks
aï_declare_the_global_social_space_we_are_building
to_be_naturally_independent_of_the_tyrannies_you_seek_to_impose_on_us
[~]/4
You_have_no_moral_right_to_rule_us
nor_do_you_possess_any_methods_of_enforcement
we_have_true_reason_to_fear
[~]/4
Ours_is_a_world_that_is_both_everywhere_and_nowhere_but_it_is_not_where_bodies_liv
[~]/4
We_will_spread_ourselves_across_the_Planet_so_that_no_one_can_arrest_our_thoughts
We_will_create_a_civilization_of_the_Maïnd_in_saïberspace
May_it_be_more_humaïne_and_fair
than_the_world_your_governments_have_made_before
[~]/4
[~]/4
aï_come_from_saïberspace
the_new_home_of_Maïnd
[~]/4
[~]/4
aï_come_from_saïberspace
the_new_home_of_Maïnd
[~]/4
aï_come_from_saïberspace
[~]/4
aï_come_from_saïberspace
[~]/4
aï_come_from_saïberspace
[~]/4
aï_come_from_saïberspace
]/128
`).gain(0.9).room(0.5).delay(0.5),
note("e1 e2")
.fm("7").gain(0.7)
.lpf(perlin.range(90,1000).slow(8))
.lpenv(-3).lpa(.2).room(.5).fast(2)
._punchcard(),
note(irand(16).segment(16).scale("e1:minor:pentatonic"))
.degradeBy(0.4).slow(4)
.s("piano")
.lpf(500)
.gain(0.9).legato(0.95)
.room(2)
._punchcard(),
s("[bd:11]*4").gain(0.9).lpf(400).room(0.2)._punchcard(),
note("[e1 e3 e2 e1]*2").s("sawtooth").legato(0.9).mask("[1 1 1 1]*4")
.lpq(16)
.lpf(rand.range(300,1500).slow(4))
.gain(rand.range(0.9,1).slow(4))._punchcard()).scope()
@0atman
Copy link
Author

0atman commented Jun 25, 2024

A silly track, but so fun to make! My first attempt with Strudel.
Remix the track yourself -in-browser: https://strudel.cc/?Vwdkb_BdxuNH

Text written by the late great jpb: https://www.eff.org/cyberspace-independence
Algorave software http://Strudel.cc
TTS engine: shabda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment