Sample / Program compatibitilies amongs Nord
-
toniolito
- Posts: 72
- Joined: 15 Mar 2019, 13:44
- 7
- Your Nord Gear #1: Nord Stage 3
- Has thanked: 34 times
- Been thanked: 11 times

Re: Sample / Program compatibitilies amongs Nord
- Hexadecimal file viewer
- lot of time to push buttons, adjust knobs,... and save program at each changes
- diff analysis
- knowledge/experiences in software and especially file formats can help a lot (CRC, checksum, value encoding, compression, encryption,...)
- lot of time to push buttons, adjust knobs,... and save program at each changes
- diff analysis
- knowledge/experiences in software and especially file formats can help a lot (CRC, checksum, value encoding, compression, encryption,...)
-
gordon
- Posts: 14
- Joined: 12 May 2014, 17:19
- 11
- Your Nord Gear #1: Nord Stage 4
- Your Nord Gear #2: Nord Stage 3
- Has thanked: 7 times
- Been thanked: 22 times
Re: Sample / Program compatibitilies amongs Nord
Yes, what toniolito said, except no encryption involved in program files, they are plain packed data (and no interest in decoding other people's property).
Yes, a lot of work to achieve a 90% solution but saved so much time and was an interesting programming project. Took 6 months to fully transition from NS2 to NS3 for live shows.
Yes, a lot of work to achieve a 90% solution but saved so much time and was an interesting programming project. Took 6 months to fully transition from NS2 to NS3 for live shows.
gordon - NS4 Compact << NS3 Compact << NS2 Compact << NS Compact - playing live every weekend with NS4, iPad, BandHelper, MidiFlow, X32 Core
- Schorsch
- Moderator
- Posts: 2722
- 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: 1581 times
- Been thanked: 1004 times

Re: Sample / Program compatibitilies amongs Nord
Thanks Gordon - I thought that it was a manual process, either comparing byte-by-byte or reading the values from the NS2 itself knob-by-knob. I was more interested in how you generate the output file which looks very well structured, do you have a template (like Excel or others) which you use and import into it the above mentioned results of the "manual" research of parameters, or do you use a software which generates the output?
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
-
toniolito
- Posts: 72
- Joined: 15 Mar 2019, 13:44
- 7
- Your Nord Gear #1: Nord Stage 3
- Has thanked: 34 times
- Been thanked: 11 times

Re: Sample / Program compatibitilies amongs Nord
@gordon: you say "no encryption", I hope there is no compression too?
It can be a shame to decode custom compressed data without Nord-internal info.
The simplier way to decode that is to have standard compression and with a magic number (like "PK\x03\x04" for ZIP).
It can be a shame to decode custom compressed data without Nord-internal info.
The simplier way to decode that is to have standard compression and with a magic number (like "PK\x03\x04" for ZIP).
-
gordon
- Posts: 14
- Joined: 12 May 2014, 17:19
- 11
- Your Nord Gear #1: Nord Stage 4
- Your Nord Gear #2: Nord Stage 3
- Has thanked: 7 times
- Been thanked: 22 times
Re: Sample / Program compatibitilies amongs Nord
Hi @Schorsch, it's my own software, it converts ns2p to HTML and the layout/structure is my HTML design (took a few iterations to get the clarity I was looking for to assist conversion of many NS2 patches to NS3)
Hi @toniolito that's correct, there is no encryption or compression decoding involved, program files are plain packed data (no internal info needed, no interest in decoding other people's property).
Hi @toniolito that's correct, there is no encryption or compression decoding involved, program files are plain packed data (no internal info needed, no interest in decoding other people's property).
Last edited by gordon on 09 May 2019, 18:46, edited 1 time in total.
gordon - NS4 Compact << NS3 Compact << NS2 Compact << NS Compact - playing live every weekend with NS4, iPad, BandHelper, MidiFlow, X32 Core
-
florence
- Patch Creator
- Posts: 377
- Joined: 20 Jul 2019, 14:51
- 6
- Your Nord Gear #1: Nord Stage 3
- Has thanked: 103 times
- Been thanked: 350 times
- Contact:

