From: A. Z. <and...@co...> - 2015-05-12 00:17:18
|
On Mon, 11 May 2015 13:43:36 -0700 David Bellows <dav...@gm...> wrote: > > I'm not a programmer so forgive my naivete, but would it be possible > to extend how many notes Timidity can handle and also load larger > tuning tables? For example, to get the full range of the 128-EDO > tuning one would need about 1366 notes (10.6666666 octaves * 128 notes > per octave). > I believe that the MIDI standard allows for single-note real-time sysex messages that can alter the pitch of any of the 128 note numbers. A 3-byte frequency resolution is possible which is a little better than one-hundredth of a cent: http://www.midi.org/techspecs/midituning.php I also believe that the Scala software can re-tune a midi file according to a microtonal scale using such single-note real-time sysex messages. http://www.huygens-fokker.org/scala/ The Scala software contains example scales with 79 notes per octave so your proposal of 1366 notes per scale may be feasible. Unfortunately I do not experiment in this area so I cannot provide any more detailed information. AZ |