Skip to main content

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

3
Announcements / Re: Server Upgrade (Dec 2024)
I do not see anything specific. We are currently using some rather aggressive blocking strategies to deal with all of the bad actors hitting the server. Are you able to access other things, such as our main page?
7
Announcements / Server Upgrade (Dec 2024)
We will be upgrading the server over the next 24 hours. Some down time will be necessary. The move involves a new IP address, so DNS propagation time will also be involved.

If all goes well, things will be back to normal during the day of 18-December-2024 now.
9
Announcements / Forum Upgrade (January 2023)
This forum has been upgraded to the latest cutting edge Elkarte code. This is in preparation for additional server upgrades, and for the enhanced security.
10
Object Plugins / Re: MIDIcontroller
A clip to get a new user started:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|User|MIDIcontroller.fl|Pos:8|Controller:Hold|Value:0
!NoteWorthyComposerClip-End
14
Object Plugins / Re: ChordPlay.nw
Code: [Select · Download]
{id='Size',label='Font Size',type='float',default=nil,min=0.1,max=50,step=0.1},
Max 50? False. (Luckily) I can even use 100 or more... just to reach the same size of a 18 point text.
There's something wrong with the metric...

I think I should try to adjust it to my needs.

Not clear on your point. The size 50 max is clearly a thing. These two clips give the same result:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Rest|Dur:Whole
|Bar
|User|ChordPlay.nw|Pos:-8.5|Name:B|Span:5|Font:MusikChordSerif|Style:b|Size:50|Strum:Up
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Bar
|Note|Dur:Whole|Pos:0
!NoteWorthyComposerClip-End
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Rest|Dur:Whole
|Bar
|User|ChordPlay.nw|Pos:-8.5|Name:B|Span:5|Font:MusikChordSerif|Style:b|Size:150|Strum:Up
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Bar
|Note|Dur:Whole|Pos:0
!NoteWorthyComposerClip-End
15
Announcements / Re: Forum/Server Upgraded (August 2020)
I'll review these tools for a better way.

As I recall, the original Simple Machines Forum didn't use a popup dialog for links. I have historical aversion to the WYSIWYG mode, as it was troublesome.
16
Announcements / Re: Forum/Server Upgraded (August 2020)
From memory, I think this is the way these tools have always behaved. They could definitely be improved.

The trick is to use the tools before you have written anything. They are not useful for converting existing text.
17
Announcements / Re: Forum/Server Upgraded (August 2020)
Actions taken:

  • reversed the message counter when viewing newest first
  • removed the RSS feed link
  • simplified the credits to minimize confusion

If anyone is still using RSS feeds, I would be interested to hear how you utilize them.
19
Announcements / Forum/Server Upgraded (August 2020)
This forum has been upgraded to the latest generally available Elkarte release. We have also upgraded the actual server, including its provider and underlying OS and web server software.

Efforts have been made to migrate all of the prior forum version customization. Due to the complexity of this process, there could be issues that will need to be fixed. Please report them here.
20
User Tools / Re: Bug (or unfortunate behavior) in nwcItem:Get()?
This seems like a bug in the nwcut library. User object uses cd.opt_Raw for parameters, when it should probably have used cd.opt_Text.

Since cd.opt_Text/nwcOptText uses a .Text member for access, I'll have to do some testing. It seems as though changing it now would break existing tools that work with user data.
24
General Discussion / Re: Wish-list item: opaque backgrounds
Here is a better showing with Rick's markup:

Standard object:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Note|Dur:16th,Triplet=First|Pos:5|Opts:Stem=Down,Beam=First
|Spacer|Width:10
|Note|Dur:16th,Triplet|Pos:5|Opts:Stem=Down,Beam
|Spacer|Width:10
|Note|Dur:16th,Triplet=End|Pos:5|Opts:Stem=Down,Beam=End
|Spacer|Width:10
|User|Markup.rg|Pos:-3|Markup:x-4/m4֎|Color:4
|Spacer|Width:10
|Note|Dur:16th,Triplet=First|Pos:5|Opts:Stem=Down,Beam=First
|Spacer|Width:10
|Note|Dur:16th,Triplet|Pos:5|Opts:Stem=Down,Beam
|Spacer|Width:10
|Note|Dur:16th,Triplet=End|Pos:5|Opts:Stem=Down,Beam=End
!NoteWorthyComposerClip-End

And as a Span object:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Note|Dur:16th,Triplet=First|Pos:5|Opts:Stem=Down,Beam=First
|Spacer|Width:10
|Note|Dur:16th,Triplet|Pos:5|Opts:Stem=Down,Beam
|Spacer|Width:10
|Note|Dur:16th,Triplet=End|Pos:5|Opts:Stem=Down,Beam=End
|Spacer|Width:10
|User|Markup.rg|Pos:-3|Class:Span|Markup:x-4/m4֎|Color:4
|Spacer|Width:10
|Note|Dur:16th,Triplet=First|Pos:5|Opts:Stem=Down,Beam=First
|Spacer|Width:10
|Note|Dur:16th,Triplet|Pos:5|Opts:Stem=Down,Beam
|Spacer|Width:10
|Note|Dur:16th,Triplet=End|Pos:5|Opts:Stem=Down,Beam=End
!NoteWorthyComposerClip-End
25
General Discussion / Re: Wish-list item: opaque backgrounds
But I am wondering how the objects are rendered relative to other standard items that surround them.

