You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is Artic::SetArticGes() available? It does not seem to be, at least with the inputs I have tried.
There is void AttArticulationGestural::SetArticGes(data_ARTICULATION articGes_) { m_articGes = articGes_; } in libmei/atts_gestural.h, but does not seem to be linked to the artic interface. I notice that it only allows one articulation (regular SetArtic() takes a vector of articulations).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is
Artic::SetArticGes()
available? It does not seem to be, at least with the inputs I have tried.There is
void AttArticulationGestural::SetArticGes(data_ARTICULATION articGes_) { m_articGes = articGes_; }
inlibmei/atts_gestural.h
, but does not seem to be linked to the artic interface. I notice that it only allows one articulation (regularSetArtic()
takes a vector of articulations).This would also apply to
Note::SetArticGes()
.Beta Was this translation helpful? Give feedback.
All reactions