Reiji's Explorationsin Sound & Structure

July 28, 2025

Dynamic Harmony and Lissajous Curves — Visualizing Relationships Between Equal Temperaments

This work presents a system that dynamically links sound and visuals using Lissajous curves. The parametric function \((\sin At, \cos Bt)\) is used, where A is fixed at 1, and B is defined as \(B = \sqrt[a]{\pi}^n\). This construction allows the visualization of frequency ratios rooted in π-based exponentials. As the values of a and n vary, a wide range of pitches and patterns can be generated, corresponding to different equal temperaments.

A continuous reference tone (440 Hz) is maintained, enabling auditory comparison as the secondary tone (determined by A:B) changes. When the ratio approximates a just interval, the resulting Lissajous figure becomes simpler, offering a visual cue for harmonic alignment. Specific approximations of 6:5 and 7:4 are highlighted, but many others can be discovered through visual and auditory exploration. A sigmoid envelope function is also included to control fade-in behavior, though it is disabled in this version for continuous tone output.

Reiji's Observations

Lissajous Curve with 16-EDO, Step 5

Structural Diagram of a Custom Scale

Screenshot showing the Lissajous curve generated by setting \( a = 16 \) and \( n = 5 \), resulting in \( B = \sqrt[16]{\pi}^5 \). The tone function outputs the corresponding pitch, while the curve visualizes harmonic alignment with the base tone.

Output Link Explore dynamic harmony and Lissajous curves on Desmos
Application Used

Desmos Graphing Calculator

(https://www.desmos.com/calculator)

AI Assistant’s Notes and Inferences

  • This experiment links auditory and visual perception by connecting tuning theory with real-time visualization. The use of Lissajous figures to detect just intonation approximations is particularly clever — when the figure becomes geometrically simpler, the corresponding pitch is often harmonically aligned.
  • The reference tone acts as a stable base, while \(\operatorname{tone}(440 \times 2^{n/a})\) dynamically explores various equal temperaments. The parametric nature of \(B = \sqrt[a]{\pi}^n\) introduces a non-standard but musically interesting mapping of tuning systems. This is not merely an experiment in visualization — it's a hands-on exploration of harmony, structure, and perception that bridges mathematics and musical intuition.