Nord Sample editor importing samples with loop points!!!

Share and download User samples and project files (*.nsmp, *.nsmp3, *.nsmp4, *.nsmproj)"
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.
Post Reply
User avatar
maxpiano
Patch Creator
Posts: 7049
Joined: 27 Jun 2011, 13:29
14
Your Nord Gear #1: Nord Stage 3
Location: Italy
Has thanked: 535 times
Been thanked: 2473 times
Italy

Re: Nord Sample editor importing samples with loop points!!!

Post by maxpiano »

cookie wrote:I understand the looping information is stored inside the WAV file itself ?
Any easy way to quickly spot which WAV files are looped or unlooped ?

Fred
Yes, .wav format allows to include loop points and I guess that library wavfile.py included by Eriknie in the list files to "install" is able to read them
Last edited by maxpiano on 09 Jun 2022, 13:20, edited 2 times in total.
User avatar
Schorsch
Donator
Posts: 2588
Joined: 15 May 2018, 23:34
7
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Stage 3
Location: Germany - NRW
Has thanked: 1471 times
Been thanked: 930 times
Germany

Re: Nord Sample editor importing samples with loop points!!!

Post by Schorsch »

Ivan Jochner wrote:
Eriknie wrote:Check the text in the source file, that explains many of the steps.

Ok, thanks most of it i got now, last thing i would ask :

Where can i get missing fixloop.py ?

Cheers!!!
Hi Ivan, here you go:
fixloop.py
(2.35 KiB) Downloaded 139 times
These users thanked the author Schorsch for the post:
Ivan Jochner
Regards Schorsch

Check this https://chris55.github.io/ns3-program-viewer/ awesome tool to visualize NS2/3 programs and re-create them on the other instrument!

Gear: NS3C, Uhl X4V-1, 2-manual HX3.4 organ made by Tastendoktor, SL88 Studio
User avatar
Eriknie
Patch Creator
Posts: 154
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: 30 times
Been thanked: 112 times
Contact:
Netherlands

Re: Nord Sample editor importing samples with loop points!!!

Post by Eriknie »

You can download Endless wav from https://www.bjoernbojahr.de/.
When you open a file with this, the looppoint are seen in the edit window.

In the latest version https://github.com/erik-nie/FixLoop-NSE I fixed errors for wav files without looping markers.
These users thanked the author Eriknie for the post:
MrBBojahr
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
User avatar
Ivan Jochner
Patch Creator
Posts: 381
Joined: 14 Aug 2018, 20:30
7
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Other Brand
Location: Vinnitsa /Ukraine
Has thanked: 116 times
Been thanked: 291 times
Contact:
Ukraine

Re: Nord Sample editor importing samples with loop points!!!

Post by Ivan Jochner »

So, have done all the steps discribed above, with no success.

Another go!

On step : "run application from terminal/: python fixloop.py

I have got an error message "python: can't open file 'fixloop.py': [Errno 2] No such file or directory"

