Cian O'Connor

Results 25 comments of Cian O'Connor

So I'm happy to try and take a go at this - but I'm probably going to need some pointers as where to look.

Tempo is also being ignored. This bug also seems to occur with musicxml export, though the musicxml file currently crashes musescore for unknown reasons :(

Ah thanks! I've fixed the time signature bug (caused by a regression due to the Option datatype being deprecated - which is a little weird, but a trivial fix). But...

So I've looked into this some more and for the code where tempo would be generated you have "TODO add tempo". So I'm guessing this got removed in a refactoring....

I guess the thing that mostly threw me here was that toList isn't really documented. Maybe if there's an explanation of what it does, maybe with why it could be...

Yeah I have mixed feelings about usual type classes the way that Haskell does. It tends to make libraries quite opaque even if you know the typeclasses. As an aside,...

Just renaming this to reflect the discussion above. I feel a couple of things here are low hanging fruit (e.g. remove suspect comments and documenting what toList actually does in...

I would like to implement this, so any guidance for this (and the time signature issue) would be appreciated :)

I'm interested in working on this. My Vertico setup also supports some other nice features: This are implemented with a different library, but I think they are pretty nice. I'll...

You can use roswell from homebrew, but you'll have to setup a script on your path for SBCL that will use roswell. ``` printf '#!/bin/sh\nexec ros -L sbcl-bin run --...