1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - jonashogstrom
2
General Discussion / Avoid saving ActiveStaff, CaretIndex and CaretPos in nwctxt
Background: In my choir we use git (distrbuted version control system, popularized by github among others) to store our digital music and pdfs. When multiple people fix errors in the nwc-files, we sometimes run into conflicts, because each user will (unknowingly) modify the line in the file that stores the position of the caret. Git is good at resolving simultaneous changes as long as they occur on different lines, but when two users edits the same line, there will be a merge conflict that needs to be resolved by hand.
I'm a developer by trade and resolving merge conflicts is part of my job description, but far from everyone in my choir is comfortable with 3 way diff tools... Avoiding unnecessary conflicts would reduce the number of times they need to ask me for help
/Jonas
3
General Discussion / Re: Updated nwc-conv for 2.75 with UTF8 support?
In this spec, it doesnt say anything at all about support for encoding: http://faydoc.tripod.com/formats/mid.htm
4
General Discussion / Re: Updated nwc-conv for 2.75 with UTF8 support?
Jonas
5
General Discussion / Re: nwc-conv now a part of nwc2.exe?
To reproduce:
create a new song in nwc 2.75a beta 9
set song title to "Testoing ÅÄÖ åäö"
add some random notes
save as c:\temp\song.nwctxt (in text format)
convert using "nwc2.exe -convert c:\temp\song.nwctxt c:\temp\song.mid"
look at file in texteditor of your choice. midi title is now : Testing ÅÄÖ åäö
I tried saving in nwc format and uncompressed format. neither of them convert correctly to midi.
please advice.
6
General Discussion / nwc-conv now a part of nwc2.exe?
7
General Discussion / Updated nwc-conv for 2.75 with UTF8 support?
Is there an updated nwc-conv with UTF8 support to get hold of anywhere?
Best regards, Jonas
8
General Discussion / Need help dechipher notes
My choir is rehersing a piece with hand written notes, and there is one passage that we just can't figure out (see attached file). The rest is written in 4/4 but this bar has 6 half notes in it, and a weird notation for something that looks like triplets, but uses a "2" instead of a "3". Does anyone in this forum have a clue what this notation means?
Best regards, Jonas
9
General Discussion / Invalid midi files when notes are muted
In the attached (small) nwc-file (edited with 2.1) the last three notes are tied, but the last two (of these) are muted. This sounds correct when played in nwc, but when it is exported to midi, my midi-app complains:
> NOTEON without NOTEOFF: Track=2 EvNr=14 When=768 (Bar=2) Note=74 (D6)
The attached file is just a stripped down version of a larger file ofcourse, but will be enough to show the problem. I'm using Synthfont (http://www.synthfont.com/) to process the midi-files. I was nota flawed midi-file is attached as well.
best regards, Jonas Högström
10
General Discussion / installing v2.1
What is the procedure to install 2.1 if you only have the 1.75c installation media?
I have another machine with 2.1 installed, and the recently reinstalled machine also had 2.1 before I wiped it. Can the 2.0 upgrade file be downloaded somewhere?
In my download-list in firefox, I found a reference to a file called "setup_nwc2_nwc175cd.exe". That looks just like the thing I'm looking fore but it is no longer on my harddrive
Best regards, Jonas Högström
11
General Discussion / Re: Noteworthy to LilyPond conversion
Phil has kindly offered to make a version of the tool that handles commandline parameters and then I'll update my automated mp3-generator tool to automatically generate pdfs for all of the files in our archive, that'll be very interesting.
12
General Discussion / Re: Working with *.nwctxt files
Saving .nwctxt files is only possible via the File, Export command. The File, Save command does not currently support the .nwctxt format.
Any chance this could be fixed? It would be great if nwc could remember the format it used when loading and use the same format when saving. We have all nwc-files for our archive (200+) checked in to a version manager (subversion), and the text-format would be a great improvement since changes from two users could be merged. However, if everyone needs to remember to export the file rather than save the file each time they have made changes, inevitably someone will forget to do this.
/Jonas
13
General Discussion / Re: Working with *.nwctxt files
14
General Discussion / Re: command line tool (nwc-conv) in 2.1
15
General Discussion / command line tool (nwc-conv) in 2.1
Error: The input format Files is not recognized.
WHen correct paths have been provided, the command line tool simply starts the gui-version of the tool, but no file is generated. DId I do something wrong?
16
Version 1.75 Discussion / Re: bug with tied notes over bar lines in 1.75c
17
Version 1.75 Discussion / bug with tied notes over bar lines in 1.75c
I have found a bug when a tied note with a # ties over a bar-line. If the staff is using an instrument that can play very long notes (such as Cello), the note doesn't stop if it is followed by a pause.
I have attached a sample of this bug. If loaded in nwc 1.75c, the note will keep playing until the next note (or in the case of the third sample staff in the attachment, it will not even stop after another note is played).
When loaded in nwc 2.0, it plays just fine, but my problem is that I need to convert the files to midi in a batch-operation, so I have to use the nwc2mid converter from 1.75.
Is there any chance of either an updated version of nwc2mid for 1.75, a new version of it for 2.x or a command line switch for nwc2 to generate a midi-file from command line?
/Jonas Högström
18
General Discussion / Re: Export multiple midi files, one for each staff
For the future, it would be great to have a stand alone midi converter that handles nwc2-files too.
19
General Discussion / Re: Export multiple midi files, one for each staff
I would like to start noteworthy with a parameter like this:
nwc2.exe mysong.nwc /exportmidi
The result should be that noteworthy should load the file and export it to midi and then terminate.
Anyone knows if this is possible already?
20
General Discussion / Re: Export multiple midi files, one for each staff
21
General Discussion / Export multiple midi files, one for each staff
I would like to suggest a new feature. In our choir, we type in all music in Noteworthy for studying purposes, but since not all are in front of their computer all day like me, they would prefer mp3-files. I know it is possible to save a noteworthy file as midi, convert it to wav and then to mp3...
What I would like is the ability to export the same .nws file into multiple midi-files, one for each staff where one staff is set to max volume, and the others to a lower volume, or perhaps the main staff panned to the right, and the other staffs to the left so it is easier to hear your own. I can then probably find some tool to batch-convert these staffs to mp3 and upload them to the web server of my choir...
Automatic conversion to wav or even directly to mp3 would of course sweeten the deal :-)
Any chance this could be implemented in NW2?