back to list

Re: [MMM] For Manuel: 12 note scales

🔗manuel.op.de.coul@...

2/26/2003 1:33:27 AM

Jon,

>I discovered this when trying to utilize some pelog scales, and it made
me
>wonder: is there a quick-and-dirty command to 'pad' a scale out to 12
>pitches (even if they are duplicates)?

Not a built-in command, but you can use "@to12" if you save this file in
the
Scala directory:

! to12.cmd
echo Duplicate tones to make 12.
copy 0 1
equal 12
swap 1
select/model 1
! The next optional command shifts the pitch to accommodate a
! range restriction:
! set adjustment

> but the problem is
>that in "Performance" mode, where you can multi-timbrally have different
>"patches" respond to different midi channels, it only seems to want to
>retune the first part (patch).

You probably need to see if there's a number in the sysex data
that influences this. Sometimes there's a "device number" and Scala
only uses 0. Then you could patch the sysex midi file by hand
using mf2t and t2mf.

Manuel

🔗manuel.op.de.coul@...

2/26/2003 6:43:31 AM

Another more elegant possibility is to leave the scale unchanged
and do the duplicate tone assignment via the keyboard mapping:

key/mapping 0
show mapping

Manuel