Sfz to Decentsampler

Link to good samples/soundfonts at http://wiki.linuxaudio.org/wiki/free_audio_data

Moderators: MattKingUSA, khz

Post Reply
luciorgomes
Established Member
Posts: 141
Joined: Wed Feb 04, 2015 11:29 pm
Has thanked: 65 times
Been thanked: 23 times

Sfz to Decentsampler

Post by luciorgomes »

Hi
This is a simple converter of Sfz files to Decentsampler format.
The first option creates individual .dspreset files. The second will scan all folders and will do it for every Sfz file found.
Let me know if you find any errors...

https://github.com/luciorgomes/sfz_to_ds

Attachments
Captura de imagem_20250511_213715.png
Captura de imagem_20250511_213715.png (26.89 KiB) Viewed 1812 times
User avatar
Axel-Erfurt
Established Member
Posts: 128
Joined: Tue Dec 05, 2023 6:06 pm
Has thanked: 32 times
Been thanked: 48 times
Contact:

Re: Sfz to Decentsampler

Post by Axel-Erfurt »

The layout may have to be adjusted a little.

Image

luciorgomes
Established Member
Posts: 141
Joined: Wed Feb 04, 2015 11:29 pm
Has thanked: 65 times
Been thanked: 23 times

Re: Sfz to Decentsampler

Post by luciorgomes »

Axel-Erfurt wrote: Mon May 12, 2025 9:18 am

The layout may have to be adjusted a little.

Image

The windows sizes of wxPython changes a lot in each DE (I had tested only on KDE).
I uploaded a new version with a fix.

Smaasten
Established Member
Posts: 11
Joined: Sat Jun 25, 2022 6:50 am
Has thanked: 12 times
Been thanked: 1 time

Re: Sfz to Decentsampler

Post by Smaasten »

Where or how do i dl it`?

Nothing under "Releases". I would love to try it :)

User avatar
Axel-Erfurt
Established Member
Posts: 128
Joined: Tue Dec 05, 2023 6:06 pm
Has thanked: 32 times
Been thanked: 48 times
Contact:

Re: Sfz to Decentsampler

Post by Axel-Erfurt »

open terminal, then

Code: Select all

git clone https://github.com/luciorgomes/sfz_to_ds.git
cd sfz_to_ds
python3 sfz_to_ds.py
Post Reply