Hi,

You're right, i should have thought of that. I will go fix that error and 
hopefully it will work. Thanks for the help.

Simon

----- Original Message ----- 
From: "James Bowden" <[email protected]>
To: "QWS list" <[email protected]>
Sent: Friday, March 13, 2009 5:26 PM
Subject: Re: QWS List note transformation errors


Hi Simon,

The error is in your note transform data.

I'm assuming you defined note transform number 7.

You wrote:

xfrm7=120,121,122,123,124,125,126,127,108,109,110,111,112,
...

Did you notice something about that first "octave"?  You've only got 8 notes
before you stepped down.

There are 128 MIDI notes and that is not a complete number of octaves, so
you tried mapping MIDI notes C-1 to B-1 onto C9 to B9, but the MIDI notes
only go up to G9, thus you are four notes short, hence the four semitone
difference you're hearing.

So, this is what I recommend:
As it is very unlikely you will be using MIDI notes C-1 to B-1 or MIDI notes
C9 to G9, just leave them unchanged, and make your transformation use
complete octaves in the range C0 (MIDI note 12) to B8 (MIDI note 119).

So your line should look like:

xfrm7=0,1,2,3,4,5,6,7,8,9,10,11,12,
108,109,...,119,
96,97,...,107
...,
12,13,14,...,22,23,
120,121,122,...,127

Hope this helps.

James.

To unsubscribe or change list options, see http://lists.andrelouis.com

for archived list posts, see http://www.mail-archive.com/[email protected] 

To unsubscribe or change list options, see http://lists.andrelouis.com

for archived list posts, see http://www.mail-archive.com/[email protected]

Reply via email to