๐ŸŽต Experiments D25 โ€“ D68

Fano-Structured Music & Acoustic Protocols

The Fano plane maps perfectly onto Western music: 7 points become 7 scale degrees, 7 lines become 7 triads, and 168 automorphisms become harmonic transformations. Then we used it to send files through air.

7 โ†” 7

Fano points โ†” notes
Fano lines โ†” triads

168

PSL(2,7) automorphisms
= harmonic transforms

~2.8 bits

Per Fano pair
acoustic data transfer

The Core Mapping

This isn't metaphor. The diatonic scale and the Fano plane encode the same mathematical structure. The isomorphism is exact:

Fano Point Note Frequency Semantic Axis Musical Function
0C / do261 HzBEINGTonic
1D / re294 HzWANTINGSupertonic
2E / mi330 HzFEELINGMediant
3F / fa349 HzKNOWINGSubdominant
4G / sol392 HzDOINGDominant
5A / la440 HzRELATINGSubmediant
6B / ti494 HzBECOMINGLeading tone

The 7 Fano lines become the 7 fundamental triads. Line 3 {F,G,B} = G7(no5) โ€” the "risky" tritone resolution. Line 6 {B,C,E} = Cmaj/E โ€” the "secure" tonic. And the 168 automorphisms of PSL(2,7) map to the complete set of harmonic transformations: transposition, modal interchange, chord substitution, and voice leading.

The Discovery Timeline

D25: Heawood Torus Ring

The Architectural Foundation

7 Fano computers forming a meta-Fano structure on a Heawood torus. Each computer is a "point" in the meta-level, communicating along meta-lines. This creates a 49-dimensional computational space (7 ร— 7) constrained by nested Fano geometry. The network topology that everything else is built on.

D30: The 7โ†”7 Isomorphism โญ

Experiment 30 ยท Fano = Music

"Music and the Fano plane share deep structural parallels: 7 points โ†” 7 notes, 7 lines โ†” 7 triads, 168 automorphisms โ†” 168 harmonic transformations. This isn't coincidence โ€” both encode the same mathematical structure!"

Three-layer architecture: Particle Layer (automorphism energy) โ†’ Voice Layer (7 voice agents generating melody) โ†’ Output Layer (audio synthesis). The mapping is structural, not analogical โ€” the algebraic operations are the music.

D32: Non-Associativity in Sound

Experiment 32 ยท Living Music with Memory

The deepest insight: the Fano plane is the octonion multiplication table. This means (Aร—B)ร—C โ‰  Aร—(Bร—C) โ€” history matters.

In normal music, C-E-G is always C major. In octonionic music, C-E-G after [Fโ†’Aโ†’C] sounds different than C-E-G after [Gโ†’Bโ†’Dโ†’C]. The path is encoded in the sound.

Applications: game soundtracks that remember player actions, distributed orchestras where each station has unique octonionic state, VR composition with non-associative gestures.

D36: ChordSpeak

Experiment 36 ยท Guitar Learning as Conversation

"You don't learn guitar by making mistakes. You learn guitar by having conversations."

An AI companion speaks through chord progressions. You respond by playing chords. Every response is valid โ€” it just takes the conversation somewhere different. The 7 Fano points map to 7 guitar chords (C, D, Em, F, G, Am, B7). Fano lines become conversational arcs:

Tonic line (0-2-6): Greeting, affirmation, rest

Subdominant (0-1-3): Question, exploration

Dominant (1-2-4): Challenge, forward motion

Tritone (3-4-6): Tension, drama, climax

No "wrong notes" โ€” the Fano structure ensures every chord connects meaningfully to others.

D38: Language Algebra

Experiment 38 ยท Unifying Words, Music, and Intent

All human utterances decompose into 7 fundamental semantic axes that form a Fano structure. The 7 axes: BEING, WANTING, FEELING, KNOWING, DOING, RELATING, BECOMING. The 7 Fano lines become 7 narrative arcs:

โ†’ MOTIVATION: I am hungry โ†’ I want food โ†’ I know where
โ†’ MASTERY: I know the path โ†’ I walk it โ†’ I become transformed
โ†’ TRANSFORMATION: I change โ†’ I am new โ†’ I feel different

This mapping was reused throughout the protein thread โ€” D109's 7 carving instruments are named using these semantic labels. The same algebra unifies language, music, and structural biology.

D67: Acoustic Network

Experiment 67 ยท The Room as a Fano Computer

Multiple devices with microphones in the same physical space form a naturally-synchronized network. Air is the bus. No WiFi, no pairing โ€” the acoustic medium provides shared ground truth, timing information, and implicit spatial awareness.

7 Fano points become 7 frequencies (C through B at concert pitch). Fano lines become error-correction triples โ€” two points on a line determine the third. Partial information completes itself.

D68: Acoustic File Transfer

Experiment 68 ยท Data Through Sound

"ChordSpeak pivot: from guitar teacher to acoustic communication language." Fano triples become simultaneously data carriers, error locators, semantic units, and computation primitives.

Protocol: App A announces a transfer โ†’ App B acknowledges โ†’ App A streams Fano-encoded data as audible (or ultrasonic) sound โ†’ App B plays quality feedback โ†’ App A confirms checksum. ~2.8 bits per Fano pair (logโ‚‚(7) โ‰ˆ 2.807).

The Fano line structure provides built-in error location: if you hear 2 of 3 points on a line, you know the third. Features include packet structure, quality feedback, computation extraction (measure useful work done by communication), and "secret wifi" mode for air-gapped device communication.

Why Non-Associativity Matters for Music

In conventional music theory, a C major chord is a C major chord regardless of how you arrived at it. The algebra is associative. But anyone who has listened to a great jazz soloist knows this isn't really true โ€” context changes meaning.

Octonionic music formalizes this intuition. Because the Fano plane IS the octonion multiplication table, (Aร—B)ร—C โ‰  Aร—(Bร—C). The same notes, reached via different paths, carry different algebraic states. The associator โ€” the difference between the two groupings โ€” is the memory of the path.

"Error correction is jazz" โ€” what classical theory calls an error, the Fano structure calls a valid automorphism applied to a different path.

Visualizations

Our visualization suite includes a Three.js 3D Heawood Torus with real-time cross-diffusion simulation โ€” the Fano plane embedded on its natural genus-1 surface with interactive rotation and node selection. The musical_universe_complete.ipynb notebook contains audio generation and automorphism orbit plots. The fano_cross_diffusion_ca.ipynb notebook shows Fano plane geometry overlaid with cellular automaton dynamics.

These will be published alongside the code.

Connections to Other Threads

This thread spans experiments D25 โ€“ D47 and D63 โ€“ D72 of the CAExperiments project, plus the ChordSpeak application. Code is not yet public. Join our Discord to discuss the music algebra, or leave your email to be notified when we publish.