Grace note playback

• Jan 13, 2020 - 11:46

On playback, it seems to make no difference as to whether a grace note is an acciaccatura, appoggiatura, quarter, eighth or sixteenth or 32nd. Any chance this could be implemented?


Comments

There should be a difference between acciaccature and appoggiatura, they are being treated differently in the code, here just the corresponding comments:

            //  - grace notes start on the beat of the main note
            //  - duration: appoggiatura: 0.5  * duration of main note (2/3 for dotted notes, 4/7 for double-dotted)
            //              acciacatura: min of 0.5 * duration or 65ms fixed (independent of duration or tempo)
            //  - for appoggiaturas, the duration is divided by the number of grace notes
            //  - the grace note duration as notated does not matter

There is a big difference between acciaccatura and appoggiature, but indeed, by design, none between the different physical appearances for appoggiaturas. The playback of appoggiaturas is determined by the duration of the main note it is attached to, in accordance with standard practice.

Do you still have an unanswered question? Please log in first to post your question.