Bogosort Takes the "A" Train Until it Sorts the List

Поділитися
Вставка
  • Опубліковано 19 січ 2024
  • Choo choo. Bogosort sheds over the changes to "Take The A Train" until it successfully sorts the list.
    The Bogosort algorithm is as follows:
    1. Randomly shuffle the list.
    2. Check if the list is sorted.
    3. If not, go back to 1.
    For a list of n elements, there is a 1/n! chance that Bogosort successfully sorts the list on any given pass, since there are n! (n factorial) possible permutations of the list. So with six elements, the probability of the list being sorted on any given pass is 1/6! = 1/720 ≈ 0.00139.
    In this instance, the algorithm took 2262 passes to sort the list (a particularly "unlucky" run of the algorithm). The probability of the algorithm taking at least 2262 attempts (i.e. not finishing on the first 2261 attempts) is only ((6! - 1) / 6!) ^ 2261 ≈ 0.0432 (4.3%).
    The six elements of the list are mapped to notes of a specific scale, depending on which chord is being played in the progression. The scales used are the major pentatonic, Lydian dominant, natural minor, altered scale, and Mixolydian.
    The shuffling algorithm used is the Fisher-Yates Shuffle, from lowest index to highest. The note played is the value of the element at the current index in the outer for-loop of the shuffle algorithm.
    ________
    Interested in learning more about algorithms and how to program? Here are some useful and/or classic textbooks that I recommend (these are affiliate links, if you buy one, I get a small commission):
    ▶”Algorithms” (4th Edition) by Robert Sedgewick & Kevin Wayne: amzn.to/3uo25xR
    ▶”Effective Java” (3rd Edition) by Joshua Bloch: amzn.to/3HOnYJL
    ▶”Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming” by Eric Matthes: amzn.to/481jQ43
    ▶“Design Patterns: Elements of Reusable Object-Oriented Software” by Erich Gamma, Richard Helm, Ralph Johnson, & John Vlissides: amzn.to/49fpr7R
    #jazz #algorithm #altered #music #musictheory #solo #billystrayhorn #dukeellington #atrain #improvisation #bogosort #sortingalgorithm #sorting #visualization #computerscience #programming #code #satisfying #asmr #scrollingscore #transcription #hypnotic #studymusic #focusmusic

