On Wed, 17 Aug 2016, David Bellows wrote:
Thanks for the confirmation! What other sequencer(s) are you using?
pmidi
The example plays correctly, but not quite a quarter-tone scale, as some
of your tuning commands are malformed (which timidity seems to go along
with):
System_exclusive, 11, 127, 127, 8, 2, 0, 1, 69, 69, 0, 0, 127
Okay
System_exclusive, 11, 127, 127, 8, 2, 0, 1, 69, 69, 64, 0, 127
Okay
System_exclusive, 11, 127, 127, 8, 2, 0, 1, 70, 70, 0, 0, 127
Okay
...
System_exclusive, 11, 127, 127, 8, 2, 0, 1, 74, 74, 0, 0, 127
Okay
System_exclusive, 11, 127, 127, 8, 2, 0, 1, 74, 74, 64, 0, 127
Okay
System_exclusive, 11, 127, 127, 8, 2, 0, 1, 74, 74, 128, 0, 127
Bad. The tuning value 74, 128, 0 is invalid since the fraction is a
14-bit value (7-bit MSB,7-bit LSB). It should be 75, 0, 0.
System_exclusive, 11, 127, 127, 8, 2, 0, 1, 75, 75, 64, 0, 127
Okay, though I don't understand why you use some keys more than twice.
Etc.
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev