back to list

Scala and program numbers

🔗genewardsmith@juno.com

9/26/2001 12:01:03 AM

Is there a way to edit a Scala .seq file to give a separate program
number/patch to separate voices?

🔗manuel.op.de.coul@eon-benelux.com

9/26/2001 2:39:36 AM

>Is there a way to edit a Scala .seq file to give a separate program
>number/patch to separate voices?

Yes, use the track statement. The program statement must come after
the track statement and is then valid for the notes inside that track
that come after it, until (if) there's another program statement in
that track. For example two tracks with a different program number
for the whole track:

0 track 1
0 program 41
[your voice 1 score]

0 track 2
0 program 76
[your voice 2 score]

Manuel