Find it.

Capture it.

Clear it.

Get Early Access
Private beta. Logic Pro / macOS AU first.

Tune into curated source material, capture what hits, and keep every sound connected to its path to release.

The workflow

Fast now.
Clean later.

Receiver keeps the source connected through every step.

Learn how it works →

Source

Supplier lists unreleased material.

Capture

Producer captures a moment in the DAW.

Project

Build your track with the source attached.

Release

Register or request approval before going public.

Tune stations

Browse curated sources that match your session.

Capture audio

Grab what you need without breaking flow.

Register usage

Keep the source attached from session to release.


Release routing.

Private creation first. In-plugin registration or approval before public release.

0–10 sec

Eligible use

Use privately during beta. Register before release.

One-click in-plugin registration

10–30 sec

Eligible use

Build drafts and demos. Register before release.

One-click in-plugin registration

30–60 sec

Eligible use

Private testing allowed. Release may carry higher source-side terms.

One-click in-plugin registration

60+ sec

Review

Extended use needs direct supplier review before release.

Custom clearance required

Sync / Ads / Packs

Manual

Film, TV, ads, games, branded content, sample packs, and resale are not automatic.

Manual approval required

Receiver is built for clearable source material. Final release rights depend on the source, supplier settings, registration details, and any required approval.


Built for both sides of the sample.

Producers get a new way to discover and clear source material. Suppliers get a controlled route for unreleased music to become usable.

Producer Side

Create from what you discover.

01

Discover curated source material through the Receiver interface.

02

Capture moments without breaking creative flow.

03

Build in your DAW while the source stays attached.

Supplier / Rights Side

Route usage before release.

01

Supply unreleased tracks, stems, vocals, and archive material.

02

Track usage, captures, references, and clearance context.

03

Control commercial release through registration, approval, or routing.

Apply as Producer or Supplier
Private beta access for selected producers, artists, suppliers, and rights holders.

Stop browsing.Start tuning.

Tuning signalSignal locked
(function () { const sections = document.querySelectorAll("[data-auto-dial-section]"); if (!sections.length) return; sections.forEach(function (section) { let completeTimer = null; function play() { clearTimeout(completeTimer); section.classList.remove("is-playing"); section.classList.remove("is-complete"); /* Force animation restart */ void section.offsetWidth; section.classList.add("is-playing"); completeTimer = setTimeout(function () { section.classList.add("is-complete"); }, 2850); } function reset() { clearTimeout(completeTimer); section.classList.remove("is-playing"); section.classList.remove("is-complete"); } const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting && entry.intersectionRatio >= 0.42) { play(); } else { reset(); } }); }, { threshold: [0, 0.42, 0.75] }); observer.observe(section); }); })();

Private beta status

Logic first.
More DAWs next.

Receiver is starting with Logic Pro on macOS AU while we test the core discovery, capture, and clearance workflow. Wider DAW support is planned.

Beta DetailCurrent Status
First Test DAWLogic Pro
Plugin FormatmacOS AU
Wider DAW SupportPlanned after private beta testing
WindowsNot yet
InternetRequired for hosted stations, metadata, and clearance workflows
CataloguePrivate, curated, unreleased source material
CapturesSaved to your Receiver bank and tracked with source metadata
Release RightsPrivate use first; public / commercial release requires registration or approval
After ApplyingSelected users receive invite instructions and beta access details

Logic Pro is the first test lane, not the final platform limit. Receiver is being built to expand after the private beta proves the workflow.


Need to know

FAQs

The short version: Receiver is for discovering, capturing, tracking, and clearing source material — not downloading royalty-free loops.

01Is Receiver a plugin?
Yes. Receiver starts as a macOS AU plugin for Logic Pro, with wider DAW support planned.
02Can I release music made with Receiver?
Yes — but the use needs to be registered or approved first. Capture the idea, build the track, then register the use or request clearance before release.
03Is the audio already cleared?
Receiver is built around clearable audio, not random ripped samples. Some uses can be registered automatically. Others open a quick approval request with the supplier.
04Is it royalty-free?
No. Receiver is not a royalty-free loop library. It is a discovery and clearance workflow for source material with rights attached.
05What does “capture” mean?
When something catches your ear, hit Capture. Receiver saves that moment to your bank so you can drag it into your session.
06Is it like Splice, Tracklib, radio, or Arcade?
Receiver is a broadcast-style discovery plugin, capture tool, and clearance workflow for unreleased source material.
07Who is the beta for?
Producers, artists, suppliers, and rights holders who want to test a new way to discover, use, and clear source material.
Receiver is not for producers looking for unrestricted sample downloads or royalty-free loop packs. Public or commercial release requires registration or approval.
Early access

Be part of the private beta.

Receiver is invite-only while we build. Producers, artists, suppliers, and rights holders welcome.

Apply as Producer or Supplier

Spots are limited. We’ll be in touch.


Private beta access

Apply to tune in.

Receiver is invite-only while we test the discovery, capture, source tracking, and clearance workflow with selected producers, artists, suppliers, and rights holders.

Selected applicants will receive setup instructions, beta access details, and onboarding by email.

By submitting, you agree that Receiver may contact you about early access. We’ll only use your details for beta access and related updates.

(function () { const STORAGE_KEY = "receiver_return_scroll_y"; const destinationLinks = [ '#privacy', '#terms', '#supplier-terms', '#contact', '#early-access' ]; function saveScrollPosition() { sessionStorage.setItem(STORAGE_KEY, String(window.scrollY || window.pageYOffset || 0)); } function returnToSavedPosition(event) { if (event) event.preventDefault(); const savedY = sessionStorage.getItem(STORAGE_KEY); if (savedY !== null) { window.history.replaceState(null, "", window.location.pathname + window.location.search); setTimeout(function () { window.scrollTo({ top: parseInt(savedY, 10), behavior: "smooth" }); }, 40); } else { window.history.replaceState(null, "", window.location.pathname + window.location.search); window.scrollTo({ top: 0, behavior: "smooth" }); } } document.addEventListener("click", function (event) { const link = event.target.closest("a"); if (!link) return; const href = link.getAttribute("href"); if (!href) return; if (destinationLinks.includes(href)) { saveScrollPosition(); } if ( link.classList.contains("receiver-return-link") || href === "#return" || link.textContent.trim().toLowerCase() === "back to receiver" ) { returnToSavedPosition(event); } }); })();