Skip to main content
Topic: Dynamic variance in trill, tremolo and arpeggio (Read 2610 times) previous topic - next topic

Dynamic variance in trill, tremolo and arpeggio

My bad memory!
Which was the trick to have the dynamic variance during trill, tremolo or arpeggio?
Beside the multipoint controller, of course.
I'm sure I saw it.

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Dynamic|Style:f|Pos:-9.5|Wide:Y
|RestChord|Dur:Half|Opts:Stem=Down,Diminuendo,ArticulationsOnStem,Muted,HideRest|Dur2:Whole|Pos2:10
|User|Tremolo.ms|Pos:1
|RestChord|Dur:Half|Opts:Stem=Down,Diminuendo,ArticulationsOnStem,Muted,HideRest|Dur2:Whole|Pos2:b11
|Bar
|Dynamic|Style:pp|Pos:-10|Wide:Y
!NoteWorthyComposerClip-End

Re: Dynamic variance in trill, tremolo and arpeggio

Reply #1
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Dynamic|Style:f|Opts:Velocity=127,Volume=92|Pos:-9.5|Wide:Y
|RestChord|Dur:Half|Opts:Stem=Down,Diminuendo,ArticulationsOnStem,Muted,HideRest|Dur2:Whole|Pos2:10
|User|Tremolo.ms|Pos:1
|RestChord|Dur:Half|Opts:Stem=Down,Diminuendo,ArticulationsOnStem,Muted,HideRest|Dur2:Whole|Pos2:b11
|Bar
|Dynamic|Style:pp|Opts:Velocity=127,Volume=30|Pos:-10|Wide:Y
!NoteWorthyComposerClip-End
Registered user since 1996

Re: Dynamic variance in trill, tremolo and arpeggio

Reply #2
You have to edit the properties of the dynamics :  set 'Change Channel Volume' to the value of 'Custom Note Velocity'. (Don't forget to check the 2nd box).

Code: [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Dynamic|Style:f|Opts:Volume=92|Pos:-9.5|Wide:Y
|RestChord|Dur:Half|Opts:Stem=Down,Diminuendo,ArticulationsOnStem,Muted,HideRest|Dur2:Whole|Pos2:10
|User|Tremolo.ms|Pos:1
|RestChord|Dur:Half|Opts:Stem=Down,Diminuendo,ArticulationsOnStem,Muted,HideRest|Dur2:Whole|Pos2:b11
|Bar
|Dynamic|Style:pp|Opts:Volume=30|Pos:-10|Wide:Y
!NoteWorthyComposerClip-End
You were a little faster, Rick! ;)
Always look on the bright side of life!

Re: Dynamic variance in trill, tremolo and arpeggio

Reply #3
A-ha!
So the trick is indeed to fiddle with the volume, but simply using dynamic's "advanced user settings" instead of a multi-point controller.
At least, in this case there is no need to guess a sweep resolution.  :D
Thanks.

 

Re: Dynamic variance in trill, tremolo and arpeggio

Reply #4
At least, in this case there is no need to guess a sweep resolution.  :D
In this case, NWC puts in 64 MIDI volume messages. If you want fewer, use an MPC
Registered user since 1996