NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: ItmightbeJB on 2014-09-01 06:17 PM

Title: Pitch Bend or Mod Wheel?
Post by: ItmightbeJB on 2014-09-01 06:17 PM
I'm having trouble doing what I want which is to bend a whole note from low to high with a full measure (or half) duration.  When I use pitch bend it bends the notes before the one I want to bend and they go way out of tune.  What is the best way to do this?
Title: Re: Pitch Bend or Mod Wheel?
Post by: Flurmy on 2014-09-02 07:16 PM
There's a big difference between the pitch bend and the modulation "wheel".
You're always talking about the former and it seems the correct one to use.
The easier explication is that you miscalculated the times and duration of the MPC.

Code: (nwc) [Select ยท Download]
!NoteWorthyComposer(2.51)
|AddStaff|Name:"Staff"|Group:"Standard"
|StaffProperties|EndingBar:Section Close|Visible:Y|BoundaryTop:12|BoundaryBottom:12|Lines:5|Color:Default
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:1
|StaffInstrument|Name:"Alto Sax"|Patch:65|Trans:0|DynVel:10,30,45,60,75,92,108,127
|Clef|Type:Treble
|MPC|Controller:pitch|Style:Linear Sweep|TimeRes:Quarter|SweepRes:32|Pt1:0,4096|Pt2:3,8192|Pos:8|Wide:Y
|Note|Dur:Whole,Slur|Pos:0
|Bar
|Note|Dur:Whole|Pos:1|Opts:Stem=Up
!NoteWorthyComposer-End
Title: Re: Pitch Bend or Mod Wheel?
Post by: ItmightbeJB on 2014-09-02 10:28 PM
Got it, thx.