[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fingering and midi
From: |
Heikki Tauriainen |
Subject: |
Re: fingering and midi |
Date: |
Tue, 03 Oct 2017 00:08:02 +0300 |
On Mon, 2017-10-02 at 14:55 +0200, David Kastrup wrote:
>
> Looks like a bug in the implementation of
> commit 327fc82bafec17c249b78b8be19a71ff83b0a32c
No, this looks like an even older bug since the result is the same even
without this particular change.
>From a quick glance at the script's ac:getActions function it looks
like that the shortening factor which the script will determine for
each note (by looking at a list of events) could end up being 1:1 if
the list of events includes any FingeringEvents (which are only one
among multiple kinds of events with similar behavior), depending on the
order of the events in the list. This could also explain why the
output changes when changing the order of the events in the input.
The handling of FingeringEvents appears to been this way since
commit d4c5b03afa8384ee50a7b9536485bc26d14033aa
Author: Peter Chubb <address@hidden>
Date: Mon May 2 13:52:03 2011 +0100
Eliminate faulty barcheck warning in articulate.
--
Heikki Tauriainen