Skip to main content
Recent Posts
1
User Tools / Re: NWCCONVERTOR
Last post by bugman1953 -
One issue with the GUI: after completing a conversion and saving the file, the "Select a file to convert" button is disabled. In order to convert another file, I need to exit the converter and start it again for the button to re-enable. Dealing with multiple files to convert, it does slow things down. (Using version 1.0.7.4)

Another GUI recommendation, but minor: have an option to set a default output path, so that the save puts it there rather than defaulting to the input path. As well, currently, after changing the save path, the save destination becomes the default for the input path. Keeping them separate improves workflow.

(The conversions themselves seem really quite good so far!)
2
User Tools / Re: NWCCONVERTOR
Last post by bugman1953 -
Just found your converter and gave it a try for migrating NWC files to Notion and other programs. I’m quite impressed. Thanks for this!
3
General Discussion / Re: Scriptorium Update
Last post by Richard Woodroffe -
Folks,
 
The Scriptorium has been updated with works submitted by :

John Hooper    Missa Sti. Amandi   (Haydn JM)
Richard Woodroffe D752 Nachtviolen (Schubert)

If you would like to be notified every time the Scriptorium is updated, please send an e-mail  requesting Scriptorium Update    notification to nwcscriptorium "at" gmail "dot" com

https://nwc-scriptorium.org/whatsnew.html

Stay safe 

Richard
4
General Discussion / Re: Scriptorium Update
Last post by Richard Woodroffe -
Folks,
 
The Scriptorium has been updated with works submitted by :

John Hooper    Angelus ad pastores ait   (Aleotti)
Richard Woodroffe D720 Suleika I Op 14 No 1 (Schubert)
Richard Woodroffe Fight Fiercely Harvard   (Lehrer)


If you would like to be notified every time the Scriptorium is updated, please send an e-mail  requesting Scriptorium Update    notification to nwcscriptorium "at" gmail "dot" com
https://nwc-scriptorium.org/whatsnew.html


Stay safe 

Richard
5
General Discussion / Re: MIDI import bug
Last post by Flurmy -
Got it!
If the last note is tenuto then you have note off immediately followed by "end of track".
When NWC imports the MIDI data, the last note is ignored.
6
General Discussion / MIDI import bug
Last post by Flurmy -
I don't know exactly when and how, but when importing MIDI tracks in NWC the last note sometimes is missing.
I need to investigate...
7
General Discussion / Re: Scriptorium Update
Last post by Richard Woodroffe -
Folks,
 
The Scriptorium has been updated with works submitted by :

John Hooper    There was a tree   (Holst)
Richard Woodroffe An Den Fruhling   D587 (Schubert)

If you would like to be notified every time the Scriptorium is updated, please send an e-mail  requesting Scriptorium Update    notification to nwcscriptorium "at" gmail "dot" com

https://nwc-scriptorium.org/whatsnew.html

Stay safe 

Richard
8
General Discussion / Re: Script Bug Challenge
Last post by Warren Porter -
The bug was that after replacing 32nd with 64th, it is (unfortunately) an exact match when 4th is replaced with 8th.

  • It can be solved by making that set of statements use a case construct where a break would follow each replace and only one replace is ever done to the duration.
  • The 32nd can be replaced by X which will be turned into 64th after the Whole note is addressed.
  • Instead of looking for "4th", look for /^4th/. That search string, as a regular expression must start the string so it would ignore 64th.