Mixx Intelligence

How to: Import music

Everything else starts here — Automix and Harmonize can only use tracks that are in your library and analyzed. There are two import buttons, and the difference matters.

You want to…Use
Add music to your collection, nothing elseLibrary → + Import to library
Add music and start building a mix with itTimeline → + Add tracks

Both do the same upload and analysis. The only difference is that the Timeline one also drops each track into the build queue for the mix you're working on.


Add to the library only

  1. Open the Library view.
  2. Click + Import to library (bottom left, above rekordbox XML).
  3. Drag your audio files onto the drop zone — or click it to pick files. You can also drop files

anywhere on the Library view and this window opens by itself.

  1. Watch each file work through the list:

| | | |---|---| | · waiting | queued, not started | | analyzing… | currently being analyzed | | 128 BPM · 8A | done — its detected tempo and key | | already in library | same recording is already there (matched by audio, not filename) | | | failed, with the reason |

  1. The footer counts down — "Analyzing… 3 of 12 done" — then ends with a summary.
  2. The table refreshes and the new tracks are there.

Nothing is added to the timeline. This is the one to use when you're just filing music away.

Analysis runs one file at a time and takes a few seconds each, so a big batch is not instant. You can close the window and keep working — the import carries on, and reopening it shows where it's up to.

Add tracks while building a mix

  1. Open the Timeline view.
  2. Click + Add tracks, then + Import local files — or drag audio files straight onto the

panel, or onto an empty timeline.

  1. Imported tracks are added to the library and appear as chips in the queue, ready to build.

Changed your mind about a queued track? Click the on its chip. It stays in the library — the queue is only a staging list, and nothing reaches the timeline until you build.


What happens to a file

your original afterwards without breaking anything.

every track beat-match to one master tempo.

which file is being worked on.

A track only appears in the library and the track pickers once its analysis has finished. If you just imported something and can't find it, give it a moment rather than importing it twice.

Formats: mp3, wav, m4a, aac, flac, aiff/aif, ogg.


Importing a whole folder (advanced, no button yet)

For a large collection, going through the file picker is slow. The engine can scan a folder directly, in parallel, but there's no UI for it yet — it's an API call.

  1. Copy your audio into the library's media folder. For the default Mixx Intelligence Library that's:

spike/media (set per-library in spike/engine/data/libraries.json).

  1. Trigger the scan:

`` POST /library/mixmind/analyze { "jobs": 6 } ``

  1. Watch progress at /library/mixmind/analyze/status, or tail /tmp/aidj-analyze-mixmind.log.

jobs is how many tracks are analyzed at once (default 6) — this is the parallel path, which is why it's far quicker than the one-at-a-time file picker. It skips anything already analyzed, so it's safe to re-run after adding more files ("reanalyze": true forces a redo).


What ⭳ rekordbox XML does not do

It does not import music. It reads a rekordbox Export Collection in xml and pulls the beatgrid and cues onto tracks you already have, matching by filename and then title. Use it to bring your own downbeats across — but the audio has to be in the library first.

Notes

different name and the row reads "already in library" instead of adding it twice.

(see guide 08 for half/double BPM detections).