Ok, it's fixed. I actually modified it only slightly and put 0s in the first 
four places, and then took off the last four notes. I've attached the 
resulting INI file. By the way, just as a suggestion, could we have a way of 
renaming transformations? For example, have a [transformations] section and 
then a [names] section. So the transformations section could look like the 
current one, and then the names section could look like this

[names]
xfrm0="No Transformation"
...
xfrm7="Invert Octaves in C"

Anyway, thanks again for the help. just FYI, the reason I did that was 
because I saw that the noets 120 through 127 were at the end and I figured I 
woudl include them, but really I could probably have left them completely 
unchanged and it would have worked out all the same. I just didn't think 
about the fact that they didn't make an actual octave, and so that offset 
the resulting track by four semitones.

Simon


----- Original Message ----- 
From: "Simon Jaeger" <[email protected]>
To: "QWS list" <[email protected]>
Sent: Friday, March 13, 2009 6:04 PM
Subject: Re: QWS List note transformation errors


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] 

Attachment: notexfrm.ini
Description: Binary data

Reply via email to