Re: Sample / Program compatibitilies amongs Nord
+1 I think most of the NS3 users are interested. I have no NS2, only NS3, I cannot do it myself if Gordon could share his tool it would be very, very valuable.toniolito wrote: Gordon's tool can be very useful for those who want to migrate from NS2 to NS3 or to recreate ns2p patchs from this forum in NS3.
I started to look in the NS3 prg format, with some incremental changes, I already decoded all Organ and Piano section, pretty straightforward so far...
Last edited by florence on 10 Aug 2020, 22:31, edited 1 time in total.
My free online tool to view Nord Stage programs https://chris55.github.io/ns3-program-viewer
- alex78
- Patch Creator
- Posts: 526
- Joined: 28 Feb 2019, 01:55
- 7
- Your Nord Gear #1: Nord Electro 4
- Your Nord Gear #2: Nord Wave
- Has thanked: 27 times
- Been thanked: 159 times

Re: Sample / Program compatibitilies amongs Nord
A NS program is almost impossible to recreate with an electro except it is something simple, like an organ registration or a piano. The reason is that stage's engine has more parametres involved to create a program (seperate panels, synth engine, different effects etc).
My suggestion is that first of all you should spend some time to learn exactly how your instrument works and what is it capable of. The manual will be your Holy Grail in this procedure. Don't hesitate tweaking parameters and see what each knob does to the sound. Then when it comes to create your own programs, you should listen carefully the song you are after and identify the sound you want and it's components. The studio versions almost always contain multiple layers of sounds, effects, overdubs and some times it is difficult to distinguish and recreate exactly. Try listening to live versions as well. Once you have decided what is more important and what can you live without, what you will play with your left and what with your right hand, what on the intro, on the verse and the chorus...then you are ready to go and you will find that it's easier than you thought!
In the case you need a sample there are plenty here, and lot of people willing to guide you when you have difficulties. But, as we say here in Greece, you can not eat fish if your ass doesn't get wet!
My suggestion is that first of all you should spend some time to learn exactly how your instrument works and what is it capable of. The manual will be your Holy Grail in this procedure. Don't hesitate tweaking parameters and see what each knob does to the sound. Then when it comes to create your own programs, you should listen carefully the song you are after and identify the sound you want and it's components. The studio versions almost always contain multiple layers of sounds, effects, overdubs and some times it is difficult to distinguish and recreate exactly. Try listening to live versions as well. Once you have decided what is more important and what can you live without, what you will play with your left and what with your right hand, what on the intro, on the verse and the chorus...then you are ready to go and you will find that it's easier than you thought!
In the case you need a sample there are plenty here, and lot of people willing to guide you when you have difficulties. But, as we say here in Greece, you can not eat fish if your ass doesn't get wet!
- Mr_-G-
- Former Team Member
- Posts: 4760
- Joined: 18 Aug 2012, 16:48
- 13
- Your Nord Gear #1: Nord Stage 2
- Has thanked: 1470 times
- Been thanked: 1275 times
Re: Sample / Program compatibitilies amongs Nord
Florence is trying to decode the NS2 programs so they can be reprogrammed in the NS3, not the electro.alex78 wrote:A NS program is almost impossible to recreate with an electro
- alex78
- Patch Creator
- Posts: 526
- Joined: 28 Feb 2019, 01:55
- 7
- Your Nord Gear #1: Nord Electro 4
- Your Nord Gear #2: Nord Wave
- Has thanked: 27 times
- Been thanked: 159 times

Re: Sample / Program compatibitilies amongs Nord
My answer was to the OP.I ask because I found on this forum a user sample which has been developed for NS2 and I was wondering if there was a way to use it on my NE5HP.
- FZiegler
- Donator
- Posts: 2982
- Joined: 15 Dec 2019, 02:41
- 6
- Your Nord Gear #1: Nord Stage 3
- Location: Germany south-west
- Has thanked: 893 times
- Been thanked: 1038 times
- Contact:

Re: Sample / Program compatibitilies amongs Nord
Stage-3-C (Rev.B 2.1) - Kawai VPC1 / Viscount Legend 70s / Yamaha CP33 - Hall of Fame & NeoVent2 - Behringer Flow-8 - K&M stands 18820+18811 / 18953+18952 - Samsung Tab S5e, MobileSheetsPro & AirTurn Duo200 - QSC K8.2s / Fischer InEars