multiple tempo texts on same segment
It is possible to add multiple tempo markings to the same note. This doesn't make sense to me, so I'm wondering if that is a bug or whether there's a real-life use-case for this.
It is possible to add multiple tempo markings to the same note. This doesn't make sense to me, so I'm wondering if that is a bug or whether there's a real-life use-case for this.
Do you still have an unanswered question? Please log in first to post your question.
Comments
I'd say it isn't necessarily either. That is, even if no one can currently think of a real life use case, that doesn't make it a bug that we allow it.
In reply to I'd say it isn't necessarily by Marc Sabatella
Fair enough. It does crash when trying to add more than one from a plugin though, which is what got me wondering.
I'll file a bug against that after some more debugging.
In reply to Fair enough. It does crash by jeetee
Not a bug, but wrong usage of the plugin structure by me.
Turns out assigning TEMPO_TEXT.tempo is only possible after it has been added to the score. Doing so before will lead to a segmentation fault caused by a missing segment reference.