Program Reference Card Script
-
- Posts: 45
- Joined: 31 Oct 2016, 12:47
- 8
- Your Nord Gear #1: Nord Electro 4
- Has thanked: 8 times
- Been thanked: 30 times
Re: Program Reference Card Script
Over the last few days I've updated my script to support Electro 6 and Stage 3.
https://github.com/10x10sw/NordUser/tree/master/RefCard
https://github.com/10x10sw/NordUser/tree/master/RefCard
- These users thanked the author cEgws for the post (total 3):
- FZiegler, Berretje, danielwolk
DW-8000, DX7, ESQ-1, JD-990, MKS-70, TG77
-
- 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
Re: Program Reference Card Script
hej cEgws,
I tryed to do this: python /Users/daniel/Desktop/make_nord_refcard.py /Users/daniel/Desktop/ne6_input_program.html -v -r --eurostile -t "Programs.html” -o /Users/daniel/Desktop/Nord Electro 6 Program 2020-03-27.html
and it's not working... whats wrong? Could You help me?
I corrected to: python /Users/daniel/Desktop/make_nord_refcard.py -o /Users/daniel/Desktop/E6Programs.html -v -r --eurostile -t "Electro 6D" /Users/daniel/Desktop/NordElectro6Program2020-03-27.html - everything working.
My question is - how to use 'samples' - e.g. ne6_input_program.html ?
I tryed to do this: python /Users/daniel/Desktop/make_nord_refcard.py /Users/daniel/Desktop/ne6_input_program.html -v -r --eurostile -t "Programs.html” -o /Users/daniel/Desktop/Nord Electro 6 Program 2020-03-27.html
and it's not working... whats wrong? Could You help me?
I corrected to: python /Users/daniel/Desktop/make_nord_refcard.py -o /Users/daniel/Desktop/E6Programs.html -v -r --eurostile -t "Electro 6D" /Users/daniel/Desktop/NordElectro6Program2020-03-27.html - everything working.
My question is - how to use 'samples' - e.g. ne6_input_program.html ?

Last edited by danielwolk on 27 Mar 2020, 13:44, edited 2 times in total.
- 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:
Re: Program Reference Card Script
What is the error message you are seeing inside the terminal window?danielwolk wrote:hej cEgws,
I tryed to do this: python /Users/daniel/Desktop/make_nord_refcard.py /Users/daniel/Desktop/ne6_input_program.html -v -r --eurostile -t "Programs.html” -o /Users/daniel/Desktop/Nord Electro 6 Program 2020-03-27.html
and it's not working... whats wrong? Could You help me?
I try to avoid spaces inside filenames. Next to that the -t parameter is the title above the programs, so no need to add .html after that.
I can run your command without any problems (I've removed spaces from filenames).
Last edited by Berretje on 27 Mar 2020, 13:31, edited 1 time in total.
- These users thanked the author Berretje for the post:
- danielwolk
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
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
-
- 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
Re: Program Reference Card Script
I corrected to: python /Users/daniel/Desktop/make_nord_refcard.py -o /Users/daniel/Desktop/E6Programs.html -v -r --eurostile -t Electro 6D /Users/daniel/Desktop/NordElectro6Program2020-03-27.html - everything working.
Last edited by danielwolk on 27 Mar 2020, 15:55, edited 1 time in total.
- 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:
Re: Program Reference Card Script
I don't understand the question: how to use 'samples'.danielwolk wrote:My question is - how to use 'samples' - e.g. ne6_input_program.html ?
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
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
-
- 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
Re: Program Reference Card Script
my mistake... sorry!Berretje wrote:I don't understand the question: how to use 'samples'.danielwolk wrote:My question is - how to use 'samples' - e.g. ne6_input_program.html ?

-
- 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
Re: Program Reference Card Script
One observation - Parameter -R is working well with Electro 6 list but it's not working with Lead A1 list (Perf & Program)
-
- Posts: 25
- Joined: 17 Feb 2019, 08:14
- 6
- Your Nord Gear #1: Nord Stage 3
- Has thanked: 2 times
- Been thanked: 5 times
Re: Program Reference Card Script
Hi cEgws, it's great program, thank you very much cEgws.
I found that it is working correctly with my March NS3 html files but it is not anymore working with the current NS3 v2.54. I am getting following failure output:
>python make_nord_refcard.py -v -o test.html "Nord Stage 3 Program 2020-11-26.html"
Traceback (most recent call last):
File "make_nord_refcard.py", line 272, in <module>
html += '<td class="location">' + location + '</td><td class="info"><div class="name">' + name
TypeError: can only concatenate str (not "NoneType") to str
I can send you the source html's
Thank you in advance for your help!
I found that it is working correctly with my March NS3 html files but it is not anymore working with the current NS3 v2.54. I am getting following failure output:
>python make_nord_refcard.py -v -o test.html "Nord Stage 3 Program 2020-11-26.html"
Traceback (most recent call last):
File "make_nord_refcard.py", line 272, in <module>
html += '<td class="location">' + location + '</td><td class="info"><div class="name">' + name
TypeError: can only concatenate str (not "NoneType") to str
I can send you the source html's
Thank you in advance for your help!