ossia / qml-remote

1 stars 1 forks source link

Needed message from score to client #8

Closed EloiMagon closed 3 years ago

EloiMagon commented 3 years ago

@jcelerier In order to update the appearance of the button play pause in the interface, we'd need score to send a message containing its state (playing or paused), when one of this button is pressed in score.

jcelerier commented 3 years ago

done in https://github.com/ossia/score/commit/cad6ece5a6d336f8209035bf02da8c9a5c990121 - the new messages are called IntervalPaused / IntervalResumed

jcelerier commented 3 years ago

(you have to check that the "top" interval is being paused / resume as various subparts of the score can be)