Page 1 of 1
diatonic transpose subpattern effect?
Posted: Sun May 18, 2014 9:16 pm
by esp81
I'm trying to figure out how to use the diatonic transpose subpattern effect in pattern xp.
It lets you input the key and transpose amount, but doesn't it also need to know what scale you're using to work properly?
Re: diatonic transpose subpattern effect?
Posted: Thu May 22, 2014 6:46 pm
by tinga
changelog wrote:-- Build 1115 - Saturday, 18 July 2009 12:45:46 UTC
- pattern xp: subpattern effect 11/12 - diatonic transpose up/down (first digit = key (0=C, 1=C#, ...), second digit = amount)
- pattern xp: subpattern effect 02 - offset in rows
I suppose its only for major scale (and the six other modes)
There is also this (PEKeys.xml)
But i don't know if it has any effect on pattern XP
<KeyboardMappingFile xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
<Mappings>
<KeyboardMapping Name="Chromatic" Notes="C Db D Eb E F Gb G Ab A Bb B" Keys="zsxdcvgbhnjmq2w3er5t6y7ui9o0p" Off="1" Play="4" PlayAll="8"/>
<KeyboardMapping Name="Major Pentatonic" Notes="C D E G A" Keys="xcvbnsdfghwerty23456" Off="1" Play="7" PlayAll="8"/>
<KeyboardMapping Name="Minor Pentatonic" Notes="C Eb F G Bb" Keys="xcvbnsdfghwerty23456" Off="1" Play="7" PlayAll="8"/>
<KeyboardMapping Name="Ritusen Scale" Notes="C D F G A" Keys="xcvbnsdfghwerty23456" Off="1" Play="7" PlayAll="8"/>
<KeyboardMapping Name="Egyptian Scale" Notes="C D F G Bb" Keys="xcvbnsdfghwerty23456" Off="1" Play="7" PlayAll="8"/>
</Mappings>
</KeyboardMappingF
Chahur is making some adds in Pattern XP, maybe he can give better reply.
Re: diatonic transpose subpattern effect?
Posted: Thu May 22, 2014 7:54 pm
by chahur
PEKeys.xml is not used by patternXP but by the new built-in editor if I'm not wrong (you can see it with ctrl+Q) : click on the small [K] button to show the keyboard mapping.
Re: diatonic transpose subpattern effect?
Posted: Fri May 23, 2014 3:41 am
by esp81
Yea it does only seem to work with the major scale and modes, thanks for clearing that up Tinga!