Skip to main content
Gridshift keeps a central, searchable index of every audio file in the folders you’ve added. The index powers two workflows that share the same keyboard-first entry point:
  • Fast name search through the Command Palette — find a sample and load it onto a track without leaving the keyboard.
  • Smart Search (optional) — an on-device audio model sorts your library by how close each sample sounds to the one you’re working with, so you can audition alternatives by vibe, not filename.
The payoff: while playback is running, you can step through samples with the arrow keys and hear each candidate in place on the current track, with zero drop-outs and no change to your clip layout.

Indexed Folders

Manage the library under Gridshift → Settings → Samples.
ActionDescription
Add Folder…Pick one or more folders. Subfolders are scanned recursively.
RescanForce a full rescan for a specific folder.
(minus)Remove a folder from the library. Files on disk are not touched.
Each row shows the folder’s sample count and the time of the last scan.

Supported Formats

FormatExtensions
WAV.wav
AIFF.aif, .aiff
MP3.mp3
M4A.m4a
CAF.caf
FLAC.flac
OGG.ogg

Content-Hash Identification

Every file is identified by a content hash, not by its path. That means:
EventResult
File moved or renamedAutomatically relinked on the next scan — project references keep working
File deletedThe library entry is marked stale; projects warn about missing media
File contents changedTreated as a new sample
Duplicate file in a second folderRecognized as the same sample (only one library entry)
A file-system watcher keeps the index live. New files appear shortly after you drop them into an indexed folder, without a manual rescan.
Because identification is content-based, you can reorganize your sample folders freely. Projects that reference a moved sample pick it up automatically the next time Gridshift sees the file.

Cross-Device Sync

With iCloud enabled, the annotations you make on samples sync across your Macs:
  • Ratings, colours, and tags
  • Detected BPM and key
  • Transient markers
Because samples are identified by content, these annotations follow the file rather than its location — rate a sample on one Mac and it’s rated on every other Mac that has the same file indexed, even if you’ve organized your folders differently there. The list of indexed folders is per-Mac, since file paths don’t translate across machines. Add folders once on each Mac you use.

Sample Search via Command Palette

Open the picker with ⌥S while a sample track is selected.
ActionShortcut
Open sample picker⌥S
Step through results /
Commit selectionReturn
Cancel and revertEscape
The list re-ranks as you type. Ranking combines several signals:
SignalEffect
Exact / prefix / substringDirect filename matches rank highest
Fuzzy subsequencekhs still finds kick-hard-snap
Folder-name boostMatches against ancestor folder names, decaying with depth
RecencySamples you’ve used recently rank higher (7-day half-life)
FavoritesStarred samples appear in their own section at the top
Typing stays smooth even on libraries with tens of thousands of samples.

Filter Tokens

Combine a query with : tokens to narrow the list:
TokenFilters to
:shortSamples ≤ 2 seconds
:longSamples ≥ 10 seconds
:monoSingle-channel files
:stereoTwo-channel files
:drums, :kick, :snare, :hat, :clap, :percAuto-classified drum categories
:vox, :vocalVocal categories
:bass, :synth, :pad, :fxOther tonal categories
Categories are inferred heuristically from filename and parent-folder tokens. A file under .../Kicks/808/deep.wav picks up drums and kick automatically.
Tokens stack. kick :short :mono returns only short, mono kicks.
Smart Search extends filename matching with acoustic similarity. Instead of relying on how files are named, Gridshift compares how they actually sound — using an on-device audio model. Smart Search is opt-in. Toggle it under Settings → Samples → Smart Search:
  1. Switch on “Smart sample search”.
  2. Gridshift downloads the model on first enable (around 170 MB).
  3. A one-time indexing pass runs over your library in the background; Settings shows the progress.
All processing runs on-device — no audio leaves your Mac.

How You Use It

Smart Search activates automatically once enabled. The sample picker picks the right mode based on what you do:
ModeTriggerBehavior
Similarity browseOpen the picker with an empty query, on a track that already has a sampleThe library is sorted by acoustic similarity to the current sample — the top entry is the closest sonic match
Name searchType lettersFalls back to classic filename scoring
For drum replacement: open the picker on a snare track with nothing typed. Gridshift orders your library so the snares closest in character sit at the top — step through with / to audition alternatives quickly.

Turning It Off

Switching the toggle off returns the picker to pure name-based search. If you re-enable Smart Search later, it picks up where it left off without re-downloading the model or re-indexing your library.

Swapping Samples During Playback

The picker is designed for live, performative sample replacement. Clips keep their positions; only the underlying audio changes.

Workflow

  1. Select a sample track in the sidebar.
  2. Press ⌥S to open the picker.
  3. Step through results with / . Each step:
    • Swaps the sample on the track immediately and audibly during playback.
    • Leaves clip offsets, lengths, and positions untouched.
    • Plays a full-length audition of the highlighted sample — except when playback is already running and the track has audio clips, where the clip-level preview is enough on its own.
  4. Press Return to commit the current candidate.
  5. Press Escape to cancel and restore the original sample.
Stepping through candidates is designed to feel instant — you can cycle dozens of samples per second without playback stuttering. Gridshift only creates a fresh waveform when you commit with Return; preview steps reuse the existing track in place.

Edge Cases

CaseBehavior
New sample is shorter than a clip’s internal offsetThe clip plays past the sample’s end. Gridshift still allows the swap so you can judge the result.
No sample track selectedThe picker shows an explanation (“Sample Track Required”) instead of an empty list.
Library is still emptyThe picker shows “No Samples Indexed Yet” and points you at the Settings page to add a folder.

Changing a Sample Without Preview

When you already know which file you want, two non-performative paths are also available:
MethodDescription
InspectorClick the sample name in the track inspector to open a Finder dialog.
Drag & DropDrop an audio file from the Browser or Finder onto an existing sample track.
Both create a fresh sound source immediately, with waveform and transients generated up front — no preview / commit loop.
Last modified on April 24, 2026