[DEV] Nord User Sample Library Development Thread
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.
-
- Patch Creator
- Posts: 371
- Joined: 20 Jul 2019, 14:51
- 6
- Your Nord Gear #1: Nord Stage 3
- Has thanked: 102 times
- Been thanked: 348 times
- Contact:
Re: [DEV] Nord User Sample Library Development Thread
Hi
I'm not able to login, even after password reset. Always same error message: The username and password combination was not recognised. Please help...
I'm not able to login, even after password reset. Always same error message: The username and password combination was not recognised. Please help...
My free online tool to view Nord Stage programs https://chris55.github.io/ns3-program-viewer
-
- Posts: 148
- Joined: 26 Apr 2019, 10:14
- 6
- Your Nord Gear #1: Nord Stage 3
- Your Nord Gear #2: Nord Electro 3
- Has thanked: 8 times
- Been thanked: 65 times
Re: [DEV] Nord User Sample Library Development Thread
I have added all the rest of the NUF files to the 'files page' for admins.
If admin users go to files page, and filter on 'Assigned To PatchID' using 'Unassigned' checkbox - you can see the mp3 files that have not been linked to an existing Sound.
For example there are 1234 mp3s that can probably be assigned to the original patch.
Ill perhaps add a form link on these files, so we can check which Sound they should belong to, and Ill create a function that can assign these to the right Sound ID
If admin users go to files page, and filter on 'Assigned To PatchID' using 'Unassigned' checkbox - you can see the mp3 files that have not been linked to an existing Sound.
For example there are 1234 mp3s that can probably be assigned to the original patch.
Ill perhaps add a form link on these files, so we can check which Sound they should belong to, and Ill create a function that can assign these to the right Sound ID
Last edited by spookycookie on 01 Feb 2020, 12:05, edited 1 time in total.
- 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: 1468 times
- Been thanked: 930 times
Re: [DEV] Nord User Sample Library Development Thread
Yeah works now on my iPad, and there is just very little delay which I think is affordablespookycookie wrote:I figured out the issue. Safari has a limit on how much raw data I can persist/cache in something called browser 'local storage', and the files page tips it over the limit (4199 files)
I might have the same issue with the main sound page at some point (currently 2612 sounds) , the data might become too large to persist/cache over time.
Its easy to remove the browser persistance, but the trade-off is waiting a few seconds when you land on the page to fetch the data. You now get a delay when you navigate to files.
Jump back to sounds and theres no delay..... hey ho.... I have a few other options I can explore in the future that might work better on Safari.
Should be fixed now.

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
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
-
- Posts: 148
- Joined: 26 Apr 2019, 10:14
- 6
- Your Nord Gear #1: Nord Stage 3
- Your Nord Gear #2: Nord Electro 3
- Has thanked: 8 times
- Been thanked: 65 times
Re: [DEV] Nord User Sample Library Development Thread

