Skip to content

Releases: reales/nkitool

2.0

23 Mar 19:28
95d5f9b

Choose a tag to compare

NKI Tool v2.0 Release for macOS

Overview

This release includes the macOS binary of NKI Tool v2.0. Extract samples, metadata, and create SFZ files from Native Instruments Kontakt (NKI) files.

Features

  • Extracts original sample filenames from NKI files
  • Preserves MIDI note mapping in extracted filenames
  • Creates clean directory structure matching the instrument
  • Generates enhanced SFZ files with proper sample mapping
  • No external dependencies required

Installation

  1. Download the nki binary
  2. Make it executable with: chmod +x nki
  3. Run directly: ./nki path/to/your/instrument.nki

System Requirements

  • macOS 11.0 (Big Sur) or later
  • Compiled for Apple Universal Binary

What's New in v2.0

  • Original filenames are now extracted from NKI's internal data
  • Prefix cleanup removes unnecessary path components and prefixes
  • Improved SFZ files with accurate note mapping and crossfades
  • No longer requires external tools like ffmpeg
  • Filename handling preserves all note information

Usage Example

./nki "YourInstrument.nki"

This will extract:

  • XML metadata
  • All WAV samples in a directory named after the instrument
  • Sample filenames with original names and note information
  • An enhanced SFZ instrument definition

Notes

  • Pre-compiled binary for convenience
  • Source code available in the main repository
  • Compiled with optimizations for performance