Home/Use Cases/Engineers
For solo mix & mastering engineers

Stems in. Mix out.
Revisions without drama.

A Reaper integration reads your client's timestamped comments and waveform peaks straight into your DAW. Versions compare gaplessly. Stems come in clean, masters go out clean.

Revision round, without the back-and-forth tax

Four phases. The point is you stop alt-tabbing between your DAW, a browser tab, and a chat thread.

01
Receive the stems
The artist uploads stems from their own portal into the production. Pro and Studio plans enable artist-side uploads — you don't play file-transfer ping-pong over WeTransfer.
02
Drop the first mix
Upload v1 as a new track version. The client gets notified and listens with a real waveform, not a download-and-open-in-iTunes loop.
03
Pull comments into Reaper
The CuePort Sync script for Reaper authenticates once with your account, then pulls your client's timestamped comments and waveform peaks into your DAW session — instead of you alt-tabbing to a browser. A dedicated VST3 plugin is in active development.
04
Deliver the master
Upload the final master + any alt mixes to the deliveries section. The client downloads on their own time. Every revision stays in the version history.

Features that make this segment work

Specifically: a DAW integration that pulls client feedback into Reaper. That direction — cloud comments back into the DAW — is rare in this space.

CuePort Sync for Reaper

Pair once via the device-flow approval page in your browser, the Reaper script stays signed in. It pulls each production's comments, waveform peaks and duration of the active version directly into your DAW. A native VST3 plugin is in active development — the script ships today.

Stem intake from the artist

On Pro and Studio plans the artist can upload stems directly into the production — drums, vocals, guitars, separated tracks. They land in your dashboard, not your inbox.

Gapless revision A/B

Your client A/B-compares v1, v2, v3 in the browser without ever pausing playback. They actually hear the difference between rev 4 and rev 5 — and they tell you which one they prefer.

Threaded timeline comments

Anchored to the playhead in MM:SS. Replies nest under the parent. You see the whole thread in the browser; the Reaper plugin sees the same data through the comments API.

Deliveries (master + stem-pack)

Final master, instrumental master, stem-pack — all go into a dedicated deliveries section. Tied to the production, downloadable by the artist whenever they need them.

Storage that fits a back-catalog

Pro: 50 GB. Studio: 100 GB. Multi-version FLAC + stem packs add up — but mid-project files aren't archived to cold storage, they stay instantly playable.

The DJ-engine

A/B between mix versions without ever pausing the track

When your artist opens the player, every version of a track — v1, v2, v3 — is decoded into memory up front through the browser's Web Audio API. Each version sits on its own gain node, all of them wired to the same output.

Switching to another version is a single call: gain.setValueAtTime(0, ctx.currentTime) on the old version, gain.setValueAtTime(1, ctx.currentTime) on the new one. No HTML5 <audio> swap, no load(), no seek. The playhead position is preserved exactly. There is no audible gap.

Most browser-based players take a different route — one HTML5 audio element per version, which pauses and re-buffers on every switch. The Web Audio approach is what makes the playhead-preserving cross-fade possible.

// artist/js/app.js — wfoSwitchVersion()
if (state.waPlaying) {
  const t = ctx.currentTime;
  oldGain.gain.setValueAtTime(0, t);
  newGain.gain.setValueAtTime(1, t);
}
// instant. no seek. no pause.

How CuePort compares

Audio-collaboration and feedback tools we surveyed. The right-hand column summarises the field — if even one tool we looked at has the feature, we still mark it as "some". Retrieval date: 14 May 2026.

Feature CuePort Other tools
Timeline-anchored comments
Threaded replies rare
Gapless mid-playback version A/B limited
Stem upload from artist side rare
Reaper integration (sync script)
Deliveries (masters + stems)
Storage on paid plan 50–100 GB varies
Native German UI

Comparison summarises publicly available info from the pricing and help pages of each tool, retrieved 14 May 2026. "Limited" gapless A/B means competitors describe their version-switching as conditional, submenu-based, or do not document the underlying mechanism.

Set up your next revision round the calm way.

Free for the first project. Pro 6,99 € / month unlocks artist-side stem uploads, unlimited versions, deliveries and 50 GB storage.

Sign up free See pricing