КОМЕНТАРІ • 311

  • @AlgoMotion
    @AlgoMotion  4 місяці тому +502

    **Moments of Interest**
    List sorted in reverse order:
    12:15
    17:04
    17:32
    One adjacent-element swap away from being sorted (Kendall tau distance of 1):
    4:35
    5:47
    6:55
    8:52
    10:53
    11:25
    11:54
    12:29
    12:53
    13:35
    15:47
    16:38
    18:31
    22:20
    24:04
    24:44
    27:01
    27:30
    28:06

    • @carryingautoclicks7501
      @carryingautoclicks7501 4 місяці тому +5

      yeah sure buddy "G7"

    • @saltedmutton7269
      @saltedmutton7269 4 місяці тому

      ​@@carryingautoclicks7501ok "Natural Minor"

    • @redpepper74
      @redpepper74 4 місяці тому +3

      Also 19:34 is like climbing two hills

    • @PianoCzarX
      @PianoCzarX 4 місяці тому +33

      At 0:26 on Fmaj7 it did the same pattern twice in a row

    • @dino2808
      @dino2808 4 місяці тому +5

      i love how stupid this is while still being incredibly nice interesting and clean

  • @samcrowther3942
    @samcrowther3942 4 місяці тому +1480

    There exists a universe where BOGO sort works perfectly everytime and no one can figure out why

    • @mozvi1436
      @mozvi1436 4 місяці тому +223

      There's also a world where BOGO always plays existing jazz pieces, and no one cares because everyone is busy vibing to the music.

    • @toaster_toast4973
      @toaster_toast4973 4 місяці тому +47

      Good ole quantum bogo sort :)

    • @whannabi
      @whannabi 4 місяці тому

      ​@@toaster_toast4973would be nice to try it

    • @jeskee2655
      @jeskee2655 4 місяці тому +229

      There also exists infinitely more universes where bogosort worked perfectly every time, it became it's own universal law, and societies, sciences, math, and electronics were built around bogosort working every time with hyperefficient supercomputers becoming standard since all information could be stored and sorted with no problem only for it to suddenly start working like it does in our universe, causing sudden societal collapse.

    • @Andaisdet
      @Andaisdet 4 місяці тому +142

      There’s also a universe where it works every single time except for when one specific guy does it

  • @MA-naconitor
    @MA-naconitor 4 місяці тому +1069

    What classical musicians think improvisation is

    • @kishinslayer2228
      @kishinslayer2228 4 місяці тому +18

      LMFAO

    • @eric.is.online
      @eric.is.online 4 місяці тому +2

      🤣🤣🤣

    • @piedra4165
      @piedra4165 4 місяці тому +4

      Es que la improvisación tiene un cello característico, incluso cuando improvisas en barroco o romanticismo suele ser una colección de aprendizajes y posibilidades. El video sería la exageración de éso.

    • @rewindcat7927
      @rewindcat7927 4 місяці тому

    • @a-ramenartist9734
      @a-ramenartist9734 4 місяці тому +16

      Meanwhile kapustin fans: hard coding each step in the sort so people don't realize you don't actually know how to make a sorting algorithm
      (Btw this is a joke I know he was a jazz pianist before)

  • @jolkert_
    @jolkert_ 4 місяці тому +829

    i was listening to this in the background and i forgot it was a bogosort, and when it finished sorting i was like "what just happened why did it stop?"

  • @hey_gnatalie
    @hey_gnatalie 4 місяці тому +974

    as both a jazz and sorting algorithms enthusiast, I'm glad to know there's one other person on earth like me

    • @hey_gnatalie
      @hey_gnatalie 4 місяці тому +28

      to the other few of us in the comments: fate has brought us here this week

    • @Comonad
      @Comonad 4 місяці тому +19

      My poor brain. Two very, very distinct parts of my brain that had never connected before just got seriously muddled
      “is there a jazz musician called Bogosort? Is there an algorithm called A train”

    • @masbotalpha684
      @masbotalpha684 4 місяці тому +1

      As a strictly history guy, I’m fascinated by how your brain must work; I can’t even put myself into that head space, but it’s so cool to me

    • @catsupempire3920
      @catsupempire3920 4 місяці тому

      What is a sorting thingy? It looks like flashing lights to me.

    • @christianloizou4463
      @christianloizou4463 4 місяці тому

      Me too! I have a degree in Music, and very nearly went to Uni for CompSci instead of Opera aha.

  • @Hermaphroditious
    @Hermaphroditious 4 місяці тому +434

    Ahh, yes, for when I need my bogos binted

  • @prestokrevlar
    @prestokrevlar 4 місяці тому +386

    This is the stupidst thing I have ever seen but also the most hilariously specific to my interests any recommended video has been.

    • @DylanRollinss
      @DylanRollinss 4 місяці тому +1

      This is exactly how I feel. They've captured my jazz interest and DSA somehow and merged them into greatness.

  • @olliezoop
    @olliezoop 4 місяці тому +72

    This the type of music that plays in a Phoenix Wright game when you're tasked with looking at the evidence in close detail and the judge is asking you to point out the big circle on it that says "MURDERER" on it in big red letters

  • @carryingautoclicks7501
    @carryingautoclicks7501 4 місяці тому +424

    why does this sound so much better than when I sort notes randomly

    • @munmunyee
      @munmunyee 4 місяці тому +126

      the algo has perfect rhythm and tonal attack, you probably don't

    • @Mnnvint
      @Mnnvint 4 місяці тому +165

      Probably because they chose appropriate scales for the chords according to Jazz musical theory :)

    • @kveonlichman2917
      @kveonlichman2917 4 місяці тому +48

      all the notes are in the scale

    • @nahometesfay1112
      @nahometesfay1112 4 місяці тому +72

      The order of the notes is random, but the notes are always picked from scales that match the chord being played

    • @andrewferguson6901
      @andrewferguson6901 4 місяці тому +29

      And on top of what everyone else said, you're not actually very random

  • @savarin_yt
    @savarin_yt 4 місяці тому +133

    Imagine something like this implemented in a game where it keeps generating a list (you could make it determine like the next 10 list sequences so it doesn't chug), and using it as BGM for a very unusual or unsettling place. Then when it finally sorts, it starts repeating itself sorted, and something happens or changes on the environment lol

    • @emerablade2021
      @emerablade2021 4 місяці тому +11

      I like how you think

    • @adiaphoros6842
      @adiaphoros6842 4 місяці тому +9

      May introduce you to aleatoric music

    • @ferociousfeind8538
      @ferociousfeind8538 4 місяці тому +2

      Could always just _not_ stop, it doesnt actually have to be bogosort, it can just be choosing a chord, choosing six notes from that cord, and playing them in a random order

  • @FaultyTwo
    @FaultyTwo 4 місяці тому +107

    Bogosort is my favorite Jazz composer ngl.

  • @BreadGod
    @BreadGod 4 місяці тому +333

    This could be a solo that jazz majors study and youtubers write hour long video essays on

    • @forggg
      @forggg 4 місяці тому

      I'd love to see that 🙏

    • @luviaengrafito
      @luviaengrafito 4 місяці тому +13

      It actually has interest. I hear two independent melodies. One consisting of the lowest notes and other with the highest notes. And giving the algorítmic nature of this sorting of notes they start making leasing rhytms. I personal y like the low melody a lot.

    • @luviaengrafito
      @luviaengrafito 4 місяці тому

      It actually has interest. I hear two independent melodies. One consisting of the lowest notes and other with the highest notes. And giving the algorítmic nature of this sorting of notes they start making leasing rhytms. I personal y like the low melody a lot.

    • @luviaengrafito
      @luviaengrafito 4 місяці тому +1

      It actually has interest. I hear two independent melodies. One consisting of the lowest notes and other with the highest notes. And giving the algorítmic nature of this sorting of notes they start making leasing rhytms. I personal y like the low melody a lot.

    • @thealienarms
      @thealienarms 4 місяці тому +4

      It actually has interest. I hear two independent melodies. One consisting of the lowest notes and other with the highest notes. And giving the algorítmic nature of this sorting of notes they start making leasing rhytms. I personal y like the low melody a lot.

  • @andyghkfilm2287
    @andyghkfilm2287 4 місяці тому +8

    Great idea playing a tonic note in the bass every time the key changes. It makes it play as not noise, but music.

  • @fartgarfunkeljr
    @fartgarfunkeljr 4 місяці тому +297

    Lowkey a jam. Would easily work as BGM in essay videos

    • @David-um8tb
      @David-um8tb 4 місяці тому +17

      They should try to get it in a stock audio library or something.

    • @cara-seyun
      @cara-seyun 4 місяці тому +17

      Anyone can use it, maybe not this video exactly, but there are (4^n)! possible melodies (where n is the length of the long in stanzas)

  • @xentombmentx5910
    @xentombmentx5910 4 місяці тому +88

    I keep expecting Louis Cole drums to kick in

    • @WillSinks
      @WillSinks 4 місяці тому +2

      Best comment here

    • @DickEnchilada
      @DickEnchilada 4 місяці тому +1

      Clowndaddy needs to bless us

    • @mootbooxle
      @mootbooxle 7 днів тому

      I have an overwhelming urge to jam with this on drums!

  • @roflattheworld
    @roflattheworld 4 місяці тому +55

    Having degrees in Music and CS, to say that this made my day would be a staggering understatement LOL - this is stunning

  • @Rhythm65536
    @Rhythm65536 4 місяці тому +16

    Hearing a bunch of random notes and then suddenly D7#11, and then just silence felt like a jolt to real life, like I had done something nonsensical and the music reacted to that action :P

  • @Space_Reptile
    @Space_Reptile 4 місяці тому +31

    Strong contender for jazz performance of the year

  • @MarkedForJazz
    @MarkedForJazz 4 місяці тому +11

    As a music major with a minor in math, this is definitely the content of all time

  • @figoprovenza9513
    @figoprovenza9513 4 місяці тому +58

    I finally found my place in the internet

  • @puffonxe_9529
    @puffonxe_9529 4 місяці тому +81

    this actually works so well as bgm

    • @puffonxe_9529
      @puffonxe_9529 4 місяці тому +7

      until just randomly ends 30 minutes in LOL

  • @AsyncMusic
    @AsyncMusic 4 місяці тому +11

    this'd be a really funny way to have a robot jazz musician in a video game

  • @ConnerMiner
    @ConnerMiner 4 місяці тому +6

    No one's gonna talk about how bogosort sorted the exact same permutation twice in a row at 0:26?

  • @ringkunmori
    @ringkunmori 4 місяці тому +31

    Mathrock fans be like: This is fire

  • @another_user05
    @another_user05 4 місяці тому +30

    i am honestly surprised on how consistent this was throughout the entire way through

    • @chain3519
      @chain3519 4 місяці тому

      I think that's probably because of the limited choice of notes. Would be interesting to see a probability distribution of all possible combinations

    • @GustvandeWal
      @GustvandeWal 4 місяці тому +2

      ​@@chain3519 Every combination has the exact same chance of occurring.

  • @SidKid-lt2ek
    @SidKid-lt2ek 4 місяці тому +10

    This is the kind of thing I really want to share... but for the life of me I can't think with who

  • @squishygrapeschannel3276
    @squishygrapeschannel3276 4 місяці тому +373

    When you realize that melodies are basically just random notes in the chord

    • @deadratjr
      @deadratjr 4 місяці тому +33

      The secrets of the universe have been revealed

    • @dokomni
      @dokomni 4 місяці тому +71

      mubsic theory. ,

    • @squishygrapeschannel3276
      @squishygrapeschannel3276 4 місяці тому +1

      @@deadratjr Lol

    • @JackOSergius
      @JackOSergius 4 місяці тому +10

      Not really, there are passing notes and other types of "decoration" you can add to melodies. But yeah, usually you have chord notes on the strong beat at least :)

    • @JohnSmith-qy1wm
      @JohnSmith-qy1wm 4 місяці тому +1

      Unless it's an accented passing tone *shrugs*

  • @GustvandeWal
    @GustvandeWal 4 місяці тому +2

    This is so calming. Knowing the notes are ordered randomly makes me stop anticipating specific notes, and only notice nice sequences as they come. Over and over again.

  • @jazzensemble
    @jazzensemble 4 місяці тому +15

    This is unironically fun to listen to

  • @deadratjr
    @deadratjr 4 місяці тому +24

    I could sit here and listen to this for hours.

  • @ZonTew
    @ZonTew 4 місяці тому +13

    This is so cool I noticed that my ears were almost duel listening to the song in every other note throughout the video a little after the beginning until the end. I believe I was mainly caught on the 1,3,5 (the 1st, 3rd, and 5th note) rhythm but at the same time I was also managing to hear the 2,4,6 rhythm as well. So interesting!

    • @nepunepu5894
      @nepunepu5894 4 місяці тому

      I do heard some fake accents throughout the song as well. Very funky that the brain do this.

    • @nepunepu5894
      @nepunepu5894 4 місяці тому

      I do heard some fake accents throughout the song as well. Very funky that the brain do this.

    • @nepunepu5894
      @nepunepu5894 4 місяці тому

      I do heard some fake accents throughout the song as well. Very funky that the brain do this.

  • @thepostapocalyptictrio4762
    @thepostapocalyptictrio4762 4 місяці тому +6

    Not everyone can claim to invent a new genre of Jazz, but it seems you have.

  • @NaThingSerious
    @NaThingSerious 4 місяці тому +9

    Top 10 best jazz improvisations

  • @majorse203
    @majorse203 3 місяці тому

    my favorite bogo sort sheds video
    probably because it doesn't have many confusing jazzy scales/chords

  • @TheosTechTime
    @TheosTechTime 4 місяці тому +13

    What an amazing melody, it’s strange because it’s just random.

  • @Obscurity202
    @Obscurity202 4 місяці тому +22

    Awesome. I would be interested to hear one with phrasing. Gets a bit intense to have a constant stream of notes blasting at you for hours on end

  • @supervaka9584
    @supervaka9584 4 місяці тому +5

    why do we find this musically pleasing?

    • @untrustworthybagel
      @untrustworthybagel 4 місяці тому +8

      All the notes are within scales that compliment their respective chords and the tempo is consistent
      The timespan of the chords are different lengths which adds some rhythm to it

    • @ferociousfeind8538
      @ferociousfeind8538 4 місяці тому +3

      Yeah, the order of the notes isn't very important when they're basically just playing chords that are expanded out over a measure
      So bogosort is just being used to add a bit of spice to otherwise normally-arpeggiated chords
      (I think that's the right term)

  • @isaac3786
    @isaac3786 4 місяці тому +9

    This sounds like something from the portal 2 soundtrack to me somehow.

  • @aBucketOfPuppies
    @aBucketOfPuppies 4 місяці тому +3

    Somehow really relaxing. Perhaps something to do with biophilic randomness. I literally just put this on to relax and have dinner tonight

  • @lior_shiboli
    @lior_shiboli 4 місяці тому +10

    Thats so absolutely niche and i love it

  • @khateatingcactus
    @khateatingcactus 4 місяці тому +2

    I've been listening to this for 2 hours now. After a while you start going mad and one specific note starts to come out more noticeably than the others, until its all you can hear in a background of random beeps.

  • @bobanobahoba1642
    @bobanobahoba1642 4 місяці тому +3

    This is my alarm clock sound now

  • @yungifez
    @yungifez 4 місяці тому +2

    Sorting algorithm
    My best type of jazz music

  • @isawadelapradera6490
    @isawadelapradera6490 4 місяці тому +2

    sounds stupidly great

  • @Dreid330
    @Dreid330 4 місяці тому +1

    2:59 this ii V was killer 🔥🔥

  • @DuringDark
    @DuringDark 4 місяці тому +17

    Hoping this takes the Algorithm train (the yt type not the sorting type)

  • @DaggerSkullery
    @DaggerSkullery 4 місяці тому +3

    I really like this as randomly generated background music.
    Is there any way this is a more efficient way of having seemingly infinite random background music in a game?
    Like the least efficient way would be to have an insanely long music track in the game files that would start at a random point in the track whenever it was used.
    The file would take so much space.

    • @kal9728
      @kal9728 4 місяці тому

      Idk anything about this but it seems like that would take a lot more processing power than playing an audio file does

  • @luxaley
    @luxaley 4 місяці тому +1

    this is how they made the music for the portal games

  • @awambawamb
    @awambawamb 4 місяці тому +38

    would you care to explain more in detail? it's interesting, but I can't get why "take on the A train" if the job is to sort notes in order from low to hig, and why it changes through chords, and which notes are used

    • @theepicosity
      @theepicosity 4 місяці тому +35

      the chords are from the song "take the a train" by duke ellington

    • @AlgoMotion
      @AlgoMotion  4 місяці тому +95

      Sure, as someone else said the underlying chord changes are from the tune "Take the A Train". The bogosort algorithm is just trying to sort a list of 6 elements by shuffling it randomly over and over until it's sorted. The notes being played are from commonly used scales to improvise over these changes, and the scale changes as the underlying chord changes. As the sort proceeds, the items in the 6-element list are mapped to 6 specific notes in the current chord's (manually curated) scale, and that's what you see/hear. Make sense?

    • @awambawamb
      @awambawamb 4 місяці тому +8

      @@AlgoMotion thanks, now it all makes sense! brilliant!

    • @itsallbunsanyway
      @itsallbunsanyway 4 місяці тому +2

      @@AlgoMotion I needed this explanation but what you’re saying is this thing isn’t even tryna solo but it’s shitting on me … got it 😭😭EDIT: you all ruined funny number likes 🤦🏾‍♂️🤦🏾‍♂️

  • @coenvalk833
    @coenvalk833 4 місяці тому +1

    The UA-cam algorithm got it right this time

  • @thomasaton
    @thomasaton 4 місяці тому +3

    need breakcore version of this

    • @the_representative
      @the_representative 4 місяці тому

      With both versions you would have the entire Portal 2 soundtrack

  • @Dertava02
    @Dertava02 Місяць тому

    Her: what music do you listen to?
    Me: it's complicated...

  • @olliezoop
    @olliezoop 4 місяці тому +2

    I'm only a minute and a half in and I already know my ass is gonna listen to this whole entire thing

  • @gabrieltorrez6731
    @gabrieltorrez6731 4 місяці тому +1

    Somehow, this is exactly the content I'm looking for

  • @extremepayne
    @extremepayne 4 місяці тому +3

    finally, i know what O(n*n!) sounds like

  • @X-3K
    @X-3K 4 місяці тому +3

    portal 2 community test chamber music

  • @Cluck121
    @Cluck121 4 місяці тому +7

    Wait how is this perfect for my interests and why do I deeply need more

  • @billdanbury
    @billdanbury 4 місяці тому +2

    The soundtrack when your SimCity 3000 population is between 2500 and 5000 people…

  • @Cellu1053
    @Cellu1053 4 місяці тому +2

    this is the coolest thing Ive seen in 2024 so far

  • @retroalligator
    @retroalligator 4 місяці тому +16

    Giant Steps bogosort?!

    • @whereammy
      @whereammy 4 місяці тому +5

      He already did it, twice

  • @Waffle_6
    @Waffle_6 4 місяці тому +1

    i really like this for some reason, im keeping it in my tabs

  • @bachouvenn3563
    @bachouvenn3563 4 місяці тому +1

    Idk why this eases my brain so much

  • @neoplumes
    @neoplumes 4 місяці тому +4

    This is the most creative thing I've ever seen

  • @jackweslycamacho8982
    @jackweslycamacho8982 4 місяці тому +1

    I accidentally opened the video a second time with a 1 minute desync and it is the best thing I've ever done

  • @archivethearchives
    @archivethearchives 4 місяці тому +2

    That is such a smart idea. I love it.

  • @Slferon
    @Slferon 4 місяці тому +3

    This goes hard
    -A bogo sort enthousiast

  • @Musicombo
    @Musicombo 4 місяці тому +3

    This slaps.

  • @LukePalmer
    @LukePalmer 4 місяці тому +4

    Wonder why it took so long. At 720 (6!) should be 63% chance of success already. The probability that it gets past 2,000 is only 6%. Lucky day for video length I guess...

    • @Pablo360able
      @Pablo360able 4 місяці тому

      That's more likely than rolling a 20 on a d20, so not that unlikely.

    • @joshcollins7771
      @joshcollins7771 4 місяці тому

      on average should take 499 attempts. but then it would only be a 6 minute video :/

  • @romualdgarcia7236
    @romualdgarcia7236 4 місяці тому +2

    This is beautiful

  • @lethalfreedom
    @lethalfreedom 4 місяці тому +1

    Bro this made me so relaxed

  • @AA-gl1dr
    @AA-gl1dr 4 місяці тому +1

    Thank you algorithm more please

  • @fungalcactus8286
    @fungalcactus8286 4 місяці тому +1

    I don't understand the impetus to do this or logic behind why this works, and I feel that if I was able to eventually comprehend either, all my vital functions would immediately shut down

  • @GuyDude-hk8uy
    @GuyDude-hk8uy 4 місяці тому +1

    I like how the shifting accents of the arpeggios can go from sounding like 3/4 to 6/8, i.e. 2*3 vs 3*2. Tempted to call this a hemiola but not sure if that's technically accurate; I think so.

  • @zoravursingh5617
    @zoravursingh5617 4 місяці тому +1

    this is art

  • @jacktheflying
    @jacktheflying 4 місяці тому +1

    beautiful

  • @mikethewhizz5085
    @mikethewhizz5085 4 місяці тому +1

    4 minute song, 28 minute solve. BOGOsort.

  • @Koilocytosis
    @Koilocytosis 4 місяці тому +1

    thats enough lydian scales for me for the day

  • @michellehao2000
    @michellehao2000 4 місяці тому +1

    pondering what the sorting algorithm could be only to find THAT answer in the commments is..

  • @selau_jp
    @selau_jp 4 місяці тому +1

    why is this so good

  • @Glaciace
    @Glaciace 4 місяці тому +8

    Can I get a 7/8 version? Thanks

  • @TheOutZZ
    @TheOutZZ 4 місяці тому

    You cruel, cruel man ending this on a Lydian dominant chord.

    • @AlgoMotion
      @AlgoMotion  4 місяці тому +3

      hey man, bogo finishes when it wants to.

    • @TheOutZZ
      @TheOutZZ 4 місяці тому

      @@AlgoMotion Well, since we're talking about bogo, taking another couple thousand iterations to get a nice resolution isn't that much of a stretch, no?

  • @user-en5rl8on5t
    @user-en5rl8on5t 4 місяці тому +1

    this sounds nice

  • @bloodakoos
    @bloodakoos 4 місяці тому +4

    if you put it in 0.75x it sounds like portal music

  • @dwcalle
    @dwcalle 4 місяці тому +1

    This is so good

  • @nexus2507
    @nexus2507 4 місяці тому +7

    this is so cool

  • @AROAH
    @AROAH 4 місяці тому

    When you’re using the Riff Machine and just can’t decide what sounds good

  • @Noah-lj2sg
    @Noah-lj2sg 4 місяці тому +12

    This would blow up if it wasnt 30 minutes long lol. Love it though

  • @oscargill423
    @oscargill423 4 місяці тому +1

    Why does G altered universally go so hard

  • @lilac_hem
    @lilac_hem 4 місяці тому

    this is actually so good though

  • @DaisyBallz
    @DaisyBallz 4 місяці тому

    i love how you can tell what it is because of the key but it just sounds incredibly fucked up

  • @PlayOnLetsPlay
    @PlayOnLetsPlay 4 місяці тому +1

    Brb gonna drum to this

  • @TheErer1243
    @TheErer1243 4 місяці тому

    this seems like a rare slow bogo sort... (6!-1/6!)^2262 = 4.3% chance

  • @Christophe_L
    @Christophe_L 4 місяці тому +1

    I like this human music.

  • @JacobCanote
    @JacobCanote 4 місяці тому +2

    Nailed it.

  • @Bacony_Cakes
    @Bacony_Cakes 4 місяці тому +1

    i kinda want to hear this with more instruments added

  • @Budjarn
    @Budjarn 4 місяці тому +2

    Erik Satie would have loved this :) I love it too :)

  • @metalkixjr7582
    @metalkixjr7582 4 місяці тому

    this is the longest song made in 2024

  • @someasiandude4797
    @someasiandude4797 4 місяці тому +1

    Why do I keep thinking of portal music

  • @indrajitg
    @indrajitg 4 місяці тому

    This is like me trying to solve a problem: try every random option till one works!

  • @MtPunkin
    @MtPunkin 23 дні тому

    3:53 is my favorite part