fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Recent discussions on sysex commands and the MIDI Tuning


From: R.L. Horn
Subject: Re: [fluid-dev] Recent discussions on sysex commands and the MIDI Tuning Standard
Date: Wed, 17 Aug 2016 20:05:05 -0500 (CDT)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]