[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Retrieve (remaining) duration of beam (in C++)
From: |
Carl Sorensen |
Subject: |
Re: Retrieve (remaining) duration of beam (in C++) |
Date: |
Fri, 18 Dec 2015 17:35:22 +0000 |
User-agent: |
Microsoft-MacOutlook/14.5.8.151023 |
On 12/18/15 9:49 AM, "address@hidden on
behalf of Urs Liska" <address@hidden on
behalf of address@hidden> wrote:
>
>If I could either retrieve the start_moment of the note *after* the
>current beam *or* the duration of the last item in infos_ I could
>calculate the value I need (I think). Or maybe there's a different
>solution altogether?
I believe that you can use the Beaming_pattern::end_moment(i) to get the
end_moment of the stem at infos_[i].
HTH,
Carl