BlackMIDIDevs / wasabi

The fastest and most memory efficient Black MIDI player. Can play virtually any Black MIDI you have in realtime.
GNU General Public License v3.0
27 stars 7 forks source link

Automatically Reload XSynth after modifying Soundfonts #82

Closed Softy107 closed 6 days ago

Softy107 commented 6 days ago

When adding, modifying or ordering soundfonts, no changes in rendering are apparent until the reload button in the synth tab is pressed.

Not sure why this is the case, but I think that either another button should be added to reload the synthesizer in the soundfonts tab, or the synth should automatically reload after changes to the sf list.

arduano commented 6 days ago

In theory, xsynth supports changing soundfonts without needing to reload the synth. @MyBlackMIDIScore does your audio settings window propagate soundfont updates automatically? I cant remember

MyBlackMIDIScore commented 6 days ago

Since v1.0.0 any changes to the soundfont list will be applied after the user presses the check button ("Apply SoundFont List") on the bottom right in the "SoundFonts" settings page. No need to reload the synth indeed.

@Softy107 Does this button not work for you?

Softy107 commented 6 days ago

I am very sorry as I did not notice the check mark button. The button does work, I just did not see it somehow. Sorry to bother.

Kaydax commented 6 days ago

This is horrible UI design, it should load the soundfont on save, not by clicking a separate button