Electro 4 Program Reference Card

Everything about the Nord Electro series; features, specifications, how to operate, and questions about technical issues.
cEgws
Posts: 45
Joined: 31 Oct 2016, 12:47
8
Your Nord Gear #1: Nord Electro 4
Has thanked: 8 times
Been thanked: 30 times
United States of America

Electro 4 Program Reference Card

Post by cEgws »

I recently acquired a Nord Electro 4D 61. So far, I love it. I'm using it to replace an unreliable MainStage rig for light gigging.

The numeric display is fine for me (one more digit than my Juno-106!), except when I want to remember the names of the programs and their contents with my laptop shut off. Nord Sound Manager's HTML sound list export is not very useful to me because of its sequential list format. I had in mind something like the patch reference card I use for my older synths: a grid that corresponds to my mental map of the sounds.

So I wrote a little Python script to transform the Nord export into a format that looks good to me. I thought — who knows? — maybe this would be useful for someone else. I'll attach the script and a sample of the output. You can list the programs from high to low (the default) or low to high, and show just the program name (the default) or add the sample or organ type on a second line.

Please note that the script produces an HTML file that you need to load in a web browser and print. The sample output is an image — I can't upload an HTML attachment.

Here is how to use the script:

Code: Select all

usage: parse_ne4_programlist.py [-h] [-s] [-r] [-o OUTPUTFILE] inputFile

Creates a Nord Electro 4 Program Reference Card.

positional arguments:
  inputFile             the input Nord Electro 4 Program HTML file

optional arguments:
  -h, --help            show this help message and exit
  -s, --showSample      display the sample or organ category below the program
                        name
  -r, --reverse         print the patches in reverse order (from low to high)
  -o OUTPUTFILE, --outputFile OUTPUTFILE
                        the output HTML file
Attachments
sample output (image)
sample output (image)
refcard.png (377.08 KiB) Viewed 2963 times
parse_ne4_programlist.py
the script
(3.69 KiB) Downloaded 189 times
These users thanked the author cEgws for the post (total 6):
jfenton, Mr_-G-, Arjan P, Ledbetter, Berretje, danielwolk
DW-8000, DX7, ESQ-1, JD-990, MKS-70, TG77
User avatar
pablomastodon
Patch Creator
Posts: 4390
Joined: 30 Apr 2010, 20:45
15
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Wave
Has thanked: 1895 times
Been thanked: 1969 times
Jamaica

Re: Electro 4 Program Reference Card

Post by pablomastodon »

This is blowing my mind a little bit...THANX!!
bun fyah weh fyah fi bun
cEgws
Posts: 45
Joined: 31 Oct 2016, 12:47
8
Your Nord Gear #1: Nord Electro 4
Has thanked: 8 times
Been thanked: 30 times
United States of America

Re: Electro 4 Program Reference Card

Post by cEgws »

Thanks.
A couple of details:
  • For organ programs, the card will show the organ model, not the unused sample that may or may not be loaded into the piano/sample playback side. (I mean, who cares what sample is there an whether or not it has been deleted from memory?)
  • The programs that are empty still have a place in the grid, unlike the Nord Sound Manager's list.
DW-8000, DX7, ESQ-1, JD-990, MKS-70, TG77
User avatar
jfenton
Patch Creator
Posts: 357
Joined: 03 Apr 2016, 18:21
9
Your Nord Gear #1: Nord Stage 2 EX
Has thanked: 24 times
Been thanked: 102 times
United States of America

Re: Electro 4 Program Reference Card

Post by jfenton »

nice!
Keyboards:
  • NS2 EX Compact 73
  • Hammond SK2
  • Roland VCombo VR-09
  • Roland A800-Pro
  • Behringer Motor 49
  • Alesis Q88
User avatar
pablomastodon
Patch Creator
Posts: 4390
Joined: 30 Apr 2010, 20:45
15
Your Nord Gear #1: Nord Stage 3
Your Nord Gear #2: Nord Wave
Has thanked: 1895 times
Been thanked: 1969 times
Jamaica

Re: Electro 4 Program Reference Card

Post by pablomastodon »

I imagine that with slight mods this could be used to perform similar translations on any Nord instrument, eh? (de facto Canadian here)
bun fyah weh fyah fi bun
cEgws
Posts: 45
Joined: 31 Oct 2016, 12:47
8
Your Nord Gear #1: Nord Electro 4
Has thanked: 8 times
Been thanked: 30 times
United States of America

Re: Electro 4 Program Reference Card

Post by cEgws »

I only have the E4D and don't know what the output is like from other models, but I'll be happy to take a look at other exports and improve or fork the script as I have the time & bandwidth. There is nothing magical about this code; it's beginner's Python, and I bet there are other forum members who could take it to the next level.
DW-8000, DX7, ESQ-1, JD-990, MKS-70, TG77
Arjan P
Posts: 231
Joined: 24 Dec 2012, 01:09
12
Your Nord Gear #1: Nord Electro 3
Has thanked: 50 times
Been thanked: 57 times
Netherlands

Re: Electro 4 Program Reference Card

Post by Arjan P »

I'd love to see something like this for the NE3 - and some info on how to use such a script..
cEgws
Posts: 45
Joined: 31 Oct 2016, 12:47
8
Your Nord Gear #1: Nord Electro 4
Has thanked: 8 times
Been thanked: 30 times
United States of America

Re: Electro 4 Program Reference Card

Post by cEgws »

Post or PM me your program list export from other keyboard models and I'll see what I can do to make something similar. The Electro 4D is the only Nord keyboard I've ever owned so I have no idea whether or not this concept and my script would be at all appropriate for other models.

Running the script requires Python, something that's installed by default on Mac OS X and (I expect) Linux. For Windows, you need to install Python, probably from here: https://www.python.org/downloads/windows/
DW-8000, DX7, ESQ-1, JD-990, MKS-70, TG77
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: Electro 4 Program Reference Card

Post by Berretje »

NS2 HA88 Program List
Attachments
Nord Stage 2 Program 2016-11-01.html.zip
NS2 Program list
(6.93 KiB) Downloaded 192 times
Last edited by Berretje on 01 Nov 2016, 18:44, edited 1 time in total.
These users thanked the author Berretje for the post:
cEgws
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
cEgws
Posts: 45
Joined: 31 Oct 2016, 12:47
8
Your Nord Gear #1: Nord Electro 4
Has thanked: 8 times
Been thanked: 30 times
United States of America

Re: Electro 4 Program Reference Card

Post by cEgws »

An update is available. For more information and any further discussion, see general-nord-forum-f29/program-referenc ... 12064.html
DW-8000, DX7, ESQ-1, JD-990, MKS-70, TG77
Post Reply