Program Reference Card Script

Everything about Nord keyboards in general; which one to choose, the sound manager, sample editor, and general discussion about the sample and piano libraries.
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: Program Reference Card Script

Post by cEgws »

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
ns3_example.png
ns3_example.png (102.78 KiB) Viewed 2287 times
These users thanked the author cEgws for the post (total 3):
FZiegler, Berretje, 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: Program Reference Card Script

Post by danielwolk »

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 ? :)
Last edited by danielwolk on 27 Mar 2020, 13:44, edited 2 times in total.
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: Program Reference Card Script

Post by Berretje »

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?
What is the error message you are seeing inside the terminal window?

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).
Terminal screenshot
Terminal screenshot
2020-03-27_12-28-42.926.png (66.65 KiB) Viewed 2212 times
Program output screenshot
Program output screenshot
2020-03-27_12-28-51.336.png (15.88 KiB) Viewed 2212 times
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
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: Program Reference Card Script

Post by danielwolk »

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.
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: Program Reference Card Script

Post by Berretje »

danielwolk wrote:My question is - how to use 'samples' - e.g. ne6_input_program.html ? :)
I don't understand the question: how to use 'samples'.
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
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: Program Reference Card Script

Post by danielwolk »

Berretje wrote:
danielwolk wrote:My question is - how to use 'samples' - e.g. ne6_input_program.html ? :)
I don't understand the question: how to use 'samples'.
my mistake... sorry! ;)
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: Program Reference Card Script

Post by danielwolk »

One observation - Parameter -R is working well with Electro 6 list but it's not working with Lead A1 list (Perf & Program)
paul42
Posts: 25
Joined: 17 Feb 2019, 08:14
6
Your Nord Gear #1: Nord Stage 3
Has thanked: 2 times
Been thanked: 5 times
Austria

Re: Program Reference Card Script

Post by paul42 »

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!
Post Reply