Concepts
This page explains the core ideas behind INTERSECT. For a hands-on first session, see Getting started. For per-control details, see Controls and shortcuts.
Sessions and samples
An INTERSECT instance loads one or many samples into a session. The first sample replaces an empty session and resets zoom/scroll; subsequent loads append. Files may be .wav, .ogg, .aiff, .flac, or .mp3.
Loading happens off the audio thread — even a multi-minute file won’t drop audio. Files saved at a different sample rate from the project are automatically resampled on load.
You can drag samples directly onto the waveform, or open the built-in sample browser with the FILES button in the header bar (right-click a folder in the browser to bookmark it).
Slices
A slice is a region of one sample with a MIDI mapping and its own parameter overrides. Slices are created manually — INTERSECT never auto-slices on load. Three creation methods:
- Draw — press
ADD(Shift + A) and drag on the waveform. - Lazy chop — press
LAZY(Shift + Z) and play MIDI notes; each note-on drops a slice boundary at the current playhead. Stopping closes the last boundary at the sample’s end. - Auto chop — select an existing slice and press
AUTO(Shift + C) to split it equally (SPLIT EQUAL) or at detected transients (SPLIT TRANSIENTS).
Each slice is mapped to a MIDI note. By default the first slice gets C2 (note 36) and subsequent slices receive successive notes. RESEQ rewrites those mappings either left-to-right (BY POSITION) or by creation order (AS CREATED).
Slice note ranges
Each slice can respond to a single MIDI note or a range of notes:
- Single note (default):
NOTEmode. The slice plays only when its assigned note is triggered. - Range:
RANGEmode. The slice coversLOWthroughHIGH, transposing chromatically relative to aROOTnote. Filter key-tracking uses the slice’sROOTrather than the global root.
Range mode is what turns INTERSECT from a kit-style slicer into a chromatic instrument. Range transpose is ignored when ALGO is Repitch with STRETCH on — those modes are trigger-zone only.
The inheritance / lock model
This is INTERSECT’s central idea, and it’s worth a concrete example.
The signal chain bar at the bottom of the editor has two tabs: GLOBAL (sample-wide defaults) and SLICE (overrides for the selected slice).
Example. With no slice selected, set
GLOBAL → PITCHto+2. Every slice in the sample now plays at +2 semitones. Now select one slice, click theSLICEtab, and drag itsPITCHto+7. The parameter label highlights — that slice has a lock onPITCH. It plays at +7. All other slices still inherit+2.Change
GLOBAL → PITCHto0. The locked slice still plays at+7; everything else now plays at0.Right-click the locked
PITCHvalue (or click the highlighted parameter label) to clear the lock. The slice re-inherits the global default.
This applies to almost every signal-chain parameter, plus per-slice settings like output bus, mute group, and loop mode. The result is that defaults are cheap to set globally, but anything can be locked when a slice needs to differ.
Time and pitch algorithms
INTERSECT ships three time/pitch engines. Pick one per sample with ALGO.
| Algorithm | Independent time & pitch? | Best for | Notable controls |
|---|---|---|---|
| Repitch | No (speed and pitch linked) | Pitched material where the natural time-shift sound is wanted | MODE (Linear or Cubic interpolation) |
| Signalsmith | Yes | Transient-rich, full-mix material | TONAL, FMNT, FMNT C |
| Bungee | Yes (granular) | Sustained tones; choose GRAIN per material | GRAIN (Fast / Normal / Smooth) |
STRETCH and ALGO=Repitch: when you enable STRETCH on a Repitch sample, PITCH and TUNE become BPM-derived read-only displays — the engine is now computing pitch from the DAW BPM ÷ slice BPM ratio. Switch to Signalsmith or Bungee if you want independent pitch control while stretched.
SET BPM
SET BPM (in the Time/Pitch module) calculates the sample’s BPM from a musical duration. Pick “1 bar”, “1/4 note”, “1/8 note”, and so on; the engine computes BPM from the selected slice’s length and auto-locks the BPM value. This is the workflow when you know “this loop is 2 bars” but don’t know the exact tempo.
Available in both GLOBAL and SLICE scope.
Filter
The filter is per-voice and resolves its settings at note-on. Three implications:
- Live cutoff edits affect the next triggered note, not the currently sounding voice. Automate via note-on events, not mid-note CC sweeps.
- Different slices can have wildly different filter settings without affecting each other.
- The filter envelope is independent from the amp envelope; you can have a fast amp attack with a slow filter sweep.
A few notable parameters:
AMTis in semitones, not Hz.+12 stmeans the envelope can push cutoff up by one octave;-12 sthalves it. This stays consistent across base cutoff values.KEYis a percentage of note tracking.100%means cutoff fully follows pitch;50%is the conventional “track halfway”;0%ignores pitch. In slice range mode, tracking uses the slice’sROOTnote.DRIVEis pre-filter saturation — it adds harmonics before the filter, so it has tonal character beyond simple gain.ASYMbiases the waveshaper toward even harmonics for a warmer, tube-like tone. WhenASYM > 0, a one-pole DC blocker engages automatically.
Playback
- Loop crossfade (
FADE) smooths loop and ping-pong seams with an equal-power crossfade. Active only whenLOOPis notOff. Start at 5–10% for short loops, more for long loops. 1SHOTignores normal note-off — the slice plays through to the end. A host-level “all notes off” still kills it.REVplays the slice backwards. Combine withLOOP=Ping-Pongfor a back-and-forth pattern.- Mute groups let voices in the same group choke each other (newest wins). Group
0disables choking. Useful for hi-hat open/closed style pairs.
Voices and output
INTERSECT has 32 voice slots: 31 playable plus one reserved preview voice for sample auditioning and lazy chop. When all playable voices are in use, the engine steals the voice whose amp envelope is at the lowest level.
OUT (in SLICE mode) routes a slice to one of 16 stereo output buses. The main bus (bus 1) is always active; additional buses must be enabled in your DAW’s plugin bus layout.
Undo, redo, MIDI panic
- Undo/redo captures snapshots before any change, including drag gestures. Multi-step drags coalesce into a single undo step.
PANICkills all active voices and stops lazy chop immediately.- Host stop — INTERSECT responds to
All Notes Off(CC 123) andAll Sound Off(CC 120). If your DAW doesn’t send those on stop, usePANIC.