Files
Dave Yarwood c90692db53 feat: Add --wait flag to 'alda play'
This flag allows the user to block the 'alda play' command until playback is complete.

This is implemented by adding a new "finished" state to the player process. The client sends a '/system/playback-finished' message at the end of the score, which transitions the player to the "finished" state. The client then polls for this state.

This change is implemented in a way that does not affect the live coding use case, as the new messages and states are only used by the 'alda play' command.

This addresses issue #514.
2025-12-27 16:21:36 -05:00
..
2023-10-13 15:21:14 -07:00
2022-02-22 23:06:28 -05:00
2025-12-27 16:21:36 -05:00
2023-09-01 11:40:39 -04:00
2023-10-13 15:21:14 -07:00
2023-10-13 15:21:14 -07:00