Skip to main content
Topic: Pedal handling error (Read 7931 times) previous topic - next topic

Pedal handling error

Try playing this from bar 2:

Code: [Select · Download]
!NoteWorthyComposerClip(2.5,Single)
|Clef|Type:Bass
|Key|Signature:C|Tonic:C
|TimeSig|Signature:4/4
|SustainPedal|Pos:-8|Wide:Y
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:#2
|Note|Dur:4th|Pos:4
|Note|Dur:4th|Pos:6
|SustainPedal|Status:Released|Pos:-8|Wide:Y
|Bar
|Note|Dur:4th,Staccato|Pos:6
|Rest|Dur:4th
|Note|Dur:4th,Staccato|Pos:-1
|Rest|Dur:4th
|Bar
|Note|Dur:4th,Staccato|Pos:3
|Rest|Dur:4th
|Note|Dur:4th,Staccato|Pos:-4
|Rest|Dur:4th
|Bar
|Note|Dur:4th,Staccato|Pos:-1
|Rest|Dur:4th
|Rest|Dur:Half
!NoteWorthyComposerClip-End

Re: Pedal handling error

Reply #1
Strange - I would say that this is the same sort of problem that we saw before where the preceeding tempo was not found when starting from somewhere in the middle of a piece, but with this, the error happens even if you start the music immediately before the pedal up. So maybe it is not the same sort of thing.

Rich.

Re: Pedal handling error

Reply #2
After playing around with this for a while, I have come to the conclusion that it is that sort of reverse reading problem.

What seems to happen is that NoteWorthy looks back to the last note, but not the last non note instruction. In this case the last note has a pedal down property. and so that is what is set from the new start point onwards. From the new start point, there is never a pedal up and so the pedal down property remains.

If you start the music playing from the second note in bar two, you don't get the problem. If you move the pedal up mark to between the third and forth notes of bar one, you don't get the problem when you start at bar two, only if you start at the forth note of bar one.
Rich.

Re: Pedal handling error

Reply #3
Yes, this is a similar problem to the past tempo issues. Thanks for the report.

Note that the "Play from" has to be "insertion point" or further down in order to see this issue (from Tools, Options, Midi).

Re: Pedal handling error

Reply #4
Quote
Note that the "Play from" has to be "insertion point" or further down in order to see this issue (from Tools, Options, Midi).

Sorry, I missed to report that detail.

Re: Pedal handling error

Reply #5
I just met the same problem.
This means it has not been solved...

Re: Pedal handling error

Reply #6
NWC 2.51 fixes this issue permanently. A beta is currently available in the Back Stage area.

 

Re: Pedal handling error

Reply #7
Confirmed that this is no longer an issue in the 2.51 beta
Rich.