Karim Ratib
Karim Ratib
Like https://github.com/veltzer/openbook
In the iReal Pro [Blues playlist](https://github.com/infojunkie/ireal-musicxml/blob/main/test/data/blues.txt) song "Come Back Baby". For example: - Measure 3: Gb7 should occur on last beat only. - Measure 4: F7 should probably last for...
When the user touches the sheet, we want to position the cursor at the nearest beat. Right now, we only detect direct hits on the notes SVG elements, but these...
Alternate chords (chords that are shown as an alternative to others) are currently not supported. Support them using the [MusicXML `harmony type="alternate"` element](https://w3c.github.io/musicxml/musicxml-reference/data-types/harmony-type/). The trick is to ensure beats are...
Add [Guido](https://github.com/grame-cncm/guidolib) to the available music score layout engines.
Right now, mapping projects to channels is done via project and channel names. However, these names can be modified without losing the identity of the underlying entities, causing the mapping...
Right now, the locale language chosen for the notification text is based on the standard locale detection by Mantis. However, for international teams, the notification language should be overridable so...