Increase maximum number of SoundFonts to 512

This commit is contained in:
Dale Whinham
2022-06-13 17:39:20 +01:00
parent 7b19b237ce
commit fa249be971
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update to libmt32emu v2.6.3.
- Update to FluidSynth v2.2.7.
- The `i2c_dac_address` and `i2c_dac_init` configuration options have been deprecated and have no longer have any effect. DACs requiring initialization are now automatically detected.
- The maximum number of SoundFonts has been increased to 512.
## [0.11.3] - 2022-04-13

View File

@@ -37,7 +37,7 @@ public:
const char* GetSoundFontName(size_t nIndex) const;
const char* GetFirstValidSoundFontPath() const;
static constexpr size_t MaxSoundFonts = 256;
static constexpr size_t MaxSoundFonts = 512;
private:
struct TSoundFontListEntry