Lucid Soundworks — Cycle I
Lucid Sound II

Harmony of the Spheres

Planetary orbital relationships translated into harmonic frequencies. Motion becomes sound. Celestial mechanics become music.

D — Dimension
Cosmic Order
T — Tone
Deep / Celestial
L — Depth
Structural
M — Medium
Generative Sound / Planetary Mapping
Year
2026
Now Playing
Lucid Sound II: Harmony of the Spheres
Open-ended generative cycle
0:000:00
Core Concept

The piece translates planetary orbital relationships into harmonic frequencies. Each planet becomes a sustained voice within a slowly evolving harmonic field.

The resulting composition evokes astronomical scale and deep cosmic resonance. Rather than a melody, the piece functions as a celestial resonance field.

A sonic interpretation of the ancient philosophical idea that celestial motion generates harmonic order — from Pythagoras to Kepler, the cosmos understood as music.

Harmonic Language
Base Frequency: 72 Hz

Planetary harmonic choir — six celestial voices

Body
Hz
Role
Mercury
72 Hz
Gravitational center — base tone
Venus
90 Hz
First orbital voice
Earth
108 Hz
Reference — Lucid root frequency
Mars
135 Hz
Expansive harmonic layer
Jupiter
162 Hz
Fifth — harmonic stability
Saturn
216 Hz
Octave — cosmic resonance

Lucid II expands the use of the Lucid Harmonic Field by introducing more relational movement between tones. The harmonic space remains open and non-resolving.

Structural Phases
Phase 1 — Cosmic Alignment

The base tone establishes the gravitational center of the sonic field. Low frequencies create a stable foundation representing cosmic unity.

Phase 2 — Planetary Voices

Individual planetary tones enter the field. Each harmonic layer represents a celestial body moving within orbital structure. The sound field slowly expands.

Phase 3 — Harmonic Cosmos

All planetary tones resonate simultaneously. The system stabilizes into a cosmic harmonic equilibrium.

Structural Layers
Planetary Drones

Each planet functions as a sustained oscillator. Together they form a layered harmonic structure.

hollow · prophet
Orbital Pulses

Slow pulses represent planetary motion and orbital cycles. These pulses introduce temporal perception within the harmonic field.

blade
Cosmic Resonance

A deep bass layer represents gravitational unity and cosmic scale.

fm · pretty_bell
Temporal Identity

Lucid II uses the canonical Lucid base pulse of 54.8 BPM. Where Lucid I emphasizes suspension and cosmic field perception, Lucid II explores relational motion within the same temporal framework.

54.8 BPM
Shared structural pulse
82.2 BPM
Flow and interaction
109.6 BPM
Activation and articulation

The piece introduces motion while remaining grounded in the Lucid harmonic field. Base BPM: 24 — the deepest planetary pulse.

Symbolic Interpretation

The universe as a harmonic system. Motion becomes sound. Celestial mechanics become music. The ancient doctrine of musica universalis made audible.

Emotional Register
VastTimelessCosmicContemplative
Sonic Pi Composition
Source Score

Layered planetary drones. Base BPM: 24.

# ------------------------------------------------
# LUCID SONIC SYSTEM — SHARED CONSTANTS
# ------------------------------------------------

LUCID_BPM = 54.8

LUCID_SUBPULSE = LUCID_BPM * 0.5
LUCID_FLOW = LUCID_BPM * 1.5
LUCID_ENERGY = LUCID_BPM * 2.0

LUCID_LOW = [:e2, :a2, :b2]
LUCID_MID = [:e3, :fs3, :a3, :b3, :d4]
LUCID_HIGH = [:e4, :fs4, :a4, :b4, :d5]

use_bpm LUCID_BPM

define :lucid_note do |range|
  if range == :low
    return LUCID_LOW.choose
  elsif range == :mid
    return LUCID_MID.choose
  else
    return LUCID_HIGH.choose
  end
end


# ------------------------------------------------
# HARMONIC FOUNDATION
# ------------------------------------------------

live_loop :foundation do
  use_synth :hollow
  play :e2,
    attack: 4,
    release: 10,
    amp: 1.1
  sleep 8
end


# ------------------------------------------------
# RELATIONAL MOTION
# ------------------------------------------------

live_loop :motion do
  use_synth :prophet
  play lucid_note(:mid),
    attack: 1,
    release: 4,
    cutoff: rrand(70,110),
    amp: 0.8
  sleep [1.5,2,2.5].choose
end


# ------------------------------------------------
# HARMONIC RESPONSE
# ------------------------------------------------

live_loop :response do
  use_synth :blade
  play lucid_note(:mid),
    attack: 1,
    release: 5,
    amp: 0.7
  sleep [3,4,5].choose
end


# ------------------------------------------------
# CELESTIAL ACCENTS
# ------------------------------------------------

live_loop :accents do
  use_synth :pretty_bell
  play lucid_note(:high),
    attack: 0.2,
    release: 3,
    amp: 0.5
  sleep [2,4,6].choose
end


# ------------------------------------------------
# GRAVITY BASS
# ------------------------------------------------

live_loop :bass do
  use_synth :fm
  play lucid_note(:low),
    attack: 1,
    release: 6,
    amp: 0.7
  sleep 6
end
Curatorial Note

Lucid Sound II expands the harmonic logic introduced in Lucid Sound I.

If Lucid Sound I represents the emergence of harmonic order, Lucid Sound II represents cosmic harmonic structure. The composition transforms celestial motion into resonance, revealing the universe itself as a harmonic field.

It functions as the second sonic node within the Lucid sonic cycle, extending the system from emergence toward cosmic order.

← Previous
Lucid Sound I
↑ Cycle I
Cycle I Overview