Nord Sample editor importing samples with loop points!!!
Posted: 07 Jun 2022, 20:34
I needed a way to import a set of wav files with loop points. Looping them in the Nord Sample Editor did not work and made audible fase, volume drops.
I noticed that the .nsmpproj files are just text files. So I wrote a small program that checked all included wav files and transfers the loop points.
Just put the project file, wav files and python files in the same folder and run the python file. It even works with multiple projects files in the folder.
NEW: now also looks for .wav files in the Media folder, great for consolidated projects
I tested this with two sets of samples: no crossfades and no clicks!!!
Now you can also use other tools to loop and import them. I highly recommend the tooling from Björn Bojahr: https://www.bjoernbojahr.de/
I have no problem if someone can host this file or improves it. Please notice this in this forum.
Hope this helps others.
In the end I did this in a few hours, would be easy for Nord to include this in the sample editor.
Github for code: https://github.com/erik-nie/FixLoop-NSE
[hr]
NEW: fixloop.exe (Experimental!!):
Please try the following experimental fixloop.exe version of the python program. I'm not allowed to add .exe files in this forum, so added it to my website:
https://qsheets.eriknie.synology.me
At the bottom is a link added with fixloop.exe
You have to put this .exe into the same folder with the project and .wav files as described in the github documentation.
No other files are needed. Just double click it. Or run from the command line to show output.
Please let me know if this works, I did a few tests and seems to work identical to the fixloop.py file, without the need for installation of python.
I noticed that the .nsmpproj files are just text files. So I wrote a small program that checked all included wav files and transfers the loop points.
Just put the project file, wav files and python files in the same folder and run the python file. It even works with multiple projects files in the folder.
NEW: now also looks for .wav files in the Media folder, great for consolidated projects
I tested this with two sets of samples: no crossfades and no clicks!!!
Now you can also use other tools to loop and import them. I highly recommend the tooling from Björn Bojahr: https://www.bjoernbojahr.de/
I have no problem if someone can host this file or improves it. Please notice this in this forum.
Hope this helps others.
In the end I did this in a few hours, would be easy for Nord to include this in the sample editor.
Github for code: https://github.com/erik-nie/FixLoop-NSE
[hr]
NEW: fixloop.exe (Experimental!!):
Please try the following experimental fixloop.exe version of the python program. I'm not allowed to add .exe files in this forum, so added it to my website:
https://qsheets.eriknie.synology.me
At the bottom is a link added with fixloop.exe
You have to put this .exe into the same folder with the project and .wav files as described in the github documentation.
No other files are needed. Just double click it. Or run from the command line to show output.
Please let me know if this works, I did a few tests and seems to work identical to the fixloop.py file, without the need for installation of python.