Explore Symbolic

structural / Symbolic

Score

A polyphonic texture — several voices (temporalized lines / tracks) sounding at once over a shared timeline. The simultaneous counterpart of a note-set: where a note-set stacks single notes into a chord, a score stacks whole lines. Its `groupOf` is note-sequence. Collapse the voices at each instant and you get a chord progression (note-set-sequence) — the resulting chord qualities of the simultaneous notes; conversely, a chord progression can be voice-led into a score. Strip pitch and it becomes a point-score (key-independent counterpoint).

How it works

This object can carry concrete values or a musical interpretation, depending on its notation.

It groups note sequence objects without requiring an order.

Written forms

Ways to write this concept

Each notation describes the same underlying object. Load a playable example to hear one MIDI realization in the Code Sequencer.

voices

Canonical: pipe-separated voices, each a melody (comma-separated pitch:duration, beats). Voices share a start time.

  • 67:2,65:2 | 60:1,62:1,64:1,65:1 | 48:4
  • 72:4 | 60:2,64:2 | 48:1,55:1,48:1,55:1
Choose Load beside a convertible example to open its live player. Some catalog formats describe analysis or a display label and have no note realization yet.
Sources and playback

Concept descriptions and examples were adapted from Codex Music Mono’s typed catalog and concept examples. The Code Sequencer plays MIDI through a connected instrument; Symbolic does not synthesize sound.