cd /news/artificial-intelligence/the-source-code-to-my-track-siberspa… · home topics artificial-intelligence article
[ARTICLE · art-12532] src=gist.github.com ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

The source code to my track 'siberspace'

The article presents the source code for a music track titled "siberspace," which appears to be created using a live coding or algorithmic music environment. The code sets a tempo, loads French speech samples from a "shabda" library, and arranges them into a rhythmic structure alongside synthesized bass, piano, and kick drum patterns. The speech samples are derived from a text that declares cyberspace as an independent domain free from governmental control.

read1 min views28 publishedJun 25, 2024

siberspace.js

  This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.

Learn more about bidirectional Unicode characters

Show hidden characters
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()
── more in #artificial-intelligence 4 stories · sorted by recency
── more on @governments of the industrial world 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/the-source-code-to-m…] indexed:0 read:1min 2024-06-25 ·