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
11.81k stars 2.57k forks source link

MIDI output doesn't work with Muse Sounds or VST #23054

Open adazem009 opened 1 month ago

adazem009 commented 1 month ago

Issue type

General playback bug

Bug description

MIDI output is currently implemented in a strange way. Since FluidSynth (the synthesizer used by soundfonts) already works with MIDI events, the MIDI events are sent to MIDI output devices from there. When you use Muse Sounds or VST instead, no MIDI events are sent.

I think this issue is already known, but I couldn't find it anywhere on GitHub.

Steps to reproduce

  1. Configure a MIDI output device.
  2. Choose Muse Sounds or VST instead of soundfont.
  3. Play something.

Screenshots/Screen recordings

No response

MuseScore Version

4.3.1

Regression

No.

Operating system

any

Additional context

No response

adazem009 commented 1 month ago

I've tried to fix this in #21874 I'm not sure whether it's a good solution, but it will probably give you some ideas...