Skip to content

Splicerr v1.0.11 β€” macOS Sequoia Drag-n-Drop fix

Choose a tag to compare

@github-actions github-actions released this 06 Jun 09:49

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.