[DEV] Nord User Sample Library Development Thread

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
spookycookie
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
Great Britain

Re: [DEV] Nord User Sample Library Development Thread

Post by spookycookie »

Mr_-G- wrote:Right, Ithink I found out what is the issue with the blank field in Firefox: If you block third party cookies, the samples will not be embedded.
Is there any particular reason why nordusersounds.com or windows.net need to set cookies? (the latter has something to do with the sound player, the player won't load if you do not let the site run some scripts).

Could that be avoided, so we can set browsers to safely block third party cookies and unvisited site scripts (which in the vast majority of cases are not really needed nor benefit the user)?
Haha, the irony is that to accept the cookie policy/warning, I need to set a cookie!
This is the cookie that is connected to a site-script script (to set a cookie). I suspect it is the culprit.
Also a Cookie is set to specifiy the server/app instance in the Azure hosting cloud, but i dont think that would affect it.


I could try to remove the Cookie/acceptance stuff, and see if it fixes it? If we can co-ordinate a time that someone can test it? PM me Mr_-G- ?
Last edited by spookycookie on 22 Mar 2020, 11:26, edited 2 times in total.
User avatar
Schorsch
Donator
Posts: 2586
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
Germany

Re: [DEV] Nord User Sample Library Development Thread

Post by Schorsch »

Hi spookycookie,

do you remember the issue of getting a blank screen on the iPad when logging into the website, which we discussed a few months back?

I’m having this problem back now on my iPad with both Chrome and Safari - after login the All Sounds page appears for about a second or so and then gets replaced by a blank screen, see screenshots below. Any idea how to fix this again?

Right after login:
AC1D3490-7D12-4A79-810D-CD2A927870BB.png
AC1D3490-7D12-4A79-810D-CD2A927870BB.png (685.42 KiB) Viewed 3173 times

One second later:
CAD789DB-1829-4FFC-80DE-BA3E339B7087.png
CAD789DB-1829-4FFC-80DE-BA3E339B7087.png (350.15 KiB) Viewed 3173 times
Last edited by Schorsch on 28 Mar 2020, 09:55, edited 2 times in total.
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
spookycookie
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
Great Britain

Re: [DEV] Nord User Sample Library Development Thread

Post by spookycookie »

Schorsch wrote:Hi spookycookie,

do you remember the issue of getting a blank screen on the iPad when logging into the website, which we discussed a few months back?

I’m having this problem back now on my iPad with both Chrome and Safari - after login the All Sounds page appears for about a second or so and then gets replaced by a blank screen, see screenshots below. Any idea how to fix this again?

Right after login:
Ok so I have removed persistence of the data for sounds and files. this means when you first land on the page, its a little slower. Then the data is stored in memory, and its fast when you navigate around using the menu..
the downside is.. If you refresh the page in the browser, the memory is lost, and it has to load the data again. - you will see a 1 second pause while it re-fetches the data.

Will deploy a fix now!
Last edited by spookycookie on 28 Mar 2020, 14:41, edited 3 times in total.
spookycookie
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
Great Britain

Re: [DEV] Nord User Sample Library Development Thread

Post by spookycookie »

Question ?

What do we want to do about sounds that have multiple MP3s? it looks ugly... but its great that there are multiple mp3s. Maybe I should show only the first one? or have another icon to represent multiple mp3s.
Or have them all overlapping horizontally (instead of vertically) in same line, like a train

Steve
Attachments
example of multi mp3s
example of multi mp3s
Annotation 2020-03-28 123808.png (12.31 KiB) Viewed 3144 times
Last edited by spookycookie on 28 Mar 2020, 14:43, edited 3 times in total.
These users thanked the author spookycookie for the post:
ameinild
User avatar
Schorsch
Donator
Posts: 2586
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
Germany

Re: [DEV] Nord User Sample Library Development Thread

Post by Schorsch »

Hi, I think that one icon which represents multiple MP3s would be fine, clicking the icon should open a window with all mp3s of the data record, that would clean up the appearance of the All Samples table.
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
Schorsch
Donator
Posts: 2586
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
Germany

Re: [DEV] Nord User Sample Library Development Thread

Post by Schorsch »

spookycookie wrote: Ok so I have removed persistence of the data for sounds and files. this means when you first land on the page, its a little slower. Then the data is stored in memory, and its fast when you navigate around using the menu..
the downside is.. If you refresh the page in the browser, the memory is lost, and it has to load the data again. - you will see a 1 second pause while it re-fetches the data.

Will deploy a fix now!
Hi, all good now - thanks a lot! :thumbup:
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
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:
Netherlands

Re: [DEV] Nord User Sample Library Development Thread

Post by Berretje »

Hi Steve,

Is it possible at the login page, after you have entered your password and press "enter" that it will login? So it will trigger the "SIGN IN" button?
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
spookycookie
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
Great Britain

Re: [DEV] Nord User Sample Library Development Thread

Post by spookycookie »

Berretje wrote:Hi Steve,
Is it possible at the login page, after you have entered your password and press "enter" that it will login? So it will trigger the "SIGN IN" button?
Hi Berretje,

yes I can add that over the next few days, I have a holiday for next week so plenty of time..
These users thanked the author spookycookie for the post:
Berretje
spookycookie
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
Great Britain

Re: [DEV] Nord User Sample Library Development Thread

Post by spookycookie »

Added the auto login when pressing enter/return key :)
User avatar
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:
Netherlands

Re: [DEV] Nord User Sample Library Development Thread

Post by Berretje »

spookycookie wrote:Added the auto login when pressing enter/return key :)

Awesome! Thanks!
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
Post Reply