Re: Making Notes Play Together
Reply #1 –
Ambit.vbs will roll up the pitches.
Further automation would need much more code.
- Chromatic runs cannot be rolled up into a chord.
- If the selection spans a bar, a tool won't know about some accidentals.
- Without a TimeSig and the position of the selection within a bar, a tool cannot roll up durations with any accuracy.
Years ago, I tried to write a tool to splt/join chords by duration. I failed to produce a tool that saved me any time.
!NoteWorthyComposerClip(2.0,Single)
|Chord|Dur:64th|Pos:-3,-1,1|Opts:Stem=Down,Beam=First
|Note|Dur:8th,Dotted|Pos:3^|Opts:Stem=Down,Beam
|Note|Dur:32nd,Dotted|Pos:3^|Opts:Stem=Down,Beam=End
|Note|Dur:Half,Dotted|Pos:3
|Bar
|Chord|Dur:Whole|Pos:-3,-1,1,3
!NoteWorthyComposerClip-End