note-seq icon indicating copy to clipboard operation
note-seq copied to clipboard

A serializable note sequence representation and utilities.

Results 17 note-seq issues
Sort by recently updated
recently updated
newest added

I recently came across this bug while processing LMD with my own scripts and `note-seq` chord inference. Usually, when processing a corrupt MIDI file, pretty midi throws an exception. However,...

Fixed a bug described in [here](https://github.com/magenta/magenta/issues/1697) and [here](https://github.com/magenta/magenta/pull/1698).

Hi, thanks for your work. I am trying to infer chord names from a chord's midi track. is there any way?

IPython published 8.13.0 which deprecated Python 3.8 support. For continued Python 3.8 support IPython needs to be pinned to the previous version.

Current implementation gives error `AttributeError: unexpected attribute 'plot_width' to figure, similar attributes are outer_width, width or min_width` when calling `notebook_utils.plot_sequence`. As described in [this stackoverflow question](https://stackoverflow.com/a/74341247): > In the 3.0.0...

importing note_seq fails due to `@attr.s` line, which looks incompatible with attrs latest version. so pinning it to attrs == 22.1.0 works.

``` :46: UserWarning: Exception occurred in note sequence figure of bgm_amb_username: zero-size array to reduction operation maximum which has no identity warnings.warn('Exception occurred in note sequence figure of ' +...