prof-spock / FluidSynthPlugin

Simple Wrappers Around the FluidSynth Library as DAW Plugin and Pedantic Command Line Processor
5 stars 0 forks source link

new GUI feature build: browse for preset when currently selected bank doesn't exist = crash #9

Closed mrbumpy409 closed 4 months ago

mrbumpy409 commented 5 months ago

Steps to reproduce:

  1. Load a SoundFont into FluidSynth plugin and set the program line to a bank that doesn't exist in the SoundFont, e.g. program = 120:0
  2. Right-click and choose "Select Program...".

Result: The plugin crashes.

prof-spock commented 5 months ago

Hello mrbumpy409,

this is absolutely a bug. I assume this can be fixed easily :wink:

Best regards Prof. Spock

prof-spock commented 5 months ago

Hello mrbumpy409,

I have added a check both in the program selection dialog and in the editor window itself. So an unknown preset should not occur (hopefully).

Best regards Prof. Spock

mrbumpy409 commented 5 months ago

The crash is fixed now. Excellent! :grin:

prof-spock commented 4 months ago

part of release 0.7.0, see release notes