151
Messages
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.
Messages - NoteWorthy Online
152
User Tools / Test Release: nwc2musicxml test_0.2
- new -utsave option for saving directly to an xml file
- basic support for note beams
153
General Discussion / Re: Downgrade to 2.5.5
Posted a binary release of nwc2musicxml that can be run locally as a NWC User Tool:
154
User Tools / Re: Test Release: nwc2musicxml
I have made a few test runs of the tool, but haven't tried to import the results into any other programs just yet.
In my experience, a successful import depends largely on the source material. I am not necessarily going to fix all of the possible problems. This is largely provided as-is.
I updated the release to test_0.11, which includes the fixes for your reported issues.
155
User Tools / Test Release: nwc2musicxml
https://github.com/nwsw/nwc2musicxml/releases/tag/test_0.3
In order to use this release, you must have installed Java SE (Java run-time environment).
If you download the included *.jar file, you can then configure it as a user tool from Tools, User Tool, New...
A screenshot of the configuration is attached.
Note: Updated to version test_0.3 on 02-Jun-2016
156
General Discussion / Re: Downgrade to 2.5.5
The conversion tool I prefer is:http://nwc2musicxml.appspot.com/
The owner of the tool informed me about the intention to adapt to 2.75, however This Will take time.
Posted a change that might help with this.
157
Object Plugins / Re: Slur.ms (1.1)
Are you able to reproduce this error consistently?
If the end of the span is a Rest, then this error will always occur. It is caused by:
Code: (lua) [Select · Download]
local x2 = endNote:xyStemAnchor(endStem)
158
Object Plugins / Re: Slur.ms (1.1)
it seems that it is not possible to copy-paste from the Alert Log)
When in doubt, always try right click...
159
Object Plugins / Re: PageTxtMaestro.nw
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Boundary|Style:NewSize|Upper:20|Visibility:TopStaff
!NoteWorthyComposerClip-End
In the second bar, you can restore the lesser spacing with another shorter boundary object.
While in Manage Objects, you can also double-click each updated object plugin entry to initiate an update.
160
General Discussion / Re: (Minor) Upgrade to 2.75 deleted links to NWC
161
Object Plugins / Re: PageTxtMaestro.nw
Tools, Manage Objects is the easiest way to ensure that all of your installed objects are up to date.
162
General Discussion / Re: (Minor) Upgrade to 2.75 deleted links to NWC
163
Announcements / Re: Upgrading to Windows 10
NoteWorthy version 2.75 on Windows 10 Version 1511 (Build 10586.3) plays OK using the MS GS Wavetable Synth
Version 2.75 includes a work around for the bug found in earlier Windows 10 builds. It appears as though Microsoft finally got around to fixing the Windowes 10 GS Wavetable Synth problems (apparently fixed in build 10586). This is helpful for older NWC versions.
164
Object Plugins / Re: WingedRepeats.fso (version 1.2)
Was I wrong?
My recommendation: Do not assume that this will always be the case. It is a good practice to not make assumptions about what a plugin will find while indexing through notation positions.
165
Object Plugins / Re: WingedRepeats.fso (version 1.2)
Code: (lua) [Select · Download]
repeat
if not NextBar:find('next', 'bar') then break end
...
until x >= xLast
Note that LastBar:find('last') is not guaranteed to be a bar line.
166
Object Plugins / Re: PageTxtMaestro.nw
All text configured as Once text will be shown exactly once, on the page that contains the item. Unlike other text control types, Once text fully implements the Visibility control.
[See Source Changes]
167
Object Plugins / Re: PageTxtMaestro.nw
I'd like to see the "Page Display Control" drop-down box include a "this page only" option.
Thanks for the suggestion. I did an initial review, and this looks technically feasible, albeit non-trivial. I'll do some experiments later today. Will posts the results later...
168
Announcements / Re: Upgrading to Windows 10
169
General Discussion / Re: Change note length in all staves at once?
In theory, a file mode user tool could be constructed to do things like this, although it would not support Undo.
170
General Discussion / Popularity Contest as Anti-virus
For the convenience of our customers, we offer about a dozen upgrade programs, each targeted at different NoteWorthy Composer versions. This reduces the programs overall usage in the market, and dilutes the program's ability to survive the "popularity contest" approach used by these companies.
You can safely disregard this error when installing NWC 2.75 updates.
171
Object Plugins / Re: PageTxtMaestro.nw
172
Object Plugins / Re: MarkupPage.rg
173
Object Plugins / Re: BarLabel.ms (1.0)
174
User Tools / Re: User Tool for Master Tuning
Start a new empty *.nwc file, then run this tool on it. It changes your empty file into a new file that, when played, alters the Master Tuning for your device.
You can also do this directly in a file using the MIDIParm.nw object type, such as:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Clef|Type:Treble
|User|MIDIParm.nw|Pos:7|LSB:2|DataMSB:64
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Bar
|User|MIDIParm.nw|Pos:7|LSB:2|DataMSB:66
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|User|MIDIParm.nw|Pos:7|LSB:2|DataMSB:64
!NoteWorthyComposerClip-End
175
General Discussion / Re: Transpose a whole score
176
General Discussion / Re: Transpose a whole score
If you actually want to transpose all staffs, you should probably do them one staff at a time. Theoretically, a user tool could be made to do this. If you just want to set the staff transposition in staff properties, a global mod expression like this might help:
Code: [Select · Download]
StaffInstrument Trans+=2
This expression transposes the play back of all staffs up by two semitones.
177
Object Plugins / BlockLetter.demo
Demo Video:
https://youtu.be/UirJ9Q5qmDA
Special Instructions:
This object requires a Novation Launchpad. The staff that contains this object should be mapped to channel 1 of the Launchpad device.
Repeats should not be used with this object.
Properties:
- Char:
This is a single ASCII character that will be sent to the Launchpad.
References:
- this object uses this 8x8 font matrix
178
Announcements / NWC Version 2.75 Released
- If you are currently using version 2.51a (or an older version 2 release), you should use
Help, Access NoteworthySoftware.com
in the program. You will automatically be redirected to the appropriate upgrade program. - If you are interested in trying out the new NoteWorthy Composer release, there is also a new demo available:
NoteWorthy Composer Version 2.75 Demo - If you just want to play and print existing *.nwc files created by others, a new NWC Viewer is also available.
See also:
Version 2.75 Released | NoteWorthy Composer Blog
179
General Discussion / Re: Note spacing/layering question
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.75)
|AddStaff
|StaffProperties|WithNextStaff:Layer
|Clef|Type:Treble
|Note|Dur:Half|Pos:3|Opts:Stem=Up,XNoteSpace=1
|Rest|Dur:Half|Opts:Stem=Up|Visibility:Never
|AddStaff
|Clef|Type:Treble
|Chord|Dur:4th,Dotted|Pos:0,7|Opts:Stem=Down
|Chord|Dur:8th|Pos:-1,6|Opts:Stem=Down
|Chord|Dur:4th|Pos:1,2,5|Opts:Stem=Down
|Chord|Dur:4th|Pos:1,2,6|Opts:Stem=Down
!NoteWorthyComposer-End
180
Object Plugins / Re: PedalLine.fso (version 0.2)
- open Tools, Manage Objects (Ctrl+J)
- right click PedalLine_test.fso
- use Delete source
- Close the Manage Objects box
181
General Discussion / Re: Drop-out with W10 ??
CPU load is not trivial.
I successfully played this sample on some pretty old hardware. The GS Wavetable plays it fine on Windows XP. On Windows 10, not so much...unless you use a third party
182
General Discussion / Re: Drop-out with W10 ??
This is just more evidence of Microsoft backing away from the GS Wavetable SW Synth, without offering a viable built-in alternative.
183
Object Plugins / Re: PageTxtMaestro.nw
- support for multiple lines of page text (use the %br% variable to add line breaks)
- a predefined set of text styles (Author, Lyricist, Title, Copyright, and PageNumber)
- support for extracting labelled text from the comments section of File, Info
184
Object Plugins / Re: PageTxtMaestro.nw
185
Object Plugins / Re: PageTxtMaestro.nw
186
Object Plugins / Re: PageTxtMaestro.nw
- fix for Center location (thanks Mike)
- allow negative number with %PageNumFrom,1% variable
187
Object Plugins / Re: PageTxtMaestro.nw
If you have any form of staff labels activated, even if you don't have a staff label defined, then the title (defined as Top-Center) on page one is slightly adjusted in comparison with the positions of the same top-center titles on other pages.
I am looking into this.
You can do this by copying your original instruction to Page 2 and setting the visibility to "Never" .
You don't even need to find page 2. You can add a new instruction in the 2nd bar, and it will be applied starting in page 2.
You can also use this same technique in reverse. You can hide the first instance in order to skip the first page, then add a second instance in the second bar.
188
Object Plugins / Re: PageTxtMaestro.nw
- classifying page text independent of its page boundary location
- multiple instances of page text using the same page boundary location
- size adjustments to the built-in font styles
- re-use of size and position for updated text sharing the same class
Update completed, and I believe all of these objectives have been met. In addition, you can now use File Info variables, and specify that text should only appear on Odd or Even pages.
189
Announcements / Re: NoteWorthy Composer 2.75 RC4
190
Object Plugins / Re: PageTxtMaestro.nw
- classifying page text independent of its page boundary location
- multiple instances of page text using the same page boundary location
- size adjustments to the built-in font styles
- re-use of size and position for updated text sharing the same class
The down side is that these changes will inevitably complicate the objects. I will post an update soon.
191
Object Plugins / Re: PageTxtMaestro.nw
Update: Mike found a bug in one of the api functions, so this provided an opportunity for additional api methods. Object plugins now have access to file info when drawing.
192
Object Plugins / PageTxtMaestro.nw
- Add an object of type PageTxtMaestro.nw into the front of your top staff. This object does all of the printing work, so you need to add it first. Note that your top staff must contain at least one note before PageTxtMaestro can do its job.
- Add PageTxt.nw objects as needed into the top staff. You can start with the predefined styles, then add custom styles for special situations.
Each PageTxt object can be defined such that it displays information found in the current file. This is done by using variables, which are enclosed in % characters. For example, %Author% will show the author text set from File, Info. The following variables can be used inside a PageTxt object:
br | This is adds a line break in the text |
Title | This is the title from File, Info |
Author | This is the author from File, Info |
Lyricist | This is the lyricist from File, Info |
Copyright1 | This is the first copyright line from File, Info |
Copyright2 | This is the second copyright line from File, Info |
StaffName | This is the staff name from Staff Properties |
StaffLabel | This is the staff label from Staff Properties |
StaffLabelAbbr | This is the abbreviated staff label from Staff Properties |
StaffGroup | This is the staff group from Staff Properties |
PageNum PageNum,1 | This is a special case variable. You can use %PageNum% by itself, or add a comma and starting page number, such as %PageNum,7%, which starts numbering from 7. |
Comment,Label | This is a special case variable. It is used to access custom variables set in the comments section of File, Info. |
193
Object Plugins / Re: TabStaff.nw
In addition, a new Opaque option has been added to the TabStaff object.
194
General Discussion / Re: Question of Repeats
195
User Tools / Re: Help with Global_Mod
User:Arpeggio.ms,Speed==n Speed=x
works fine for all BUT Speed==32 (which is the default) Not sure how to get around this
You just need a separate expression for that case:
Code: [Select · Download]
User:Arpeggio.ms,!Speed
196
User Tools / Re: Help with Global_Mod
https://noteworthycomposer.com/nwc2/usertools/nwc2_UserToolStarter_v2_75.exe
197
General Discussion / Re: nwmid95c.*
The latest nwc-conv is included in the install.
198
User Tools / Re: Help with Global_Mod
I changed adp_GlobalMod.php to support User object types by separating with a colon. Here is a quote from the new help text:
Quote
or to move all GuitarChord.ms objects to a new position
php global_mod.php User:GuitarChord.ms Pos=12
199
General Discussion / Re: Create Template
200