Dave Yarwood
Dave Yarwood
`parse-events` (implemented by @wcerfgba in #4) uses the Alda v2 `alda parse` events output to produce alda-clj event records from Alda input (which could take the form of alda-clj event...
This library's functions currently work for both BMP and supplementary characters by using a multimethod internally to determine whether the argument is a character, an integer or a string. As...
# 🐞 Bug report 🐞 ## Description @litan on [Alda Slack](https://slack.alda.io) observed that if you run the following command twice in succession: ```bash alda repl \ --client \ --port 43009...
My primary motivation is to have a "Try It" area on the Alda website, similar to what you find on [the Haskell website](https://haskell.org), where you can enter snippets of Alda...
Moved from https://github.com/alda-lang/alda/issues/54. The goal is to make it feasible (maybe even easier) to write a score interactively via the REPL, rather than alternating between writing some code in a...
# 🐞 Bug report 🐞 ## Description Player processes are supposed to outlive the execution of the Alda client, and they generally do, except, for some reason, in the case...
# 🐞 Bug report 🐞 ## Description When starting an Alda REPL session, the REPL server finds an available player process (i.e. one in the "ready" state) and "claims" it...
# 🐞 Bug report 🐞 ## Description In the Alda REPL use case, the user is appending additional events to the score, and as they're doing that, we want to...
Moved from https://github.com/alda-lang/alda/issues/62. See the original issue for some ideas on how to do this.
Moved from https://github.com/alda-lang/alda/issues/44. MusicXML is a format that a lot of GUI score editing programs can import/export from/to. Being able to import/export between MusicXML and Alda scores would be valuable...