Explore Symbolic

format / Symbolic

Midi Track Data

A single instrumental or vocal line with timing information

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 MIDI track data, suitable for URLs and API calls

  • {'notes':[{'pitch':60,'start':0,'duration':0.5},...]}

miditok

MidiTok tokenized representation for ML models

  • BAR NOTE_60 TIME_0 DUR_24 VEL_64...

midi bytes

Raw MIDI file data for the track

  • [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.