Explore Symbolic

format / Symbolic

Midi File Data

A complete musical file with multiple tracks and possibly metadata

How it works

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

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.

midi json

JSON representation of complete song MIDI data

  • {'header':{'tempo':120},'tracks':[...]}

miditok tokens

MidiTok tokenized representation including all tracks

  • PIECE_START TEMPO_120 TIME_SIG_4_4 TRACK_0 ...

midi bytes

Complete MIDI file data

  • [binary data]
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.