Sample pack library

DownloadPlayable Packs

Start with the free instruments, then grow the phone library with paid sample packs as new sounds are released.

Free downloads

Starter packs for every player.

These packs are free to download, unzip, and place in your Multi-Sample Player library on phone storage or microSD. They are also bundled with the free app preview.

Cartridge Sine Synth

Bright dusty sine keys for melodies and quick loop writing.

Download ZIP

AM Keys Lite

A small piano-like instrument for testing the grid and making first loops.

Download ZIP

Fulfillment plan

Pay first, then deliver the pack.

The page is designed so each paid card can later point to a checkout service. After payment, the buyer should receive a private ZIP download link by email or on the confirmation page.

Free packs
Hosted directly on this site as ZIP downloads.
Paid packs
Catalog cards now; checkout links later.
Best files
One ZIP per pack, containing one ready-to-copy instrument folder.
Future growth
Add a ZIP, update the catalog JSON, publish.

Ongoing releases

Add new packs without rebuilding the whole site.

Each product is described in one catalog file. Free packs point directly to a ZIP. Paid packs point to a checkout URL once the payment/delivery service is ready.

{
  "id": "new-bass-pack",
  "title": "New Bass Pack",
  "tier": "Paid",
  "status": "available",
  "price": "$5",
  "downloadUrl": "",
  "paymentUrl": "https://checkout.example/new-bass-pack"
}

Pack ZIP rule

Every download should unzip into one folder that the app can load directly.

New Pack.zip
  New Pack/
    New_Pack_C3_V96.wav
    New_Pack_DS3_V96.wav
    New_Pack_G3_V96.wav
    README_Multi_Sample_Packs.txt
Read pack authoring format