Bubble Sorted Amen Break

A web-based art piece slices the famous “Amen break” drum sample into segments and audibly bubble-sorts them, delighting many programmers and electronic music fans who enjoy hearing an algorithm at work. Commenters unpack how the visualization and playback correspond to indices of the audio slices, while critiquing missing UX elements such as a final “sorted” playback, volume control, and mobile audio quirks. The thread broadens into reflections on the cultural history and heavy reuse of the Amen break, sampling law and royalties, and how breakbeat chopping underpins genres like jungle and drum and bass.

Overview

  • Interactive demo slices the Amen Break drum loop, shuffles the slices, and audibly/visually “bubble-sorts” them.
  • Widely praised as clever, funny, and unexpectedly listenable, especially for fans of drum & bass / jungle and computer science.

How the Sorting Works (and Confusion About It)

  • Several commenters initially don’t understand what is being sorted, expecting it to be pre-sorted or obviously ordered by “loudness” or similar.
  • Clarifications:
    • The break is divided into N slices; “shuffle” randomizes their indices.
    • Bubble sort then restores the slices to chronological order, but playback always uses the current (unsorted) positions.
    • At each comparison step, the currently compared slice is played; sorted regions are not heard.
  • Some think it’s “sorting by time,” but others clarify it’s just sorting by slice index, synchronized to the beat.
  • The y‑axis bars in the UI are just indices, not levels; multiple people find this unintuitive.

UX and Feature Feedback

  • Many want a final “victory lap” where the fully sorted loop is played once.
  • Others suggest alternately playing sorted and unsorted segments as the algorithm progresses.
  • Requests include a volume slider, clearer visualization (e.g., numeric indices instead of bars), and additional algorithms (e.g., quicksort, other sorts).
  • A few find it frustrating that the payoff (hearing the full loop) never comes.

Amen Break Context and Ethics

  • The Amen Break is recognized as one of the most sampled drum loops, central to jungle, drum & bass, hip‑hop, and related genres.
  • Commenters share documentaries and links explaining its cultural impact.
  • Discussion of the drummer’s poverty and lack of royalties sparks broader reflections on how society treats its least fortunate.
  • Conflicting recollections about whether the original rights holders pursued legal action; one commenter revisits sources and concludes they likely misremembered.
  • Fundraising efforts for the original performers are mentioned; even sampling the full break today apparently involves no royalties in at least one cited account.

Sampling, Copyright, and Scene Practices

  • Some argue sampling should fall under compulsory mechanical licensing to encourage creativity and avoid current clearance barriers.
  • Others describe how modern producers bypass strict copyright (e.g., SoundCloud, Bandcamp, private record pools, trading among DJs), versus highly policed streaming platforms.
  • Concerns raised about AI-generated music flooding services, contrasted with relatively lax enforcement on underground sampling.