Standard objects are treated just like anything else. This text wheel shows it pretty well:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Note|Dur:16th,Triplet=First|Pos:5|Opts:Stem=Down,Beam=First
|Spacer|Width:10
|Note|Dur:16th,Triplet|Pos:5|Opts:Stem=Down,Beam
|Spacer|Width:10
|Note|Dur:16th,Triplet=End|Pos:5|Opts:Stem=Down,Beam=End
|Spacer|Width:10
|Text|Text:"֎"|Font:StaffItalic|Scale:400|Pos:0|Justify:Center|Color:4
|Spacer|Width:10
|Note|Dur:16th,Triplet=First|Pos:5|Opts:Stem=Down,Beam=First
|Spacer|Width:10
|Note|Dur:16th,Triplet|Pos:5|Opts:Stem=Down,Beam
|Spacer|Width:10
|Note|Dur:16th,Triplet=End|Pos:5|Opts:Stem=Down,Beam=End
!NoteWorthyComposerClip-End

If the wheel were drawn as a Span object, it would cover notes on either side of it.
26
General Discussion / Re: Windows Media Player: no sound when playing midi files
NWC would not impact this.

In my experience, Windows has a bad habit of losing its GS Wavetable Synth. Is it still present on your system? If not, you have to reinstall it, which usually involves some kind of triggering of a sound setup reinstall: Settings -> Search for Sound
27
General Discussion / Re: notes and lyrics are not visible
If you are still having this problem, I would start by rebooting the machine, if you have not done so yet. This often cures problems like this. AFAIK, there isn't anything in the 2.75a upgrade that would cause this, but Windows sometimes flips out when system fonts are replaced until a reboot is done.
33
General Discussion / Re: History does no longer work on Win10 / 2.75a
Check your folder settings in Tools, Options, Folders: Config Files

The file history is maintained in a file called FileMRU.dat

It is possible that you were using a default config folder in some other default location, and that has been inadvertently changed by the upgrade, as the core logic was simplified in 2.75a.
36
General Discussion / Re: Same instrument, different sound
The cello staff from your older preferred file shares its MIDI channel with another later staff that uses a String Ensemble 1 instrument patch. If you want your new file's cello staff to sound like an ensemble, you can simply set it to also use that same patch:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Instrument|Name:"String Ensemble 1"|Patch:48|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:8|Wide:Y
|Note|Dur:Half,Slur|Pos:3
|Note|Dur:Half|Pos:5
|Bar
|Note|Dur:Half,Slur|Pos:4
|Note|Dur:Half|Pos:2
|Bar
!NoteWorthyComposerClip-End
37
General Discussion / Re: Same instrument, different sound
Given two files played on the same computer, there are two primary factors to the sound that you hear:

  • the play back device - check this from Tools, Options, Midi, as well as Staff, Staff Properties, Midi, Play back device
  • the chosen instrument - check this from Staff, Staff Properties, Instrument and any Instrument Change items in the staff
39
General Discussion / Re: Problem with online object sync.
the api server was upgraded in the last 30 days. It would not be surprising if XP has issue with something new

This. In my tests, all versions of the NWC user object scan were failing on Windows XP.

I have reconfigured the server, and the user object scan seems to work again, at least for now. Going forward, Windows XP users are in for a rough ride as industry requirements will make it harder and harder to connect.
43
General Discussion / Re: Trying not to panic

As I understand it, the only copy of these files is now found on an external drive. My immediate thought is perhaps the external drive experienced an anomaly, and has been re-assigned to a different drive letter. Try looking at the This PC (My Computer) area; check that things are working as expected. Also, check the logs to see if some kind of failure event has been detected on the drive. Until you recover your files, it is generally best to avoid saving anything else to the drive. This will give you the best chance of recovering files from it.
44
General Discussion / Re: Ties at a repeat, appear unresolved.
Assuming this excerpt is really written as shown (with no special endings), then the following clip would better handle the hanging note events:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Chord|Dur:8th|Pos:-1^,1^
|Bar|Style:MasterRepeatClose
|Chord|Dur:4th,Grace|Pos:-1,1|Opts:StemLength=4.7|Visibility:Never
!NoteWorthyComposerClip-End
45
Announcements / Ubuntu 16.04
In Ubuntu 16.04, you can install and run NWC Viewer under Wine using these steps:

  • sudo apt-get install freepats timidity
    (install the necessary timidity software and sounds)
  • winecfg
    (confirm your wine config)
  • wget https://noteworthycomposer.com/setup/setup_nwc275_viewer.exe
    (download the NWC Viewer install package)
  • timidity -iA
    (Launches TiMidity++ as ALSA sequencer client)
  • winefile
    (find and double click the setup_nwc275_viewer.exe to install the viewer)
46
General Discussion / Re: NWC on Ubuntu
Start by installing the Viewer and getting it working. In Ubuntu 16.04, you can install and run NWC Viewer using these steps:

  • apt-get install wine freepats timidity
    (installs the necessary wine and timidity software)
  • winecfg
    (confirms your wine config)
  • wget https://noteworthycomposer.com/setup/setup_nwc275_viewer.exe
    (downloads the NWC Viewer install package)
  • timidity -iA
    (Launches TiMidity++ as ALSA sequencer client)
  • winefile
    (double click the setup_nwc275_viewer.exe to install the viewer)
47
Object Plugins / Re: BarCounter.nw
I have always run into the problem of the pickup bar.  I do not like counting this, because it throws me off in the standard 8/16 bar format.  I am using BarCount for the first time to designate the pickup bar as "0". 

You can just Exclude From Bar Count on a pickup bar:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Bar|XBarCnt:Y
!NoteWorthyComposerClip-End
50
General Discussion / Re: Upgrade to 2.75 on Windows 7
I suspect that the Config Files folder location is assigned to a non-existent directory. You can fix this from Tools, Options, Folders.

This problem is generally detected and fixed when running NWC 2.75a (which is currently in beta release).