( As far as i unerstood i did it via terminal (cmd.exe)?

Need more guidence. Cheers to all helping users.
Last edited by Ivan Jochner on 09 Jun 2022, 22:49, edited 6 times in total.
Patchmaker
Nord Stage 3 Compact /Yamaha Motif XS 7
Yamaha MODX 7 / (past gear) Roland Integra
cgrafx
Posts: 1044
Joined: 22 Aug 2015, 08:48
10
Your Nord Gear #1: Nord Electro 5
Your Nord Gear #2: Nord Stage 3
Location: Northern California
Has thanked: 3 times
Been thanked: 363 times
Contact:
United States of America

Re: Nord Sample editor importing samples with loop points!!!

Post by cgrafx »

Ivan Jochner wrote:So, have done all the steps discribed above, with no success.

Another go!

On step : "run application from terminal/: python fixloop.py

I have got an error message "python: can't open file 'fixloop.py': [Errno 2] No such file or directory"

( As far as i unerstood i did it via terminal (cmd.exe)?

Need more guidence. Cheers to all helping users.
your running the command from the wrong directory.

You have to either tell the command where the fixloop.py file is (/bin/xxxx/xxxx/fixloop.py), or you have to navigate to the directory that contains that file before executing the "python fixloop.py" command

Note:(/bin/xxxx/xxxx/fixloop.py) is just an example as I don't have any idea what directory you have placed the fixloop.py file in.
Last edited by cgrafx on 10 Jun 2022, 08:39, edited 1 time in total.
These users thanked the author cgrafx for the post:
Ivan Jochner
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
User avatar
Schorsch
Donator
Posts: 2588
Joined: 15 May 2018, 23:34
7
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Stage 3
Location: Germany - NRW
Has thanked: 1471 times
Been thanked: 930 times
Germany

Re: Nord Sample editor importing samples with loop points!!!

Post by Schorsch »

@Ivan … and make sure that your sample editor project file and all wave files are located in the same directory

Hope you are doing well? :)
Last edited by Schorsch on 10 Jun 2022, 09:54, edited 2 times in total.
These users thanked the author Schorsch for the post:
Ivan Jochner
Regards Schorsch

Check this https://chris55.github.io/ns3-program-viewer/ awesome tool to visualize NS2/3 programs and re-create them on the other instrument!

Gear: NS3C, Uhl X4V-1, 2-manual HX3.4 organ made by Tastendoktor, SL88 Studio
User avatar
Ivan Jochner
Patch Creator
Posts: 381
Joined: 14 Aug 2018, 20:30
7
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Other Brand
Location: Vinnitsa /Ukraine
Has thanked: 116 times
Been thanked: 291 times
Contact:
Ukraine

Re: Nord Sample editor importing samples with loop points!!!

Post by Ivan Jochner »

Schorsch wrote:@Ivan … and make sure that your sample editor project file and all wave files are located in the same directory

Hope you are doing well? :)
Thanks mate! So far i am fine!

(Yes, all files in the same folder , difiiculties arise cause i have never dealt before with cmd.exe manipulations.))
These users thanked the author Ivan Jochner for the post:
Schorsch
Patchmaker
Nord Stage 3 Compact /Yamaha Motif XS 7
Yamaha MODX 7 / (past gear) Roland Integra
User avatar
Schorsch
Donator
Posts: 2588
Joined: 15 May 2018, 23:34
7
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Stage 3
Location: Germany - NRW
Has thanked: 1471 times
Been thanked: 930 times
Germany

Re: Nord Sample editor importing samples with loop points!!!

Post by Schorsch »

If you are new using the command prompt in Windows and don’t know how to get to the desired folder you may use the tip #4 from this site - just scroll down to the section called „Using CMD command in File Explorer to open Command Prompt Window

https://www.itechtics.com/open-command-window-folder/
Regards Schorsch

Check this https://chris55.github.io/ns3-program-viewer/ awesome tool to visualize NS2/3 programs and re-create them on the other instrument!

Gear: NS3C, Uhl X4V-1, 2-manual HX3.4 organ made by Tastendoktor, SL88 Studio
User avatar
cookie
Patch Creator
Posts: 845
Joined: 08 Dec 2011, 17:38
13
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Stage 2 EX
Location: France
Has thanked: 188 times
Been thanked: 367 times
France

Re: Nord Sample editor importing samples with loop points!!!

Post by cookie »

I'll also soon start some tests.
Can you please point me a URL where I can download free test WAV files WITH loops ?

Fred
User avatar
Ivan Jochner
Patch Creator
Posts: 381
Joined: 14 Aug 2018, 20:30
7
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Other Brand
Location: Vinnitsa /Ukraine
Has thanked: 116 times
Been thanked: 291 times
Contact:
Ukraine

Re: Nord Sample editor importing samples with loop points!!!

Post by Ivan Jochner »

Continuing of learning "Rocket Science" :lol:

1. All my files are in the following directory

C:\Users\ADMIN\Documents\NordSampleEditor3Projects\NORD LOOPS

2. In the terminal ( cmd.exe), i placed copied path where all files are stored

C:\Users\ADMIN\Documents\NordSampleEditor3Projects\NORD LOOPS\fixloop.py

Again i was shown an error " is not internal or external
command executed by a program or batch file."

( Attaching the printscreen of what i have got)
Безымянный.jpg
Безымянный.jpg (659.16 KiB) Viewed 2423 times
cmd.jpg
cmd.jpg (386.75 KiB) Viewed 2417 times
Last edited by Ivan Jochner on 10 Jun 2022, 10:58, edited 2 times in total.
Patchmaker
Nord Stage 3 Compact /Yamaha Motif XS 7
Yamaha MODX 7 / (past gear) Roland Integra
Post Reply