On 7/27/20 1:08 PM, Davide Castellano wrote:
I checked on the matrix view and the note length is half than 1/64 box.
When I hear the grace note, it's like 1/8 duration.

Is there a way to solve it?

Currently, Rosegarden only supports short grace notes (1/4 the duration of the main note). And grace notes are a special case that appear very small in the Matrix editor, but the actual play time is longer.

We would need to add code and some sort of UI to support longer grace notes.

  From SegmentPerformanceHelper::getGraceNoteTimeAndDuration():

// For our present purposes, we will assume that grace notes start
// at the same time as their host note was intended to, and
// "steal" a proportion of the duration of their host note.  This
// causes the host note to start later, and be shorter, by that
// same proportion.

[...]

// To begin with we will set the proportion to 1/4, but we will
// probably want it to be (a) something different [because I don't
// really know what I'm doing], (b) adaptive [e.g. shorter host
// note or more grace notes = longer proportion], (c)
// configurable, or (d) all of the above.

Ted.


_______________________________________________
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Reply via email to