NS2 and NS3 program viewer

Everything about the Nord Stage series; features, specifications, how to operate, and questions about technical issues.
Post Reply
User avatar
Berretje
Moderator
Posts: 1271
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: 420 times
Contact:
Netherlands

Re: NS3 program viewer

Post by Berretje »

paolo60 wrote:is it possible to use it offline?
Here is the source code: https://github.com/Chris55/ns3-program-viewer
Give it a shot ;)

But no, this is a website so you can't use it offline I guess.
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
User avatar
maxpiano
Patch Creator
Posts: 7005
Joined: 27 Jun 2011, 13:29
14
Your Nord Gear #1: Nord Stage 3
Location: Italy
Has thanked: 529 times
Been thanked: 2458 times
Italy

Re: NS3 program viewer

Post by maxpiano »

Berretje wrote:
paolo60 wrote:is it possible to use it offline?
Here is the source code: https://github.com/Chris55/ns3-program-viewer
Give it a shot ;)

But no, this is a website so you can't use it offline I guess.
Well actually you could, if you install a web server service on your own computer and run it there ("localhost"), but of course this requires some know-how about web development. Maybe the authors could provide a how-to (do this) in the future.
Last edited by maxpiano on 25 Oct 2020, 07:23, edited 1 time in total.
These users thanked the author maxpiano for the post:
A_440
florence
Patch Creator
Posts: 371
Joined: 20 Jul 2019, 14:51
6
Your Nord Gear #1: Nord Stage 3
Has thanked: 101 times
Been thanked: 347 times
Contact:
France

Re: NS3 program viewer

Post by florence »

all answers are correct, in current version it is online only. But few options are possible to have it as an offline app with some effort :) But wondering what would be the benefits to run it offline...?
My free online tool to view Nord Stage programs https://chris55.github.io/ns3-program-viewer
User avatar
Schorsch
Donator
Posts: 2571
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: 1463 times
Been thanked: 922 times
Germany

Re: NS3 program viewer

Post by Schorsch »

florence wrote:all answers are correct, in current version it is online only. But few options are possible to have it as an offline app with some effort :) But wondering what would be the benefits to run it offline...?
The only benefit I could think of is using it in environments where an internet access is not available ...
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
florence
Patch Creator
Posts: 371
Joined: 20 Jul 2019, 14:51
6
Your Nord Gear #1: Nord Stage 3
Has thanked: 101 times
Been thanked: 347 times
Contact:
France

Re: NS3 program viewer

Post by florence »

sure. can be added to the backlog.... right now roadmap is to include NS2 ns2p files, NS3 Synth ns3y files, and batch (zip file) import to generate reports with multiple programs.... work until Chrismas :)
These users thanked the author florence for the post (total 2):
Schorsch, Spider
My free online tool to view Nord Stage programs https://chris55.github.io/ns3-program-viewer
paolo60
Posts: 39
Joined: 01 Oct 2020, 23:10
4
Your Nord Gear #1: Nord Stage 3
Has thanked: 19 times
Been thanked: 9 times
Italy

Re: NS3 program viewer

Post by paolo60 »

Schorsch wrote:
florence wrote:all answers are correct, in current version it is online only. But few options are possible to have it as an offline app with some effort :) But wondering what would be the benefits to run it offline...?
The only benefit I could think of is using it in environments where an internet access is not available ...
Exactly
Anyway many thanks to authors for the great work !!!
User avatar
Johannes
Administrator
Posts: 2189
Joined: 05 Mar 2009, 01:04
16
Your Nord Gear #1: Nord Stage 2
Your Nord Gear #2: Other Brand
Location: Milano
Has thanked: 739 times
Been thanked: 814 times
Contact:
Italy

Re: NS3 program viewer

Post by Johannes »

Excellent work, looks awesome! A NS2P version would be perfect!
A bit kudos to the developers! Bravo!

Johannes
florence
Patch Creator
Posts: 371
Joined: 20 Jul 2019, 14:51
6
Your Nord Gear #1: Nord Stage 3
Has thanked: 101 times
Been thanked: 347 times
Contact:
France

Re: NS3 program viewer

Post by florence »

thank you! I hope it proves useful.
My free online tool to view Nord Stage programs https://chris55.github.io/ns3-program-viewer
Hlaalu

Re: NS3 program viewer

Post by Hlaalu »

Hi florence,

your tool is amazing! :)

I can't seem to find the settings for the output routing (ch1, 2, etc.) anywhere though. They can be global but also per-program, so I was wondering if there's a way to show them in your tool -- provided that they are stored withing the program and not in some other separate index in the Stage 3 (this might well be the case though...).

Also, the headers for synth engine don't make it clear enough (IMHO of course) whether what is being showed is the name of the sample, of the synth preset or the wave type. I mean they can be guessed most of the times, but perhaps there could be a more systematic way to tell (different background colors)?

Kudos again for your excellent work!
Last edited by Hlaalu on 23 Nov 2020, 10:07, edited 1 time in total.
florence
Patch Creator
Posts: 371
Joined: 20 Jul 2019, 14:51
6
Your Nord Gear #1: Nord Stage 3
Has thanked: 101 times
Been thanked: 347 times
Contact:
France

Re: NS3 program viewer

Post by florence »

Thanks Hlaalu !

will check how is implemented the output routing, if it is per program it can be added... also @Hobster proposed his help to check these global settings, once available it can be added of course.

regarding the synth engine: right I tried different approach but maybe not the most simple :)

first the type is under OSC (Sample, Classic, Wave....)

If Sample then
- Nord Library Sample: The name is actually not stored in the program itself, only a sample ID that is a hash code from the Original Nord Sample library file. I added all library hash code to be able to translate it to a name. If the sample ID is unknown then it simply shows Unknown...
- User sample: the name is stored in the Preset property. I simply show the preset name.

If Classic, Wave, Formant, Super...
- I show the Waveform name and optional Preset name if available

Finally if the displayed name is the same as the preset, I show it only one time... this is maybe what cause your confusion...
These users thanked the author florence for the post:
A_440
My free online tool to view Nord Stage programs https://chris55.github.io/ns3-program-viewer
Post Reply