randoguyname
randoguyname
Have you tried going through the manual card and inputting the following (or similar) configuration: ```yaml type: 'custom:lg-remote-control' entity: media_player. ``` I had this same issue, I'm not sure if...
Funnily enough, I can reproduce with C4 and E4 but not C5 and E5
Could be.. I'm also on macOS
I'm on Intel and Monterey so probably not
I'm assuming you're referring to panning across the score, in which case, I have been able to reproduce this issue on MacOS Monterey.
Working on a PR right now
Reproduced on MacOS, in MU4 and MU3
I believe i've found the problem; the function `void Score::changeAccidental` uses the 'line' of the note to find its pitch and then change it, which obviously doesn't work for tablature....
I'd like to add to this that such functions only apply to the top note selected in a chord per staff (similarly with no indication of this)
In hindsight, having looked through the code, the current functionality regarding the singular note added makes sense; if the interval is above, it will add it above from the top...