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.

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

Postby maxpiano » 09 Jun 2022, 11:50

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
maxpiano
Patch Creator
 
Posts: 6245
Joined: 27 Jun 2011, 13:29
Location: Italy
Country: Italy
Has thanked: 448 times
Been thanked: 2196 times
Your Nord Gear #1: Nord Stage 3

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


Sponsor
 

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

Postby Schorsch » 09 Jun 2022, 12:27

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 85 times
Regards Schorsch

Want to convert programs between NS2 and NS3?
Check this awesome website to visually view NS2/3 programs and re-create them on the other instrument!


Gear: NS3C, NS3 88, KeyLargo, Vent II ..

The author Schorsch was thanked by:
Ivan Jochner
User avatar
Schorsch
Donator
 
Posts: 2230
Joined: 15 May 2018, 23:34
Location: Germany - NRW
Country: Germany
Has thanked: 1231 times
Been thanked: 803 times
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Stage 3

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

Postby Eriknie » 09 Jun 2022, 12:58

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.
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

The author Eriknie was thanked by:
MrBBojahr
User avatar
Eriknie
Patch Creator
 
Posts: 146
Joined: 14 Jan 2014, 13:01
Location: The Netherlands
Country: Netherlands
Has thanked: 29 times
Been thanked: 108 times
Your Nord Gear #1: Nord Piano 5
Your Nord Gear #2: Nord Stage 3

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

Postby Ivan Jochner » 09 Jun 2022, 22:36

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
User avatar
Ivan Jochner
Patch Creator
 
Posts: 380
Joined: 14 Aug 2018, 20:30
Location: Vinnitsa /Ukraine
Country: Ukraine
Has thanked: 116 times
Been thanked: 284 times
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Other Brand

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

Postby cgrafx » 10 Jun 2022, 08:38

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.
Current Gear: NS3C, Alesis QS6.1, QS7.1 & QS8.2, Hammond B3 with Leslie 122, Yamaha CP70, Yamaha C3 6' Grand, Roland D-05, Roland AX-Edge, Waldorf Blofeld Keyboard, Behringer Arp Odyssey

The author cgrafx was thanked by:
Ivan Jochner
cgrafx
 
Posts: 892
Joined: 22 Aug 2015, 08:48
Location: Northern California
Country: United States of America
Has thanked: 3 times
Been thanked: 293 times
Your Nord Gear #1: Nord Electro 5
Your Nord Gear #2: Nord Stage 3

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

Postby Schorsch » 10 Jun 2022, 09:54

@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.
Regards Schorsch

Want to convert programs between NS2 and NS3?
Check this awesome website to visually view NS2/3 programs and re-create them on the other instrument!


Gear: NS3C, NS3 88, KeyLargo, Vent II ..

The author Schorsch was thanked by:
Ivan Jochner
User avatar
Schorsch
Donator
 
Posts: 2230
Joined: 15 May 2018, 23:34
Location: Germany - NRW
Country: Germany
Has thanked: 1231 times
Been thanked: 803 times
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Stage 3

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

Postby Ivan Jochner » 10 Jun 2022, 10:02

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.))
Patchmaker
Nord Stage 3 Compact /Yamaha Motif XS 7
Yamaha MODX 7 / (past gear) Roland Integra

The author Ivan Jochner was thanked by:
Schorsch
User avatar
Ivan Jochner
Patch Creator
 
Posts: 380
Joined: 14 Aug 2018, 20:30
Location: Vinnitsa /Ukraine
Country: Ukraine
Has thanked: 116 times
Been thanked: 284 times
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Other Brand

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

Postby Schorsch » 10 Jun 2022, 10:08

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

Want to convert programs between NS2 and NS3?
Check this awesome website to visually view NS2/3 programs and re-create them on the other instrument!


Gear: NS3C, NS3 88, KeyLargo, Vent II ..
User avatar
Schorsch
Donator
 
Posts: 2230
Joined: 15 May 2018, 23:34
Location: Germany - NRW
Country: Germany
Has thanked: 1231 times
Been thanked: 803 times
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Stage 3

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

Postby cookie » 10 Jun 2022, 10:15

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
cookie
Patch Creator
 
Posts: 728
Joined: 08 Dec 2011, 17:38
Location: France
Country: France
Has thanked: 136 times
Been thanked: 306 times
Your Nord Gear #1: Nord Stage 2

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

Postby Ivan Jochner » 10 Jun 2022, 10:50

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 1624 times


cmd.jpg
cmd.jpg (386.75 KiB) Viewed 1618 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
User avatar
Ivan Jochner
Patch Creator
 
Posts: 380
Joined: 14 Aug 2018, 20:30
Location: Vinnitsa /Ukraine
Country: Ukraine
Has thanked: 116 times
Been thanked: 284 times
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Other Brand

PreviousNext

Return to Nord User Samples (*.nsmp, *.nsmp3, *.nsmp4 files)



Who is online

Users browsing this forum: michaeljschaefer and 18 guests