adazem009
adazem009
> try it in TurboWarp, maybe it should help Hi. I tried it and it works. But I've got a question. Can we report bugs to forkphorus even when they're...
> Reporting bugs in forkphorus is still worthwhile. Oftentimes bugs are simple oversights that can be fixed with a couple lines of code. Anything that requires more than that is...
> rebase needed Done. I've also changed the source file headers of new files to MuseScore Studio (20dd58e7aae0c99f9b4725eb996e25a84243b6c0). Please check if it's correct.
> Any progress on getting this merged? I really want this feature. As a pianist, it would really help me to visualize and understand the music written. I guess the...
Maybe I'll try to implement this using MIDI events for MIDI output (the piano keyboard will act like a MIDI keyboard), but these issues must be resolved first: - [...
Just a quick sneak peek of what I have so far... https://github.com/musescore/MuseScore/assets/68537469/f652ce13-a06c-40e8-a7aa-2b0efcfba77a But I need this pull request to be merged before it can be implemented: #18820
Should muted channels show the playing notes on the keyboard? MuseScore 3 shows everything, including muted channels, but in my opinion it should only display what is being played, for...
@Arnesfield I've implemented it by checking the `muted` attribute of audio output parameters. That means muted channels and **parts that aren't selected** won't show on the keyboard. However, it's possible...
@worldwideweary Regarding different colors for staves, that would be difficult to implement since I'm using MIDI events (the same MIDI events that are outputted to MIDI devices). But if I...
> Curious what the status of this feature is? As an amateur composer this was one of my favorite features of Musescore 3.x and one of the primary things preventing...