Skip to content

Releases: Exorsky/splicerr

Splicerr v1.0.13

18 Jun 14:44

Choose a tag to compare

Splicerr v1.0.13 — community fork

Temporary fork of Robert-K/splicerr
that restores functionality and adds bonus features.

🐛 Fixes

  • No more downloading samples on hover. Samples were being prepared
    (descrambled + written to disk) as soon as you hovered a row, showing a
    spinner. Preparation now happens only on press, so a sample is downloaded
    just when you play or drag it.
  • Not working samples in collection issue has been fixed.

🧰 Included from previous releases

  • Collections — create local collections, Likes, tag filtering, export
    to .zip, and toast notifications.
  • Transpose — shift samples by key or by semitones, tempo-preserving,
    applied to both preview playback and exported WAV.
  • Drag-and-drop crash fix on macOS Sequoia and the Cloudflare 403 fix
    (requests routed through a real browser engine).

📦 Downloads

  • Windows.exe (installer) or .msi
  • macOS.dmg (Apple Silicon & Intel)
  • Linux.AppImage, .deb, .rpm

Once the headers fix is merged upstream, please switch back to the original repo.
All credit to the original authors — please ⭐ the original
splicedd and
splicerr.

Splicerr v1.0.12 — Collections

17 Jun 08:44

Choose a tag to compare

Splicerr v1.0.12 — community fork

Fork of Robert-K/splicerr
that restores functionality and adds bonus features.

✨ New — Collections

image
  • Local collections. Create your own collections and add sounds to
    them, all stored locally — no Splice account needed. A new sidebar lists
    your collections with sample counts.
  • Likes. A built-in Likes collection with a per-row heart button to
    quickly save sounds.
  • Add / organize from each row. A three-dots menu on every sample lets
    you add it to any collection (or create a new one from a modal) and remove
    it again.
  • Tag filtering inside collections. Each collection shows a tag cloud
    aggregated from its sounds; click tags to filter a mixed collection down
    (e.g. just the drums).
  • Manage collections. Rename via an Edit dialog and delete with a
    confirmation prompt.
  • Export to .zip. Export a whole collection as a flat zip of WAV
    files, then click the path in the notification to reveal it in your
    file manager.
  • Toast notifications. Friendly confirmations for create / rename /
    delete / export actions.
  • Settings moved into the sidebar, plus an Open DevTools button for
    troubleshooting.

Collections live locally in your user data folder, so they're kept across
app updates.

🧰 Also included from previous releases

  • Transpose — shift samples by key or by semitones, tempo-preserving,
    applied to both preview playback and exported WAV.
  • Drag-and-drop crash fix on macOS Sequoia and the Cloudflare 403 fix
    (requests routed through a real browser engine).

📦 Downloads

  • Windows.exe (installer) or .msi
  • macOS.dmg (Apple Silicon & Intel)
  • Linux.AppImage, .deb, .rpm

Splicerr v1.0.11 — macOS Sequoia Drag-n-Drop fix

06 Jun 09:49

Choose a tag to compare

Splicerr v1.0.11 — community fork

Temporary fork of Robert-K/splicerr
that restores functionality, fixes bugs and adds a bonus feature.

🔧 Fixes

  • Drag-and-drop crash fixed on macOS Sequoia. Dragging samples crashed
    the app on macOS 15 Sequoia (EXC_BAD_ACCESS in NSViewAlignRect), including
    on Intel Macs and Apple Silicon running x86_64 builds. Root cause: the
    native drag library (v2.0.0) read a nil NSApp.currentEvent when the drag
    was initiated asynchronously. Fixed by upgrading to tauri-plugin-drag 2.1
    which guards against nil and ships an explicit macOS Intel crash fix.
    The sample WAV is now also prepared ahead of the drag gesture (on hover)
    so the drag session starts synchronously.

📦 Downloads

  • Windows.exe (installer) or .msi
  • macOS.dmg (Apple Silicon & Intel)
  • Linux.AppImage, .deb, .rpm

Once the headers fix is merged upstream, please switch back to the original repo.
All credit to the original authors — please ⭐ the original
splicedd and
splicerr.

Splicerr v1.0.10 — API fix

05 Jun 19:58

Choose a tag to compare

Splicerr v1.0.10 — community fork

Temporary fork of Robert-K/splicerr
that restores functionality and adds a bonus feature.

🔧 Fixes

  • "Something went wrong issue has been" fixed...for the third time...i hope finally...

📦 Downloads

  • Windows.exe (installer) or .msi
  • macOS.dmg (Apple Silicon & Intel)
  • Linux.AppImage, .deb, .rpm

Once the headers fix is merged upstream, please switch back to the original repo.
All credit to the original authors — please ⭐ the original
splicedd and
splicerr.

Splicerr v1.0.9 — API fix + Transpose

05 Jun 11:18

Choose a tag to compare

Splicerr v1.0.9 — community fork

Temporary fork of Robert-K/splicerr
that restores functionality and adds a bonus feature.

🔧 Fixes

  • Windows: "Something went wrong" fixed. On Windows the app's
    requests were being flagged as a bot by Splice's Cloudflare
    protection (403). The GraphQL request now goes through a native
    client that Cloudflare accepts, so samples load on Windows again.
  • Samples load again (all platforms). Splice's GraphQL API began
    requiring Apollo preflight headers (apollo-require-preflight,
    x-apollo-operation-name); without them the app failed with
    "something went wrong". This build adds them.
    (upstream issue #30)

✨ New

  • Transpose — shift samples by key or by semitones, tempo-preserving,
    applied to both preview playback and exported WAV.

📦 Downloads

  • Windows.exe (installer) or .msi
  • macOS.dmg (Apple Silicon & Intel)
  • Linux.AppImage, .deb, .rpm

Once the headers fix is merged upstream, please switch back to the original repo.
All credit to the original authors — please ⭐ the original
splicedd and
splicerr.

Splicerr v1.0.8 — API fix + Transpose

03 Jun 20:20

Choose a tag to compare

Splicerr v1.0.8 — community fork

Temporary fork of Robert-K/splicerr
that restores functionality and adds a bonus feature.

🔧 Fixes

  • Windows: "Something went wrong" fixed. On Windows the app's
    requests were blocked by Splice's Cloudflare protection with a 403
    (the embedded Origin: http://tauri.localhost header was being
    flagged). The GraphQL request now goes through a native client that
    Cloudflare accepts, so samples load on Windows again.
  • Samples load again (all platforms). Splice's GraphQL API began
    requiring Apollo preflight headers (apollo-require-preflight,
    x-apollo-operation-name); without them the app failed with
    "something went wrong". This build adds them.
    (upstream issue #30)

✨ New

  • Transpose — shift samples by key or by semitones, tempo-preserving,
    applied to both preview playback and exported WAV.

📦 Downloads

  • Windows.exe (installer) or .msi
  • macOS.dmg (Apple Silicon & Intel)
  • Linux.AppImage, .deb, .rpm

Once the headers fix is merged upstream, please switch back to the original repo.
All credit to the original authors — please ⭐ the original
splicedd and
splicerr.