Electro 4 Program Reference Card

Everything about the Nord Electro series; features, specifications, how to operate, and questions about technical issues.
danielwolk
Posts: 23
Joined: 09 Dec 2012, 16:17
12
Your Nord Gear #1: Nord Electro 6
Your Nord Gear #2: Nord Lead A1
Has thanked: 17 times
Been thanked: 12 times
Poland

Re: Electro 4 Program Reference Card

Post by danielwolk »

Guys,

Could You help me and sent an instruction how to use / run a script on Macos Yosemite?
Thanks!
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 »

  1. Download the script: https://raw.githubusercontent.com/10x10 ... refcard.py and save it to your "Downloads" folder (in Safari, Save As… and don't append ".txt" to the filename).
  2. Save your program file from NSM. By default NSM saves it to your "Documents" folder. Let's say the filename is "Nord Electro 4 Program 2016-11-12.html"
  3. Open Terminal.app
  4. Type this exactly:
    python Downloads/make_nord_refcard.py -o Desktop/refcard.html Documents/Nord\ Electro\ 4\ Program\ 2016-11-12.html
  5. Double-click on the refcard.html file that has appeared on your desktop, and enjoy.
Explanation: this command uses the built-in python on Mac to run the script with the output file "refcard.html" on your Desktop, using the input file "Nord Electro 4 Program 2016-11-12.html" from your Documents folder. The backslash-space is necessary "escaping" of spaces in the filename.
You can add the -v or -t arguments if you want:
python Downloads/make_nord_refcard.py -v -t "My Electro 4" -o Desktop/refcard.html Documents/Nord\ Electro\ 4\ Program\ 2016-11-12.html
These users thanked the author cEgws for the post:
danielwolk
DW-8000, DX7, ESQ-1, JD-990, MKS-70, TG77
danielwolk
Posts: 23
Joined: 09 Dec 2012, 16:17
12
Your Nord Gear #1: Nord Electro 6
Your Nord Gear #2: Nord Lead A1
Has thanked: 17 times
Been thanked: 12 times
Poland

Re: Electro 4 Program Reference Card

Post by danielwolk »

cEgws - Thanks a lot! Working perfect :yourock:
Last edited by danielwolk on 12 Nov 2016, 22:46, edited 2 times in total.
These users thanked the author danielwolk for the post:
cEgws
Post Reply