Ondřej Cífka
Ondřej Cífka
I have a MIDI file which apparently contains invalid key signature meta messages. When I try to load it with `mido`, I get the following error: Could not decode key...
Great work, thanks a lot for releasing these! Would you also have them in PDF or SVG?
Add a way to control the tempo. This should be optional – possibly turned on with an attribute, maybe `controls="tempo"` (which might just reveal the control with CSS). It's not...
So far I have not succeeded in including the player in Jupyter notebooks. I tried including the library using a RequireJS call like [here](https://stackoverflow.com/a/47414836/693485), but I get an error about...
It would be nice to have a download button to allow saving the currently loaded file, similarly to what the `` element has. This should be optional – possibly turned...
We might want to allow the user to start more than one player at a time, like with ``. This depends on magenta/magenta-js#502 being resolved.
There could be a default location where datasets are downloaded, like with TensorFlow Datasets. This should be possible to configure (`.muspyrc`?).
I implemented multi-track support for the event-based representation. Here is a summary of the changes: - I added an explicit `vocab` dictionary, mapping human-readable event tuples (e.g. `('time_shift', 12)`) to...
- Adding an `_apply_list_op` method that recursively applies a list operation to list attributes. - Implementing `remove_duplicate`, `remove_invalid` and `sort` using this method (seems to fix #49). - Adding `each`,...