[abcusers] quarter-tones with abc in abc2midi - Pitchbend in abc2midi

2002-10-04 Thread Forgeot Eric
I've studied a bit the code of abc2midi and found it was probably difficult to make some change in it (for the value pitch) so that new quarter notes can be added between the normal notes : the array pitch is set for integer values (and many times in the code, not easy to change this to float),

Re: [abcusers] quarter-tones with abc in abc2midi - Pitchbend in abc2midi

2002-10-04 Thread Alice Corbin
If you happen to be using timidity to play the midi file, then you can reset the temperament to contain quartertone intervals. The names of the notes would no longer match their real values, howver. -- _ _ Ali Corbin

Re: [abcusers] quarter-tones with abc in abc2midi - Pitchbend in abc2midi

2002-10-04 Thread Jon Freeman
- From: Forgeot Eric [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 04, 2002 9:54 PM Subject: [abcusers] quarter-tones with abc in abc2midi - Pitchbend in abc2midi I've studied a bit the code of abc2midi and found it was probably difficult to make some change in it (for the value

Re: [abcusers] quarter-tones with abc in abc2midi - Pitchbend in abc2midi

2002-10-04 Thread Phil Taylor
The problem with using midi pitchbend is that the number which represents the amount of pitch change is not standardised, so a midi file which plays correctly on one synth cannot be guaranteed to do so on another. According to the midi 1.0 standard, (which may well have been superceded by now):