Closed gogins closed 4 months ago
These functions were not clearly and inconsistently thought out.
The conceptual bug is that the possibility events might have starting times prior to 0 was not taken into account.
Rather than correct existing code, I will add new methods in csound::Score.
csound::Score
I have added new functions, most importantly Score::setPerformanceDuration, which actually does do what I had been thinking setDuration was doing.
Score::setPerformanceDuration
setDuration
These functions were not clearly and inconsistently thought out.
The conceptual bug is that the possibility events might have starting times prior to 0 was not taken into account.
Rather than correct existing code, I will add new methods in
csound::Score
.