musescore / MuseScore

MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
https://musescore.org
Other
12.22k stars 2.64k forks source link

Note input spams notes #25233

Closed PianoMan5129 closed 5 days ago

PianoMan5129 commented 6 days ago

Issue type

UX/Interaction bug (incorrect behaviour)

Description with steps to reproduce

When I click on the note input button and start inputting notes into my score, it rapidly spams notes and the only way to stop it is by exiting out of the note input mode.

Supporting files, videos and screenshots

Screencast from 2024-10-19 17-58-28.zip

What is the latest version of MuseScore Studio where this issue is present?

4.4.2

Regression

Yes, this used to work in a previous version of MuseScore 4.x

Operating system

Fedora Linux 40

Additional context

When I connect an external MIDI keyboard, I do not experience this issue.

Checklist

MarcSabatella commented 5 days ago

Sounds like you have a MIDI loop on your system - you have MuseScore configured to send MIDI out to a device that is then also turning around and sending it back to MuseScore as input. You need to either tell MuseScore not to output to or input from that device, or set the device not to echo its input to its output.

Since you say it goes away when you connect an external keyboard, I would assume the current MIDI device is a virtual one.

PianoMan5129 commented 5 days ago

Thanks! The midi input and output were both set to midi through. I set them to no device, which fixed the issue.