Releases: reales/nkitool
Releases · reales/nkitool
2.0
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
- Download the
nkibinary - Make it executable with:
chmod +x nki - 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