Dave Yarwood

Results 285 comments of Dave Yarwood

That's great! I still think it would be useful if Alda had a "batteries included" way of exporting a score to WAV or MP3 built into Alda itself, but it's...

Hi @przem360 , thanks so much for the kind words! I think adding links to the README in the client and player directories to the main README for manual build...

I think both ideas have merit, but I like the idea of the `alda` release executable being a batteries-included program that can do it all. I'm imagining a new `alda...

Open question: maybe the command should be called `alda convert`, given that it's both importing and exporting?

In general, I do like things to be modular, so having both `import` and `export` would be nice in that way. But, the semantics of these hypothetical commands are not...

Hi @jaredforth! There has not been progress on this to my knowledge. I'd love to see this feature move forward, and I would be happy to help provide direction, spec...

For our reference: a new blog post from @infojunkie about validating MusicXML: https://blog.karimratib.me/2020/11/17/validate-musicxml.html

@Scowluga has done some great work beginning to implement the basic functionality of importing MusicXML scores and generating working Alda code. There is still a ways to go, because the...

I finished the aforementioned refactor over my holiday break and it's on the master branch. I don't think there is anybody currently working on this, so if anyone is interested...

We're calculating the MIDI note number here: https://github.com/alda-lang/alda-core/blob/d45039101bf347eb84be7afa471db1b812291914/src/alda/lisp/events/note.clj#L40-L42 I think throwing an `ex-info` when `(> midi-note 127)` ought to do the trick.