I am temporarily removing the abilty to remove/delete mp3s and files... Cos I realised I have done it wrong.
-
- Posts: 148
- Joined: 26 Apr 2019, 10:14
- 6
- Your Nord Gear #1: Nord Stage 3
- Your Nord Gear #2: Nord Electro 3
- Has thanked: 8 times
- Been thanked: 65 times
Re: [DEV] Nord User Sample Library Development Thread
I added a permanent delete button on files and mp3s when viewing the editor- so you can remove a file from the sound's file collection.
This replaces the previous 'hidden' feature which can no longer be used.
This replaces the previous 'hidden' feature which can no longer be used.
Last edited by spookycookie on 02 Feb 2020, 14:01, edited 1 time in total.
-
- Posts: 148
- Joined: 26 Apr 2019, 10:14
- 6
- Your Nord Gear #1: Nord Stage 3
- Your Nord Gear #2: Nord Electro 3
- Has thanked: 8 times
- Been thanked: 65 times
Re: [DEV] Nord User Sample Library Development Thread
Today I added a new feature for admins. You can assign a file to a sound from the Files list, when viewing the file details.
Its still work in progress, still got a few little bugs to resolve with this. [FIXED]
So this is useful for missing MP3s, you can find them in the files list an assign them to the correct Sound.
For example you can filter by 'unassigned' with type mp3, and isNUF true, get a list of unused MP3s that probably have a sound/sample somewhere.
You can then view the forum post to check which sound it belongs to (the links is provided) .
Find the sound in the Sounds list, take a note of its ID, jump back to that MP3 and assign it!
Its still work in progress, still got a few little bugs to resolve with this. [FIXED]
So this is useful for missing MP3s, you can find them in the files list an assign them to the correct Sound.
For example you can filter by 'unassigned' with type mp3, and isNUF true, get a list of unused MP3s that probably have a sound/sample somewhere.
You can then view the forum post to check which sound it belongs to (the links is provided) .
Find the sound in the Sounds list, take a note of its ID, jump back to that MP3 and assign it!
Last edited by spookycookie on 03 Feb 2020, 11:09, edited 3 times in total.
- These users thanked the author spookycookie for the post (total 2):
- Berretje, Schorsch
-
- Posts: 148
- Joined: 26 Apr 2019, 10:14
- 6
- Your Nord Gear #1: Nord Stage 3
- Your Nord Gear #2: Nord Electro 3
- Has thanked: 8 times
- Been thanked: 65 times
Re: [DEV] Nord User Sample Library Development Thread
Settled on a final domain https://nordusersounds.com - this should help email going to inboxes
Last edited by spookycookie on 07 Feb 2020, 20:39, edited 1 time in total.
- These users thanked the author spookycookie for the post (total 3):
- Johannes, dmamfmgm, Schorsch
-
- Posts: 148
- Joined: 26 Apr 2019, 10:14
- 6
- Your Nord Gear #1: Nord Stage 3
- Your Nord Gear #2: Nord Electro 3
- Has thanked: 8 times
- Been thanked: 65 times
Re: [DEV] Nord User Sample Library Development Thread
New feature added this morning!
You can view a sound in it's own page e.g. https://nordusersounds.com/sound/50161
This means you can link to the sound in your forum posts.
You can also open the sound in its own page by clicking the new launch icon in the last column in the main Sounds Page, and copy the url if you want to link to it.

You can view a sound in it's own page e.g. https://nordusersounds.com/sound/50161
This means you can link to the sound in your forum posts.
You can also open the sound in its own page by clicking the new launch icon in the last column in the main Sounds Page, and copy the url if you want to link to it.

Last edited by spookycookie on 09 Feb 2020, 13:34, edited 2 times in total.
- These users thanked the author spookycookie for the post:
- Schorsch
- Berretje
- Moderator
- Posts: 1272
- Joined: 09 Nov 2013, 00:48
- 11
- Your Nord Gear #1: Nord Stage 2
- Your Nord Gear #2: Other Brand
- Location: Mierlo
- Has thanked: 1174 times
- Been thanked: 421 times
- Contact:
Re: [DEV] Nord User Sample Library Development Thread
Mmm... this is very handy. I'm even thinking if it's possible to embed such page into a NUF post (like an html iframe) so this looks seamless.spookycookie wrote:New feature added this morning!
You can view a sound in it's own page e.g. https://nordusersounds.com/sound/50161
This means you can link to the sound in your forum posts.
You can also open the sound in its own page by clicking the new launch icon in the last column in the main Sounds Page, and copy the url if you want to link to it.
@Johannes is that even possible somehow?
with regards,
Bart
~~~
Sites
Coverband Blush
Nord User Sounds - Program/Sample Collection
Tools
NS2/NS3 Program Viewer
Current gear
NS2 HA88
Yamaha Tyros 5
Connected with a MioXM and powered by Bandhelper
Bart
~~~
Sites
Coverband Blush
Nord User Sounds - Program/Sample Collection
Tools
NS2/NS3 Program Viewer
Current gear
NS2 HA88
Yamaha Tyros 5
Connected with a MioXM and powered by Bandhelper
- Johannes
- Administrator
- Posts: 2190
- Joined: 05 Mar 2009, 01:04
- 16
- Your Nord Gear #1: Nord Stage 2
- Your Nord Gear #2: Other Brand
- Location: Milano
- Has thanked: 740 times
- Been thanked: 829 times
- Contact:
Re: [DEV] Nord User Sample Library Development Thread
Hi Steve, great very useful!
@Berretje: Also good follow up idea! I added a bbcode "nordusersounds". See here the example:
Two things that could be improved. 1) Maybe having a version (maybe a suffix or additional /... tag) without the header and footer? 2) Now when not logged in, of course the login page appears. But I assume there is nothing to be done about it??
@Berretje: Also good follow up idea! I added a bbcode "nordusersounds". See here the example:
Two things that could be improved. 1) Maybe having a version (maybe a suffix or additional /... tag) without the header and footer? 2) Now when not logged in, of course the login page appears. But I assume there is nothing to be done about it??
Contact: info@norduserforum.com