Nord Electro 3 Program Parameter Dump Script

Everything about the Nord Electro 2, Electro 3, Electro 4, Electro 5, and Nord Electro 6.
HansJM
Posts: 10
Joined: 11 Feb 2017, 19:06
7
Your Nord Gear #1: Nord Electro 3
Been thanked: 6 times

Nord Electro 3 Program Parameter Dump Script

Post by HansJM »

Hello all,

I wrote a Python script to extract the program parameters from Nord Electro 3 program files. The parameters can either be dumped to screen or written to a .csv file for import in Excel. Single and multiple NE3 program files can be parsed as well.

I use the script for documentation purposes and to help with modifying existing programs by exact knowledge of the original parameter settings (especially those which are not visualized on the panel).

The Python script, an Excel template and an example Excel table (NE3 Factory Programs) can be found at GitHub by using the following link: https://github.com/HansJM/NE3-Program-Parameter-Dump

Maybe someone finds this useful.

Best regards,
Hans Juergen
Last edited by HansJM on 01 Mar 2019, 02:02, edited 1 time in total.
These users thanked the author HansJM for the post:
cEgws
cEgws
Posts: 45
Joined: 31 Oct 2016, 12:47
7
Your Nord Gear #1: Nord Electro 4
Has thanked: 8 times
Been thanked: 30 times

Re: Nord Electro 3 Program Parameter Dump Script

Post by cEgws »

nice :-)
DW-8000, DX7, ESQ-1, JD-990, MKS-70, TG77
Arjan P
Posts: 231
Joined: 24 Dec 2012, 01:09
11
Your Nord Gear #1: Nord Electro 3
Has thanked: 50 times
Been thanked: 57 times

Re: Nord Electro 3 Program Parameter Dump Script

Post by Arjan P »

It sounds very interesting, but I have no clue what Python is. What's the learning curve for non-programmers?
HansJM
Posts: 10
Joined: 11 Feb 2017, 19:06
7
Your Nord Gear #1: Nord Electro 3
Been thanked: 6 times

Re: Nord Electro 3 Program Parameter Dump Script

Post by HansJM »

Hello Arjan,

Python is a programming language and needs the Python software (here Python 2.7.x) being installed on your computer in order to execute Python scripts. I suggest that you watch a video tutorial on how to download and install Python and how to execute Python scripts, e.g. this one:

If you have further questions please feel free to ask.

Hans Juergen
Arjan P
Posts: 231
Joined: 24 Dec 2012, 01:09
11
Your Nord Gear #1: Nord Electro 3
Has thanked: 50 times
Been thanked: 57 times

Re: Nord Electro 3 Program Parameter Dump Script

Post by Arjan P »

Hi Hans,

Thanks for the info and YT link. I watched it and decided this is not for me - way too many things for me to do wrong and mess up my dedicated studio PC. I'll have to do without the parameter dump. Thanks again.
HansJM
Posts: 10
Joined: 11 Feb 2017, 19:06
7
Your Nord Gear #1: Nord Electro 3
Been thanked: 6 times

Re: Nord Electro 3 Program Parameter Dump Script

Post by HansJM »

Hi Arjan,

I will try to convert my script to an executable program that can be executed directly under Windows without the need to install any additional software. Thus stay tuned!
These users thanked the author HansJM for the post:
Arjan P
Arjan P
Posts: 231
Joined: 24 Dec 2012, 01:09
11
Your Nord Gear #1: Nord Electro 3
Has thanked: 50 times
Been thanked: 57 times

Re: Nord Electro 3 Program Parameter Dump Script

Post by Arjan P »

Hi Hans, that would be great! Thanks for the effort, I really appreciate it. Will stay tuned for sure.
HansJM
Posts: 10
Joined: 11 Feb 2017, 19:06
7
Your Nord Gear #1: Nord Electro 3
Been thanked: 6 times

Re: Nord Electro 3 Program Parameter Dump Script

Post by HansJM »

I added an executable version of my Python script (nepgDump.exe) to the GitHub repository at https://github.com/HansJM/NE3-Program-Parameter-Dump . It can be executed on any Windows PC even without a Python installation.

Please note that the program must be executed from within a command window in order to provide the necessary command line arguments. Typing "nepgDump -h" lists all arguments being supported.
Last edited by HansJM on 01 Mar 2019, 02:03, edited 1 time in total.
These users thanked the author HansJM for the post:
Arjan P
Arjan P
Posts: 231
Joined: 24 Dec 2012, 01:09
11
Your Nord Gear #1: Nord Electro 3
Has thanked: 50 times
Been thanked: 57 times

Re: Nord Electro 3 Program Parameter Dump Script

Post by Arjan P »

Thanks for that, Hans! I'll try it as soon as I can. Much appreciated!
Arjan P
Posts: 231
Joined: 24 Dec 2012, 01:09
11
Your Nord Gear #1: Nord Electro 3
Has thanked: 50 times
Been thanked: 57 times

Re: Nord Electro 3 Program Parameter Dump Script

Post by Arjan P »

Hi Hans

Well I got as far as the command screen and then whatever I do it says 'too few arguments'. I did somehow end up with a .csv file with headers only, no info. Dunno, must be doing something wrong obviously..
Post Reply