Explore Symbolic

representation / Symbolic

Token sequence

A symbolic tokenization of music for transformer models — REMI / MIDI-like / compound vocabularies that flatten notes, timing and structure into a discrete token stream. An encoding of a score / MIDI track, not a new musical object.

How it works

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

This describes or analyzes music; it may not directly specify playable notes.

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.

remi

REMI-style token stream (bar / position / pitch / duration / velocity)

  • Bar Position_0 Pitch_60 Duration_4 Velocity_80

midi like

MIDI-like event tokens (note-on / note-off / time-shift)

  • NOTE_ON_60 TIME_SHIFT_120 NOTE_OFF_60
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.