Nord Sample editor importing samples with loop points!!!
Forum rules
How to get the MP3-Player:
Upload a MP3 file where you play some notes using your sample.
Click the "PLACE INLINE" button after uploading the MP3 sample in order to automatically create a Flash MP3 player in your post!
Also check the Forum Rules, in particular rule #6 about the sharing of patches and samples.
How to get the MP3-Player:
Upload a MP3 file where you play some notes using your sample.
Click the "PLACE INLINE" button after uploading the MP3 sample in order to automatically create a Flash MP3 player in your post!
Also check the Forum Rules, in particular rule #6 about the sharing of patches and samples.
- Eriknie
- Patch Creator
- Posts: 153
- Joined: 14 Jan 2014, 13:01
- 11
- Your Nord Gear #1: Nord Piano 5
- Your Nord Gear #2: Nord Stage 3
- Location: The Netherlands
- Has thanked: 29 times
- Been thanked: 112 times
- Contact:
Re: Nord Sample editor importing samples with loop points!!!
Good to hear you got it working!
No idea why it doesn't work on your first computer, python should work on all devices once installed. But there could be different versions of libraries...
I did not test my software on all possible combinations.
Thanks for the update.
No idea why it doesn't work on your first computer, python should work on all devices once installed. But there could be different versions of libraries...
I did not test my software on all possible combinations.
Thanks for the update.
NP5-73, NS3C
QSheets: The fastest sheet display tool in the world that plays Audio and send Program Changes: https://QSheets.eriknie.synology.me
FixLoop: Add Loop Points of Wav Files into the Nord Sample Editor: https://github.com/erik-nie/FixLoop-NSE
QSheets: The fastest sheet display tool in the world that plays Audio and send Program Changes: https://QSheets.eriknie.synology.me
FixLoop: Add Loop Points of Wav Files into the Nord Sample Editor: https://github.com/erik-nie/FixLoop-NSE
-
- Posts: 3
- Joined: 28 Nov 2022, 22:40
- 2
- Your Nord Gear #1: Nord Wave
- Your Nord Gear #2: Nord Wave 2
Re: Nord Sample editor importing samples with loop points!!!
I noticed that the Nord sample editor does not allow to manually set a loop start exactly at sample start position but needs a small offset.
Is this a known limitation?
And what would that mean if my samples have loop points from file start to end in regards to your script?
Greetings
Sascha
Is this a known limitation?
And what would that mean if my samples have loop points from file start to end in regards to your script?
Greetings
Sascha
- Eriknie
- Patch Creator
- Posts: 153
- Joined: 14 Jan 2014, 13:01
- 11
- Your Nord Gear #1: Nord Piano 5
- Your Nord Gear #2: Nord Stage 3
- Location: The Netherlands
- Has thanked: 29 times
- Been thanked: 112 times
- Contact:
Re: Nord Sample editor importing samples with loop points!!!
Should work. But i never tested that.
You could try to run the script and use a open source text compare tool like winmerge.
If it are only a few samples, you could manually change the looping points in the project file to loop from start till end.
You could check the python file for the names of the loopingpoints
good luck
You could try to run the script and use a open source text compare tool like winmerge.
If it are only a few samples, you could manually change the looping points in the project file to loop from start till end.
You could check the python file for the names of the loopingpoints
good luck
NP5-73, NS3C
QSheets: The fastest sheet display tool in the world that plays Audio and send Program Changes: https://QSheets.eriknie.synology.me
FixLoop: Add Loop Points of Wav Files into the Nord Sample Editor: https://github.com/erik-nie/FixLoop-NSE
QSheets: The fastest sheet display tool in the world that plays Audio and send Program Changes: https://QSheets.eriknie.synology.me
FixLoop: Add Loop Points of Wav Files into the Nord Sample Editor: https://github.com/erik-nie/FixLoop-NSE
-
- Posts: 5
- Joined: 03 Dec 2022, 14:25
- 2
- Has thanked: 1 time
- Been thanked: 1 time
Re: Nord Sample editor importing samples with loop points!!!
First of all, thank you very much for the script. I have tested it successfully.
Today I had started to edit some samples from my EMAX for the NW:
SF2 to WAV (31khz) with (ExtremeSampleConverter)
Sample rate converted 39 to 44.1kHz (r8brain) -> the Nord Sample Editor allows only 44.1, 48 or 96 KHz Samples
Both sample have loop points in my opinion, but the script reports no loops
What could be wrong, theSF2 format, or the conversion to 44.1kHz or the fixloop?
Greetings
Today I had started to edit some samples from my EMAX for the NW:
SF2 to WAV (31khz) with (ExtremeSampleConverter)
Sample rate converted 39 to 44.1kHz (r8brain) -> the Nord Sample Editor allows only 44.1, 48 or 96 KHz Samples
Both sample have loop points in my opinion, but the script reports no loops
What could be wrong, theSF2 format, or the conversion to 44.1kHz or the fixloop?
Greetings
- Attachments
-
- cmd_py.png (12.34 KiB) Viewed 2309 times
-
- sample44.png (145.02 KiB) Viewed 2309 times
-
- sample39.png (157.88 KiB) Viewed 2309 times
Last edited by futschikato on 05 Dec 2022, 22:25, edited 1 time in total.
- Eriknie
- Patch Creator
- Posts: 153
- Joined: 14 Jan 2014, 13:01
- 11
- Your Nord Gear #1: Nord Piano 5
- Your Nord Gear #2: Nord Stage 3
- Location: The Netherlands
- Has thanked: 29 times
- Been thanked: 112 times
- Contact:
Re: Nord Sample editor importing samples with loop points!!!
Did you use the enhanced version of the wavfile.py? the original does not detect looppoints
I'll write a small python script this week to display the looppoints in wav files.
I'll write a small python script this week to display the looppoints in wav files.
NP5-73, NS3C
QSheets: The fastest sheet display tool in the world that plays Audio and send Program Changes: https://QSheets.eriknie.synology.me
FixLoop: Add Loop Points of Wav Files into the Nord Sample Editor: https://github.com/erik-nie/FixLoop-NSE
QSheets: The fastest sheet display tool in the world that plays Audio and send Program Changes: https://QSheets.eriknie.synology.me
FixLoop: Add Loop Points of Wav Files into the Nord Sample Editor: https://github.com/erik-nie/FixLoop-NSE
-
- Posts: 5
- Joined: 03 Dec 2022, 14:25
- 2
- Has thanked: 1 time
- Been thanked: 1 time
Re: Nord Sample editor importing samples with loop points!!!
yes i use the enhanced version of the wavfile.py
I used some samples from https://www.bjoernbojahr.de/nl3-edm-sample-pack.html for testing and the script doesn't find any loop points in one file (Sample48), but the loop detection works in the other files.
I used some samples from https://www.bjoernbojahr.de/nl3-edm-sample-pack.html for testing and the script doesn't find any loop points in one file (Sample48), but the loop detection works in the other files.
- Attachments
-
- sample_54.png (72.59 KiB) Viewed 2251 times
-
- sample_48.png (93.46 KiB) Viewed 2251 times
-
- cmd1_py.png (14.15 KiB) Viewed 2251 times
- Eriknie
- Patch Creator
- Posts: 153
- Joined: 14 Jan 2014, 13:01
- 11
- Your Nord Gear #1: Nord Piano 5
- Your Nord Gear #2: Nord Stage 3
- Location: The Netherlands
- Has thanked: 29 times
- Been thanked: 112 times
- Contact:
Re: Nord Sample editor importing samples with loop points!!!
Strange, no clue what is going on. Perhaps it has something to do with the conversions.
If my script does not find the loops, you could dive into the wavfile.py to find out what is going on.
If my script does not find the loops, you could dive into the wavfile.py to find out what is going on.
NP5-73, NS3C
QSheets: The fastest sheet display tool in the world that plays Audio and send Program Changes: https://QSheets.eriknie.synology.me
FixLoop: Add Loop Points of Wav Files into the Nord Sample Editor: https://github.com/erik-nie/FixLoop-NSE
QSheets: The fastest sheet display tool in the world that plays Audio and send Program Changes: https://QSheets.eriknie.synology.me
FixLoop: Add Loop Points of Wav Files into the Nord Sample Editor: https://github.com/erik-nie/FixLoop-NSE
-
- Posts: 1008
- Joined: 22 Aug 2015, 08:48
- 9
- Your Nord Gear #1: Nord Electro 5
- Your Nord Gear #2: Nord Stage 3
- Location: Northern California
- Has thanked: 3 times
- Been thanked: 337 times
- Contact:
Re: Nord Sample editor importing samples with loop points!!!
Changing the sample rate changes where the loop points would need to be placed. They are not based on the waveform, but simply based on time, so I'm pretty sure loop points will not survive a sample rate conversion.
Current Gear: NS3C, NP5-88, NP5-73, Alesis QS7.1 & QS8.2, Hammond B3 with Leslie 122, Yamaha CP70, Yamaha C3 6' Grand, Roland D-05, Roland AX-Edge
-
- Posts: 5
- Joined: 03 Dec 2022, 14:25
- 2
- Has thanked: 1 time
- Been thanked: 1 time
Re: Nord Sample editor importing samples with loop points!!!
I did not convert Björn's samples from my second test. They are the original samples, of which not all loop points are recognized.Eriknie wrote:Strange, no clue what is going on. Perhaps it has something to do with the conversions.
If my script does not find the loops, you could dive into the wavfile.py to find out what is going on.
I will have a closer look at the wavfile.py...
-
- Posts: 5
- Joined: 03 Dec 2022, 14:25
- 2
- Has thanked: 1 time
- Been thanked: 1 time
Re: Nord Sample editor importing samples with loop points!!!
As the screenshots at my first post show, the loop points are still there after converting ?!cgrafx wrote:Changing the sample rate changes where the loop points would need to be placed. They are not based on the waveform, but simply based on time, so I'm pretty sure loop points will not survive a sample rate conversion.
Original (31250 Hz)
Wavesize: 53378 pts
Sustain Loop: 21565 to 53369 pts
Converted (44100 Hz)
Wavesize: 75327 pts
Sustain Loop: 30433 to 75314 pts
Here are the two samples in Wavelab 11 LE :
- Attachments
-
- wave_44.png (74.17 KiB) Viewed 2184 times
-
- wave_31.png (72.03 KiB) Viewed 2184 times