alda icon indicating copy to clipboard operation
alda copied to clipboard

A music programming language for musicians. :notes:

Results 57 alda issues
Sort by recently updated
recently updated
newest added

# 🐞 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...

bug

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...

feature

### Reference Issues/PRs Addresses #405 ### What does this implement/fix? Explain your changes. - Changed the color library for client to support windows by using the "github.com/gookit/color" library - Changed...

# 🐞 Bug report 🐞 ## Description I'll let the below image speak for itself: ![Screenshot (22)](https://user-images.githubusercontent.com/8622264/138392256-2e5aa553-83da-4576-8be3-57f943d3b33f.png) Running the REPL causes PowerShell to recolour the screen in a weird way....

bug
low-hanging fruit
windows

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...

feature
low-hanging fruit

Added validation for midi note range in note.go. We raise a UserFacingError if midi note is > 0 or < 127 and log the event.

#### The need for an Alda decompiler is twofold: 1. With the start of interoperability, we are now able to import MusicXML into Alda IR (`ScoreUpdate`). Although we can do...

# 🐞 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
low-hanging fruit

# 🐞 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
low-hanging fruit

# 🐞 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...

bug
low-hanging fruit