Re: Changing instrument sound then back again within same song.
Reply #1 –
Yes
!NoteWorthyComposerClip(2.0,Single)
|Instrument|Name:"Flute"|Patch:73|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:12
|Note|Dur:4th|Pos:-2
|Instrument|Name:"Alto Sax"|Patch:65|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:8
|Note|Dur:4th|Pos:-1
|Instrument|Name:"Flute"|Patch:73|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:12
|Note|Dur:4th|Pos:0
|Instrument|Name:"Alto Sax"|Patch:65|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:8
|Note|Dur:4th|Pos:1
!NoteWorthyComposerClip-End
More than one instrument can play at the same time, they just can't begin at the same time:
!NoteWorthyComposerClip(2.0,Single)
|Instrument|Name:"Flute"|Patch:73|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:12
|Chord|Dur:Half|Pos:-4^,1^
|Instrument|Name:"Alto Sax"|Patch:65|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:12
|Chord|Dur:Half|Pos:-6^,-4,-2^,1
|Chord|Dur:Half|Pos:-6,-2
!NoteWorthyComposerClip-End