Hallvord R. M. Steen

Results 34 comments of Hallvord R. M. Steen

Bugger. Well, thanks for clearing that up. Too bad.

``` window.addEventListener('popstate', _.bind(this.loadIssues, this)); ``` this.loadIssues contains ``` this.updateModelParams(urlParams); ``` which will call ``` this.updateURLParams(); ``` which will use pushState again, taking you "forward". Once you've triggered something that called...

I'm experimenting with OSMD for a project where I'd like to make the cursor move automatically through the piece, highlight the note that should be played as long as it...

I need these funny triple line things - might be called "buzz strokes" per the above? ![Skjermbilete_2021-03-25_23-19-11](https://user-images.githubusercontent.com/120136/112551186-e16a2800-8dc0-11eb-814d-853ea4645220.png) This score also uses "square standing on tip" noteheads described as ride cymbals...

Well, actually I already have some MusicXML with drum notation around.. [Drum Set.xml.zip](https://github.com/Audiveris/audiveris/files/6208289/Drum.Set.xml.zip)

Ops.. Probably my mistake, it is extracted from a bigger MusicXML score, but it does render fine with OSMD (Opensheetmusicdisplay JS library). I can't really speak for any Audiveris developers...

@femioladeji Impressive response time and general maintenance of this project. You're amazing 👍

Sapper-based project, this in a .svelte file crashes the app and requires a reload on navigating away from the relevant Sapper route: ``` {@html svg} ``` The element whose parentNode...

Do you know what element it crashes when it tries to remove? In devtools, you can set a conditional breakpoint on the line that throws and make the condition !element.parentNode...